Module Name: src
Committed By: njoly
Date: Mon Nov 21 08:23:20 UTC 2011
Modified Files:
src/sbin/iscsid: iscsid.8
Log Message:
Fix title and xrefs.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/iscsid/iscsid.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/iscsid/iscsid.8
diff -u src/sbin/iscsid/iscsid.8:1.1 src/sbin/iscsid/iscsid.8:1.2
--- src/sbin/iscsid/iscsid.8:1.1 Sun Oct 23 21:11:23 2011
+++ src/sbin/iscsid/iscsid.8 Mon Nov 21 08:23:20 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: iscsid.8,v 1.1 2011/10/23 21:11:23 agc Exp $
+.\" $NetBSD: iscsid.8,v 1.2 2011/11/21 08:23:20 njoly Exp $
.\"
.\" Copyright (c) 2011 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd August 8, 2011
-.Dt ISCSICTL 8
+.Dt ISCSID 8
.Os
.Sh NAME
.Nm iscsid
@@ -39,7 +39,7 @@ The
.Nm
utility itself interfaces to the kernel iSCSI driver, and also
communicates, using
-.Xr libisns 3 ,
+.Xr isns 3 ,
with the iSCSI name service running on other hosts
to locate services and iSCSI instances.
In normal operation,
@@ -69,7 +69,7 @@ is shown in
.Xr iscsictl 8 .
.Sh SEE ALSO
.Xr daemon 3 ,
-.Xr libisns 3 ,
+.Xr isns 3 ,
.Xr iscsictl 8
.Sh HISTORY
The