diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-05-18 00:14:28 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-05-19 18:23:32 +0400 |
commit | 48086e4b94f94b9e41d61406129b92078b65fdf1 (patch) | |
tree | 3b5ac464ea88e0fbc5ee4810df002647a57fe4d0 /usr/src/man/man3iscsit | |
parent | 213d4f4f0d053d779dd43aa3ed1b6e256569ce16 (diff) | |
download | iscsit-upstream/1.0.tar.gz |
Portable versionupstream/1.0
Diffstat (limited to 'usr/src/man/man3iscsit')
-rw-r--r-- | usr/src/man/man3iscsit/it_tpg_create.3iscsit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3iscsit/it_tpg_create.3iscsit b/usr/src/man/man3iscsit/it_tpg_create.3iscsit index 2ba3628..f4b0b44 100644 --- a/usr/src/man/man3iscsit/it_tpg_create.3iscsit +++ b/usr/src/man/man3iscsit/it_tpg_create.3iscsit @@ -20,7 +20,7 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-liscsit\fR [ \fIlibrary\fR\&. .LP .nf \fBint\fR \fBit_tpg_delete\fR(\fBit_config_t *\fR\fIcfg\fR, \fBit_tpg_t *\fR\fItpg\fR, - \fBboolean_t\fR \fIforce\fR);); + \fBbool\fR \fIforce\fR);); .fi .LP @@ -76,7 +76,7 @@ addresses should be enclosed in square brackets ('[', ']'). .ad .RS 18n boolean value indicating if the target portal group should be removed even if -it is associated with one or more targets. If not \fBB_TRUE\fR, the operation +it is associated with one or more targets. If not \fBtrue\fR, the operation will fail if the target product group is associated with a target. .RE |