svn commit: r297357 - head/share/man/man7

Warren Block wblock at wonkity.com
Mon Mar 28 20:37:35 UTC 2016


On Mon, 28 Mar 2016, Bryan Drewery wrote:

> On 3/28/16 10:42 AM, Warren Block wrote:
>> Author: wblock (doc committer)
>> Date: Mon Mar 28 17:42:14 2016
>> New Revision: 297357
>> URL: https://svnweb.freebsd.org/changeset/base/297357
>>
>> Log:
>>   Replace "user land", which, for any definition of the word "user",
>>   sounds like some kind of horrific theme park.  "Hey kids, want to go to
>>   User Land?"  "No!  We'll be good!"
>
> share/man/man4/iscsi_initiator.4:protocol standard, the user land
> companion is
> share/man/man9/kqueue.9:Using this function could leak user land
> resources if a process uses the

Fixed in r297364:
https://svnweb.freebsd.org/base?view=revision&revision=297364

Remaining instances appear to only be in source file comments or plain 
text files:

   find -X . -not -path "./.svn/*" -print | xargs grep -Hi 'user land' \
     | cut -c 1-70
   ./cddl/contrib/dtracetoolkit/Notes/ALLoverhead.txt:  then perhaps this
   ./lib/libc/rpc/svc.c: * The storage is trivially management on the cal
   ./sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c: * user l
   ./sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c: * (curr
   ./sys/contrib/ipfilter/netinet/fil.c:/* compatible at the ABI for user
   ./sys/contrib/ipfilter/netinet/fil.c:/* it backward  compatible at the
   ./sys/dev/atkbdc/psm.c:	/* copy data to the user land */
   ./sys/dev/atkbdc/psm.c:	/* copy data from the user land */
   ./sys/fs/ext2fs/ext2fs.h: * macros from user land. */
   ./sys/gnu/fs/reiserfs/reiserfs_namei.c:	/* Copy to user land */
   ./sys/gnu/fs/reiserfs/reiserfs_namei.c:     reiserfs_log(LOG_DEBUG, "
   ./sys/netinet/sctp.h: * Main SCTP chunk types we place these here so n
   ./sys/netinet6/raw_ip6.c: * Send RA/RS messages to user land for prot
   ./sys/netinet6/in6_var.h: * user land command(ifconfig) and daemon(rta
   ./sys/netipsec/key.c: * from a user land process, and return
   ./sys/netipsec/key.c:	 * This message is from user land.
   ./sys/netipsec/key.c: * application in user land.
   ./sys/netipsec/key.c: * a waiting application in user land.
   ./sys/netpfil/ipfw/dummynet.txt:The dummynet user land will format the

The contrib software is usually better fixed by submitting upstream. 
Fixing the homegrown stuff would remove more than half of these.


More information about the svn-src-head mailing list