Page MenuHomeFreeBSD

D13193.diff
No OneTemporary

D13193.diff

Index: head/usr.bin/iscsictl/iscsictl.c
===================================================================
--- head/usr.bin/iscsictl/iscsictl.c
+++ head/usr.bin/iscsictl/iscsictl.c
@@ -813,41 +813,41 @@
if (Aflag != 0) {
if (aflag != 0) {
if (enable != ENABLE_UNSPECIFIED)
- xo_errx(1, "-a and -e and mutually exclusive");
+ xo_errx(1, "-a and -e are mutually exclusive");
if (portal != NULL)
- xo_errx(1, "-a and -p and mutually exclusive");
+ xo_errx(1, "-a and -p are mutually exclusive");
if (target != NULL)
- xo_errx(1, "-a and -t and mutually exclusive");
+ xo_errx(1, "-a and -t are mutually exclusive");
if (user != NULL)
- xo_errx(1, "-a and -u and mutually exclusive");
+ xo_errx(1, "-a and -u are mutually exclusive");
if (secret != NULL)
- xo_errx(1, "-a and -s and mutually exclusive");
+ xo_errx(1, "-a and -s are mutually exclusive");
if (nickname != NULL)
- xo_errx(1, "-a and -n and mutually exclusive");
+ xo_errx(1, "-a and -n are mutually exclusive");
if (discovery_host != NULL)
- xo_errx(1, "-a and -d and mutually exclusive");
+ xo_errx(1, "-a and -d are mutually exclusive");
if (rflag != 0)
- xo_errx(1, "-a and -r and mutually exclusive");
+ xo_errx(1, "-a and -r are mutually exclusive");
} else if (nickname != NULL) {
if (enable != ENABLE_UNSPECIFIED)
- xo_errx(1, "-n and -e and mutually exclusive");
+ xo_errx(1, "-n and -e are mutually exclusive");
if (portal != NULL)
- xo_errx(1, "-n and -p and mutually exclusive");
+ xo_errx(1, "-n and -p are mutually exclusive");
if (target != NULL)
- xo_errx(1, "-n and -t and mutually exclusive");
+ xo_errx(1, "-n and -t are mutually exclusive");
if (user != NULL)
- xo_errx(1, "-n and -u and mutually exclusive");
+ xo_errx(1, "-n and -u are mutually exclusive");
if (secret != NULL)
- xo_errx(1, "-n and -s and mutually exclusive");
+ xo_errx(1, "-n and -s are mutually exclusive");
if (discovery_host != NULL)
- xo_errx(1, "-n and -d and mutually exclusive");
+ xo_errx(1, "-n and -d are mutually exclusive");
if (rflag != 0)
- xo_errx(1, "-n and -r and mutually exclusive");
+ xo_errx(1, "-n and -r are mutually exclusive");
} else if (discovery_host != NULL) {
if (portal != NULL)
- xo_errx(1, "-d and -p and mutually exclusive");
+ xo_errx(1, "-d and -p are mutually exclusive");
if (target != NULL)
- xo_errx(1, "-d and -t and mutually exclusive");
+ xo_errx(1, "-d and -t are mutually exclusive");
} else {
if (target == NULL && portal == NULL)
xo_errx(1, "must specify -a, -n or -t/-p");
@@ -874,15 +874,15 @@
if (nickname != NULL) {
if (enable != ENABLE_UNSPECIFIED)
- xo_errx(1, "-n and -e and mutually exclusive");
+ xo_errx(1, "-n and -e are mutually exclusive");
if (portal != NULL)
- xo_errx(1, "-n and -p and mutually exclusive");
+ xo_errx(1, "-n and -p are mutually exclusive");
if (target != NULL)
- xo_errx(1, "-n and -t and mutually exclusive");
+ xo_errx(1, "-n and -t are mutually exclusive");
if (user != NULL)
- xo_errx(1, "-n and -u and mutually exclusive");
+ xo_errx(1, "-n and -u are mutually exclusive");
if (secret != NULL)
- xo_errx(1, "-n and -s and mutually exclusive");
+ xo_errx(1, "-n and -s are mutually exclusive");
}
if (aflag != 0)
@@ -899,16 +899,16 @@
} else if (Rflag != 0) {
if (aflag != 0) {
if (portal != NULL)
- xo_errx(1, "-a and -p and mutually exclusive");
+ xo_errx(1, "-a and -p are mutually exclusive");
if (target != NULL)
- xo_errx(1, "-a and -t and mutually exclusive");
+ xo_errx(1, "-a and -t are mutually exclusive");
if (nickname != NULL)
- xo_errx(1, "-a and -n and mutually exclusive");
+ xo_errx(1, "-a and -n are mutually exclusive");
} else if (nickname != NULL) {
if (portal != NULL)
- xo_errx(1, "-n and -p and mutually exclusive");
+ xo_errx(1, "-n and -p are mutually exclusive");
if (target != NULL)
- xo_errx(1, "-n and -t and mutually exclusive");
+ xo_errx(1, "-n and -t are mutually exclusive");
} else if (target == NULL && portal == NULL) {
xo_errx(1, "must specify either -a, -n, -t, or -p");
}

File Metadata

Mime Type
text/plain
Expires
Thu, Feb 13, 3:26 AM (21 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16621751
Default Alt Text
D13193.diff (4 KB)

Event Timeline