From 6ec1c6665dfa54c991783acaf82f51a97aa79267 Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Fri, 31 May 2019 22:55:48 +0000 Subject: 11105 scsi_hba_tgtmap_create(9F) tgtmapout argument is incorrect Reviewed by: Toomas Soome Reviewed by: Peter Tribble Approved by: Dan McDonald --- usr/src/man/man9f/scsi_hba_tgtmap_create.9f | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/src') 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 -- cgit v1.2.3