Module Name:    src
Committed By:   riz
Date:           Mon May 28 00:45:31 UTC 2012

Modified Files:
        src/sbin/iscsid: iscsid.8

Log Message:
Fix up the wording of the new flags, and show that the -d flag
now takes an argument.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/iscsid/iscsid.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/iscsid/iscsid.8
diff -u src/sbin/iscsid/iscsid.8:1.5 src/sbin/iscsid/iscsid.8:1.6
--- src/sbin/iscsid/iscsid.8:1.5	Sun May 27 20:11:58 2012
+++ src/sbin/iscsid/iscsid.8	Mon May 28 00:45:31 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: iscsid.8,v 1.5 2012/05/27 20:11:58 riz Exp $
+.\" $NetBSD: iscsid.8,v 1.6 2012/05/28 00:45:31 riz Exp $
 .\"
 .\" Copyright (c) 2011 Alistair Crooks <a...@netbsd.org>
 .\" All rights reserved.
@@ -31,7 +31,8 @@
 .Nd interface to kernel iSCSI driver
 .Sh SYNOPSIS
 .Nm
-.Op Fl Ar dn
+.Op Fl d Ar lvl
+.Op Fl n
 .Sh DESCRIPTION
 The iSCSI initiator runs as a kernel driver, and provides access
 to iSCSI targets running across a network using the iSCSI protocol,
@@ -57,12 +58,16 @@ exits on receiving a terminate message,
 (no response to one that is sent to the kernel),
 or when an error occurs reading from or writing to the socket.
 .Pp
-The argument
-.Ar d
-increases the debug level.
-The argument
-.Ar n
-makes the daemon single-threaded.
+The
+.Fl d
+flag increases the debug level to 
+.Ar lvl .
+Any level above 0 causes
+.Nm
+to remain in the foreground, and increases the amount of debug output.
+The
+.Fl n
+flag makes the daemon single-threaded.
 .Pp
 It is envisaged that user-level communication take place with
 .Nm

Reply via email to