diff options
Diffstat (limited to 'usr/src/man/man3iscsit/it_tpg_create.3iscsit')
-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 |