Pacify igor(8) and make it easier to find via "man -k iser".

MFC after:	1 month
This commit is contained in:
Edward Tomasz Napierala 2016-06-08 07:36:00 +00:00
parent 1072c68c85
commit 8cf995b3bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301586

View file

@ -28,7 +28,7 @@
.Os
.Sh NAME
.Nm iser
.Nd iSCSI Extensions for RDMA driver
.Nd iSCSI Extensions for RDMA (iSER) driver
.Sh SYNOPSIS
To compile this driver into the kernel,
place the following line in the
@ -50,7 +50,8 @@ The
It permits data to be transferred directly into and out of SCSI buffers
without intermediate data copies.
iSER uses the RDMA protocol suite to supply higher bandwidth for
block storage transfers (zero copy behavior). To that fact, it eliminates the
block storage transfers (zero copy behavior).
To that fact, it eliminates the
TCP/IP processing overhead while preserving the compatibility with iSCSI protocol.
The initiator is the iSCSI/iSER client, which connects to an iSCSI/iSER target,
providing local access to a remote block device.