From owner-svn-src-all@freebsd.org Mon Apr 4 16:41:37 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43680B02B5A; Mon, 4 Apr 2016 16:41:37 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1545B1A3D; Mon, 4 Apr 2016 16:41:37 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u34GfaWZ033950; Mon, 4 Apr 2016 16:41:36 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u34GfaTp033948; Mon, 4 Apr 2016 16:41:36 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201604041641.u34GfaTp033948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Mon, 4 Apr 2016 16:41:36 +0000 (UTC) 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 X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2016 16:41:37 -0000 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