summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-04-27 18:36:24 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-04-27 18:36:24 +0000
commit11cfb40d6b29a384078802d0e242ee047e27f661 (patch)
treed3d65473d89cffee5c553d924105c1bfb90fedfe /doc
parentcd5e452fbaea43e30a781713574be97a96e7d80f (diff)
downloadopen-iscsi-11cfb40d6b29a384078802d0e242ee047e27f661.tar.gz
from patmans@us.ibm.com: Fix man iscsiadm output to including some missing text by using \fI \fR for underlines instead of .I. Change iscsid for consistency (this patch doesn't change man iscsid outputat all).
git-svn-id: svn://svn.berlios.de/open-iscsi@556 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'doc')
-rw-r--r--doc/iscsiadm.878
-rw-r--r--doc/iscsid.828
2 files changed, 25 insertions, 81 deletions
diff --git a/doc/iscsiadm.8 b/doc/iscsiadm.8
index 9735575..01ac02a 100644
--- a/doc/iscsiadm.8
+++ b/doc/iscsiadm.8
@@ -15,8 +15,7 @@ Discovery table (discovery.db);
Node table (node.db).
.PD
.PP
-The regular place for iSCSI database files is in
-.I /var/db/iscsi/*.db
+The regular place for iSCSI database files is in \fI/var/db/iscsi/*.db\fR
.PP
The iscsiadm utility is a command-line tool to manage (update, delete,
insert, query) the persistent database.
@@ -30,51 +29,26 @@ do not require iSCSI daemon (iscsid) loaded.
.SH OPTIONS
.TP
.B \-m, \-\-mode \fIop
-specify operational mode.
-.I op
-is either
-.I discovery
-or
-.I node
+specify operational mode. \fIop\fR
+is either \fIdiscovery\fR or \fInode\fR
.TP
.B \-m discovery
display all discovery records from the internal persistent discovery
database.
.TP
.B \-m discovery \-\-type=\fItype\fB \-\-portal=\fIip:port\fB \-\-login
-perform
-.I type
-discovery for target portal with ip-address
-.I ip
-and port
-.I port
-\. Initiate Login for each discovered target if --login is specific.
+perform \fItype\fR discovery for target portal with ip-address \fIip\fR
+and port \fIport\fR. Initiate Login for each discovered target if --login
+is specific.
.TP
.B \-m discovery \-\-record=\fIid\fB \-\-login
- perform discovery based on record
-.I id
-in database.
+perform discovery based on record \fIid\fR in database.
.TP
.B \-m discovery \-\-record=\fIid\fB \-\-op=\fIop\fB \-\-name=\fIname\fB \-\-value=\fIvalue
-perform specific DB operation
-.I op
-for specific discovery record with
-.I id
-\. It could be one of:
-.I new
-,
-.I delete
-,
-.I update
- or
-.I show
-\. In case of
-.I update
-, you have to provide
-.I name
- and
-.I value
-you wish to update
+perform specific DB operation \fIop\fR for specific discovery record with
+\fIid\fR. It could be one of: \fInew\fR, \fIdelete\fR, \fIupdate\fR or
+\fIshow\fR. In case of \fIupdate\fR, you have to provide \fIname\fR and
+\fIvalue\fR you wish to update
.TP
.B \-m node
display all discovered nodes from internal persistent discovery
@@ -90,36 +64,18 @@ login to node given by \fIid\fB.
logout to node given by \fIid\fB.
.TP
.B \-m node \-\-record=\fIid\fB \-\-op=\fIop\fB [\-\-name=\fIname\fB \-\-value=\fIvalue\fB]
-perform specific DB operation
-.I op
-for specific node with record
-.I id
-\. It could be one of:
-.I new
-,
-.I delete
-,
-.I update
- or
-.I show
-\. In case of
-.I update
-, you have to provide
-.I name
-and
-.I value
-you wish to update
+perform specific DB operation \fIop\fR for specific node with record
+\fIid\fR. It could be one of: \fInew\fR, \fIdelete\fR, \fIupdate\fR or
+\fIshow\fR. In case of \fIupdate\fR, you have to provide \fIname\fR and
+\fIvalue\fR you wish to update
.TP
.B \-m session
display all active sessions and connections
.TP
.B \-m session \-\-record=[\fIid\fB[\fI:cid\fB]] [\-\-logout|\-u]
-perform operation for specific session with record
-.I id
+perform operation for specific session with record \fIid\fR
or display statistics if no operation specified. Operation will affect
-one connection only if
-.I \:cid
-is specified
+one connection only if \fI\:cid\fR is specified
.TP
.B \-d, \-\-debug \fIdebuglevel
print debugging information
diff --git a/doc/iscsid.8 b/doc/iscsid.8
index 741005f..4dfadb3 100644
--- a/doc/iscsid.8
+++ b/doc/iscsid.8
@@ -14,18 +14,12 @@ iSCSI database.
.SH OPTIONS
.TP
.BI [-c|--config=]\fIconfig\-file\fP
-Read configuration from
-.I config\-file
-rather than the default
-.I /etc/iscsid.conf
-file.
+Read configuration from \fIconfig\-file\fR rather than the default
+\fI/etc/iscsid.conf\fR file.
.TP
.BI [-i|--initiatorname=]\fIiname\-file\fP
-Read initiator name from
-.I iname\-file
-rather than the default
-.I /etc/initiatorname.iscsi
-file.
+Read initiator name from \fIiname\-file\fR rather than the default
+\fI/etc/initiatorname.iscsi\fR file.
.TP
.BI [-f|--foreground]
run
@@ -36,20 +30,14 @@ in the foreground.
print debugging information.
.TP
.BI [-u|--uid=]\fIuid\fP
-run under user ID
-.I uid
-(default is the current user ID)
+run under user ID \fIuid\fR (default is the current user ID)
.TP
.BI [-g|--gid=]\fIgid\fP
-run under user group ID
-.I gid
-(default is the current user group ID).
+run under user group ID \fIgid\fR (default is the current user group ID).
.TP
.BI [-p|--pid=]\fIpid\-file\fP
-write process ID to
-.I pid\-file
-rather than the default
-.I /var/run/iscsid.pid
+write process ID to \fIpid\-file\fR rather than the default
+\fI/var/run/iscsid.pid\fR
.TP
.BI [-h|--help]
display this help and exit