diff options
author | Robert Mustacchi <rm@joyent.com> | 2019-05-31 22:55:48 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2019-06-21 23:52:46 +0000 |
commit | 6ec1c6665dfa54c991783acaf82f51a97aa79267 (patch) | |
tree | 366721b355ba67daaf95dfc08117c65b9c5fd106 | |
parent | b73ccab03ec36581b1ae5945ef1fee1d06c79ccf (diff) | |
download | illumos-joyent-6ec1c6665dfa54c991783acaf82f51a97aa79267.tar.gz |
11105 scsi_hba_tgtmap_create(9F) tgtmapout argument is incorrect
Reviewed by: Toomas Soome <toomas@me.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r-- | usr/src/man/man9f/scsi_hba_tgtmap_create.9f | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man9f/scsi_hba_tgtmap_create.9f b/usr/src/man/man9f/scsi_hba_tgtmap_create.9f index 9a4640a3e5..3ff2c46d31 100644 --- a/usr/src/man/man9f/scsi_hba_tgtmap_create.9f +++ b/usr/src/man/man9f/scsi_hba_tgtmap_create.9f @@ -11,7 +11,7 @@ .\" .\" Copyright 2019, Joyent, Inc. .\" -.Dd April 22, 2019 +.Dd June 03, 2019 .Dt SCSI_HBA_TGTMAP_CREATE 9F .Os .Sh NAME @@ -35,7 +35,7 @@ .Fa "void *tgtmap_priv" .Fa "scsi_tgt_activate_cb_t activate_cb" .Fa "scsi_tgt_deactivate_cb_t deactivate_cb" -.Fa "scsi_hba_tgtmap_t *tgtmapout" +.Fa "scsi_hba_tgtmap_t **tgtmapout" .Fc .Ft void .Fo scsi_hba_tgtmap_destroy @@ -121,7 +121,7 @@ added to the system. An optional callback that will be called when an existing devices is removed from the system. .It Fa tgtmapout -Pointer where the target map is stored. +Pointer where the target map handle is stored. .It Fa tgtmap Pointer to an allocated target map. .It Fa flags |