diff options
author | trasz <trasz@FreeBSD.org> | 2014-10-14 07:52:37 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2014-10-14 07:52:37 +0000 |
commit | 625b27b4d059ba86a666090071c8f12459bf781a (patch) | |
tree | b6daa7641d4fff3bcbaf0f1a8be4c17f2dbc09ec /share | |
parent | 56f7d0497e1593b30cdeb5e75856829d6b84448f (diff) | |
download | FreeBSD-src-625b27b4d059ba86a666090071c8f12459bf781a.zip FreeBSD-src-625b27b4d059ba86a666090071c8f12459bf781a.tar.gz |
MFC r272932:
Mark iscontrol(8) and iscsi_initiator(4) obsolete.
Differential Revision: https://reviews.freebsd.org/D931
Reviewed by: wblock@
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/iscsi_initiator.4 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man4/iscsi_initiator.4 b/share/man/man4/iscsi_initiator.4 index d48a757..f710a64 100644 --- a/share/man/man4/iscsi_initiator.4 +++ b/share/man/man4/iscsi_initiator.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 3, 2010 +.Dd October 9, 2014 .Dt ISCSI_INITIATOR 4 .Os .Sh NAME @@ -45,6 +45,16 @@ module at boot time, place the following line in iscsi_initiator_load="YES" .Ed .Sh DESCRIPTION +.Bf -symbolic +This driver, along with its userspace counterpart +.Xr iscontrol 8 , +is obsolete. +Users are advised to use +.Xr iscsi 4 +instead. +.Ef +.Pp + The .Nm implements the kernel side of the Internet SCSI (iSCSI) network |