diff options
author | trasz <trasz@FreeBSD.org> | 2014-11-24 08:04:40 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2014-11-24 08:04:40 +0000 |
commit | 46ba63ac4f1911bcc9bc48395a0472b58d52c8cf (patch) | |
tree | 29c7b323f53dd99ad445dcb2791c0e29232c8b85 /usr.sbin | |
parent | 6d3549321eeb50bec0a18af6eb588c96629f0647 (diff) | |
download | FreeBSD-src-46ba63ac4f1911bcc9bc48395a0472b58d52c8cf.zip FreeBSD-src-46ba63ac4f1911bcc9bc48395a0472b58d52c8cf.tar.gz |
MFC r273467:
Comment out parts about iSER; it's not implemented.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ctld/ctl.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ctld/ctl.conf.5 b/usr.sbin/ctld/ctl.conf.5 index b8980b1..2a0892f 100644 --- a/usr.sbin/ctld/ctl.conf.5 +++ b/usr.sbin/ctld/ctl.conf.5 @@ -55,7 +55,7 @@ file is: .No portal-group Ar name No { .Dl listen Ar address -.Dl listen-iser Ar address +.\".Dl listen-iser Ar address .Dl discovery-auth-group Ar name .Dl ... } @@ -177,9 +177,9 @@ may be used to permit discovery without authentication. .It Ic listen Ar address An IPv4 or IPv6 address and port to listen on for incoming connections. -.It Ic listen-iser Ar address -An IPv4 or IPv6 address and port to listen on for incoming connections -using iSER (iSCSI over RDMA) protocol. +.\".It Ic listen-iser Ar address +.\"An IPv4 or IPv6 address and port to listen on for incoming connections +.\"using iSER (iSCSI over RDMA) protocol. .El .Ss target Context .Bl -tag -width indent |