Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2016 16:41:36 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r297560 - in stable/10/share/man: man4 man9
Message-ID:  <201604041641.u34GfaTp033948@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock (doc committer)
Date: Mon Apr  4 16:41:35 2016
New Revision: 297560
URL: https://svnweb.freebsd.org/changeset/base/297560

Log:
  MFC r297364:
  
  Fix two more unhappy instances of "user land".

Modified:
  stable/10/share/man/man4/iscsi_initiator.4
  stable/10/share/man/man9/kqueue.9
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/iscsi_initiator.4
==============================================================================
--- stable/10/share/man/man4/iscsi_initiator.4	Mon Apr  4 16:20:46 2016	(r297559)
+++ stable/10/share/man/man4/iscsi_initiator.4	Mon Apr  4 16:41:35 2016	(r297560)
@@ -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: stable/10/share/man/man9/kqueue.9
==============================================================================
--- stable/10/share/man/man9/kqueue.9	Mon Apr  4 16:20:46 2016	(r297559)
+++ stable/10/share/man/man9/kqueue.9	Mon Apr  4 16:41:35 2016	(r297560)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604041641.u34GfaTp033948>