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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"