svn commit: r297364 - in head/share/man: man4 man9
Warren Block
wblock at FreeBSD.org
Mon Mar 28 19:55:31 UTC 2016
Author: wblock (doc committer)
Date: Mon Mar 28 19:55:30 2016
New Revision: 297364
URL: https://svnweb.freebsd.org/changeset/base/297364
Log:
Fix two more unhappy instances of "user land".
Submitted by: bdrewery
MFC after: 1 week
Modified:
head/share/man/man4/iscsi_initiator.4
head/share/man/man9/kqueue.9
Modified: head/share/man/man4/iscsi_initiator.4
==============================================================================
--- head/share/man/man4/iscsi_initiator.4 Mon Mar 28 19:51:45 2016 (r297363)
+++ head/share/man/man4/iscsi_initiator.4 Mon Mar 28 19:55:30 2016 (r297364)
@@ -57,7 +57,7 @@ instead.
The
.Nm
implements the kernel side of the Internet SCSI (iSCSI) network
-protocol standard, the user land companion is
+protocol standard, the userland companion is
.Xr iscontrol 8 ,
and permits access to remote
.Em virtual
Modified: head/share/man/man9/kqueue.9
==============================================================================
--- head/share/man/man9/kqueue.9 Mon Mar 28 19:51:45 2016 (r297363)
+++ head/share/man/man9/kqueue.9 Mon Mar 28 19:55:30 2016 (r297364)
@@ -372,7 +372,7 @@ The function
will not be called, and the
.Vt knote
will not be returned on the next scan.
-Using this function could leak user land resources if a process uses the
+Using this function could leak userland resources if a process uses the
.Vt knote
to track resources.
.Pp
More information about the svn-src-all
mailing list