summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2021-01-04 16:33:40 -0800
committerLee Duncan <lduncan@suse.com>2021-01-04 16:33:40 -0800
commit8570399b5c6c2a484ff3bf22043c9023a968d058 (patch)
treef128ba0b45b3b3ff0a37df65300d3165db5693c6 /doc
parent34e3ffb194f6fa3028c0eb2ff57e7db2d1026771 (diff)
downloadopen-iscsi-8570399b5c6c2a484ff3bf22043c9023a968d058.tar.gz
iscsid: Do not allow conflicting pid-file options
The daemon allowed both the no-pid-file option and specifying a PID file to use, and honored which ever option was supplied last. This commmit ensures non-conflicting options are supplied.
Diffstat (limited to 'doc')
-rw-r--r--doc/iscsid.823
1 files changed, 14 insertions, 9 deletions
diff --git a/doc/iscsid.8 b/doc/iscsid.8
index 6f9218f..db996b4 100644
--- a/doc/iscsid.8
+++ b/doc/iscsid.8
@@ -24,23 +24,28 @@ Read initiator name from \fIiname\-file\fR rather than the default
.BI [-f|--foreground]
run
.B iscsid
-in the foreground.
+in the foreground. Implies
+.BR --no-pid-file .
.TP
-.BI [-d|--debug=]\fIdebug_level\fP
+.BI [-d|--debug=] debug_level
print debugging information. Valid values for debug_level are 0 to 8.
.TP
-.BI [-u|--uid=]\fIuid\fP
-run under user ID \fIuid\fR (default is the current user ID)
+.BI [-u|--uid=] uid
+run under user ID \fIuid\fR (default is the current user ID).
.TP
-.BI [-g|--gid=]\fIgid\fP
+.BI [-g|--gid=] gid
run under user group ID \fIgid\fR (default is the current user group ID).
.TP
-.BI [-n|--no-pid-file]\fP
-do not write a process ID file.
+.BI [-n|--no-pid-file]
+do not write a process ID file. Conflicts with the
+.BI --pid=
+option.
.TP
-.BI [-p|--pid=]\fIpid\-file\fP
+.BI [-p|--pid=] pid\-file
write process ID to \fIpid\-file\fR rather than the default
-\fI/run/iscsid.pid\fR
+\fI/run/iscsid.pid\fR. Conflicts with the
+.BI --no-pid-file
+option.
.TP
.BI [-h|--help]
display this help and exit