Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2017 23:42:48 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314436 - in head: bin/cat bin/chflags bin/chmod bin/cp bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/hostname bin/kill bin/ln bin/ls bin/mkdir bin/mv bin/pax bin/ps bin/pwd...
Message-ID:  <201702282342.v1SNgmAx007045@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Feb 28 23:42:47 2017
New Revision: 314436
URL: https://svnweb.freebsd.org/changeset/base/314436

Log:
  Renumber copyright clause 4
  
  Renumber cluase 4 to 3, per what everybody else did when BSD granted
  them permission to remove clause 3. My insistance on keeping the same
  numbering for legal reasons is too pedantic, so give up on that point.
  
  Submitted by:	Jan Schaumann <jschauma@stevens.edu>
  Pull Request:	https://github.com/freebsd/freebsd/pull/96

Modified:
  head/bin/cat/cat.1
  head/bin/cat/cat.c
  head/bin/chflags/chflags.1
  head/bin/chflags/chflags.c
  head/bin/chmod/chmod.1
  head/bin/chmod/chmod.c
  head/bin/cp/cp.1
  head/bin/cp/cp.c
  head/bin/cp/extern.h
  head/bin/cp/utils.c
  head/bin/date/date.1
  head/bin/date/date.c
  head/bin/date/extern.h
  head/bin/date/netdate.c
  head/bin/dd/args.c
  head/bin/dd/conv.c
  head/bin/dd/conv_tab.c
  head/bin/dd/dd.1
  head/bin/dd/dd.c
  head/bin/dd/dd.h
  head/bin/dd/extern.h
  head/bin/dd/misc.c
  head/bin/dd/position.c
  head/bin/df/df.1
  head/bin/df/df.c
  head/bin/domainname/domainname.1
  head/bin/domainname/domainname.c
  head/bin/echo/echo.1
  head/bin/echo/echo.c
  head/bin/ed/cbc.c
  head/bin/hostname/hostname.1
  head/bin/hostname/hostname.c
  head/bin/kill/kill.1
  head/bin/kill/kill.c
  head/bin/ln/ln.1
  head/bin/ln/ln.c
  head/bin/ln/symlink.7
  head/bin/ls/cmp.c
  head/bin/ls/extern.h
  head/bin/ls/ls.1
  head/bin/ls/ls.c
  head/bin/ls/ls.h
  head/bin/ls/print.c
  head/bin/ls/util.c
  head/bin/mkdir/mkdir.1
  head/bin/mkdir/mkdir.c
  head/bin/mv/mv.1
  head/bin/mv/mv.c
  head/bin/pax/ar_io.c
  head/bin/pax/ar_subs.c
  head/bin/pax/buf_subs.c
  head/bin/pax/cache.c
  head/bin/pax/cache.h
  head/bin/pax/cpio.c
  head/bin/pax/cpio.h
  head/bin/pax/extern.h
  head/bin/pax/file_subs.c
  head/bin/pax/ftree.c
  head/bin/pax/ftree.h
  head/bin/pax/gen_subs.c
  head/bin/pax/options.c
  head/bin/pax/options.h
  head/bin/pax/pat_rep.c
  head/bin/pax/pat_rep.h
  head/bin/pax/pax.1
  head/bin/pax/pax.c
  head/bin/pax/pax.h
  head/bin/pax/sel_subs.c
  head/bin/pax/sel_subs.h
  head/bin/pax/tables.c
  head/bin/pax/tables.h
  head/bin/pax/tar.c
  head/bin/pax/tar.h
  head/bin/pax/tty_subs.c
  head/bin/ps/extern.h
  head/bin/ps/fmt.c
  head/bin/ps/keyword.c
  head/bin/ps/nlist.c
  head/bin/ps/print.c
  head/bin/ps/ps.1
  head/bin/ps/ps.c
  head/bin/ps/ps.h
  head/bin/pwd/pwd.1
  head/bin/pwd/pwd.c
  head/bin/rcp/extern.h
  head/bin/rcp/rcp.1
  head/bin/rcp/rcp.c
  head/bin/rcp/util.c
  head/bin/realpath/realpath.1
  head/bin/realpath/realpath.c
  head/bin/rm/rm.1
  head/bin/rm/rm.c
  head/bin/rmdir/rmdir.1
  head/bin/rmdir/rmdir.c
  head/bin/sh/alias.c
  head/bin/sh/alias.h
  head/bin/sh/arith.h
  head/bin/sh/bltin/bltin.h
  head/bin/sh/bltin/echo.c
  head/bin/sh/builtins.def
  head/bin/sh/cd.c
  head/bin/sh/cd.h
  head/bin/sh/error.c
  head/bin/sh/error.h
  head/bin/sh/eval.c
  head/bin/sh/eval.h
  head/bin/sh/exec.c
  head/bin/sh/exec.h
  head/bin/sh/expand.c
  head/bin/sh/expand.h
  head/bin/sh/funcs/cmv
  head/bin/sh/funcs/dirs
  head/bin/sh/funcs/login
  head/bin/sh/funcs/newgrp
  head/bin/sh/funcs/popd
  head/bin/sh/funcs/pushd
  head/bin/sh/funcs/suspend
  head/bin/sh/histedit.c
  head/bin/sh/input.c
  head/bin/sh/input.h
  head/bin/sh/jobs.c
  head/bin/sh/jobs.h
  head/bin/sh/mail.c
  head/bin/sh/mail.h
  head/bin/sh/main.c
  head/bin/sh/main.h
  head/bin/sh/memalloc.c
  head/bin/sh/memalloc.h
  head/bin/sh/miscbltin.c
  head/bin/sh/mkbuiltins
  head/bin/sh/mknodes.c
  head/bin/sh/mksyntax.c
  head/bin/sh/mktokens
  head/bin/sh/myhistedit.h
  head/bin/sh/mystring.c
  head/bin/sh/mystring.h
  head/bin/sh/nodes.c.pat
  head/bin/sh/nodetypes
  head/bin/sh/options.c
  head/bin/sh/options.h
  head/bin/sh/output.c
  head/bin/sh/output.h
  head/bin/sh/parser.c
  head/bin/sh/parser.h
  head/bin/sh/redir.c
  head/bin/sh/redir.h
  head/bin/sh/sh.1
  head/bin/sh/shell.h
  head/bin/sh/show.c
  head/bin/sh/show.h
  head/bin/sh/trap.c
  head/bin/sh/trap.h
  head/bin/sh/var.c
  head/bin/sh/var.h
  head/bin/sleep/sleep.1
  head/bin/sleep/sleep.c
  head/bin/stty/cchar.c
  head/bin/stty/extern.h
  head/bin/stty/gfmt.c
  head/bin/stty/key.c
  head/bin/stty/modes.c
  head/bin/stty/print.c
  head/bin/stty/stty.1
  head/bin/stty/stty.c
  head/bin/stty/stty.h
  head/bin/stty/util.c
  head/bin/sync/sync.8
  head/bin/sync/sync.c
  head/bin/test/test.1
  head/contrib/libarchive/libarchive/archive_entry.c
  head/contrib/libarchive/libarchive/archive_read_support_filter_compress.c
  head/contrib/libxo/libxo/xo_syslog.c
  head/contrib/libxo/tests/gettext/po/pig_latin/strerror.po
  head/contrib/libxo/tests/gettext/strerror.pot
  head/contrib/ofed/libcxgb4/src/queue.h
  head/contrib/openbsm/compat/queue.h
  head/contrib/openbsm/compat/vis.h
  head/contrib/sendmail/LICENSE
  head/contrib/tzcode/stdtime/ctime.3
  head/crypto/heimdal/lib/roken/qsort.c
  head/lib/libc/amd64/SYS.h
  head/lib/libc/amd64/gen/_setjmp.S
  head/lib/libc/amd64/gen/setjmp.S
  head/lib/libc/amd64/gen/sigsetjmp.S
  head/lib/libc/amd64/sys/brk.S
  head/lib/libc/amd64/sys/cerror.S
  head/lib/libc/amd64/sys/exect.S
  head/lib/libc/amd64/sys/sbrk.S
  head/lib/libc/amd64/sys/setlogin.S
  head/lib/libc/amd64/sys/sigreturn.S
  head/lib/libc/amd64/sys/vfork.S
  head/lib/libc/compat-43/creat.2
  head/lib/libc/compat-43/creat.c
  head/lib/libc/compat-43/gethostid.3
  head/lib/libc/compat-43/gethostid.c
  head/lib/libc/compat-43/getwd.c
  head/lib/libc/compat-43/killpg.2
  head/lib/libc/compat-43/killpg.c
  head/lib/libc/compat-43/sethostid.c
  head/lib/libc/compat-43/setpgrp.c
  head/lib/libc/compat-43/setrgid.c
  head/lib/libc/compat-43/setruid.3
  head/lib/libc/compat-43/setruid.c
  head/lib/libc/compat-43/sigcompat.c
  head/lib/libc/compat-43/sigpause.2
  head/lib/libc/compat-43/sigsetmask.2
  head/lib/libc/compat-43/sigvec.2
  head/lib/libc/db/btree/bt_close.c
  head/lib/libc/db/btree/bt_conv.c
  head/lib/libc/db/btree/bt_debug.c
  head/lib/libc/db/btree/bt_delete.c
  head/lib/libc/db/btree/bt_get.c
  head/lib/libc/db/btree/bt_open.c
  head/lib/libc/db/btree/bt_overflow.c
  head/lib/libc/db/btree/bt_page.c
  head/lib/libc/db/btree/bt_put.c
  head/lib/libc/db/btree/bt_search.c
  head/lib/libc/db/btree/bt_seq.c
  head/lib/libc/db/btree/bt_split.c
  head/lib/libc/db/btree/bt_utils.c
  head/lib/libc/db/btree/btree.h
  head/lib/libc/db/btree/extern.h
  head/lib/libc/db/db/db.c
  head/lib/libc/db/hash/extern.h
  head/lib/libc/db/hash/hash.c
  head/lib/libc/db/hash/hash.h
  head/lib/libc/db/hash/hash_bigkey.c
  head/lib/libc/db/hash/hash_buf.c
  head/lib/libc/db/hash/hash_func.c
  head/lib/libc/db/hash/hash_log2.c
  head/lib/libc/db/hash/hash_page.c
  head/lib/libc/db/hash/ndbm.c
  head/lib/libc/db/hash/page.h
  head/lib/libc/db/man/btree.3
  head/lib/libc/db/man/dbopen.3
  head/lib/libc/db/man/hash.3
  head/lib/libc/db/man/mpool.3
  head/lib/libc/db/man/recno.3
  head/lib/libc/db/mpool/mpool.c
  head/lib/libc/db/recno/extern.h
  head/lib/libc/db/recno/rec_close.c
  head/lib/libc/db/recno/rec_delete.c
  head/lib/libc/db/recno/rec_get.c
  head/lib/libc/db/recno/rec_open.c
  head/lib/libc/db/recno/rec_put.c
  head/lib/libc/db/recno/rec_search.c
  head/lib/libc/db/recno/rec_seq.c
  head/lib/libc/db/recno/rec_utils.c
  head/lib/libc/db/recno/recno.h
  head/lib/libc/db/test/btree.tests/main.c
  head/lib/libc/db/test/dbtest.c
  head/lib/libc/db/test/hash.tests/driver2.c
  head/lib/libc/db/test/hash.tests/tcreat3.c
  head/lib/libc/db/test/hash.tests/tdel.c
  head/lib/libc/db/test/hash.tests/thash4.c
  head/lib/libc/db/test/hash.tests/tread2.c
  head/lib/libc/db/test/hash.tests/tseq.c
  head/lib/libc/db/test/hash.tests/tverify.c
  head/lib/libc/gen/__xuname.c
  head/lib/libc/gen/alarm.3
  head/lib/libc/gen/alarm.c
  head/lib/libc/gen/assert.c
  head/lib/libc/gen/clock.3
  head/lib/libc/gen/clock.c
  head/lib/libc/gen/closedir.c
  head/lib/libc/gen/confstr.3
  head/lib/libc/gen/confstr.c
  head/lib/libc/gen/crypt.c
  head/lib/libc/gen/ctermid.3
  head/lib/libc/gen/daemon.3
  head/lib/libc/gen/daemon.c
  head/lib/libc/gen/devname.3
  head/lib/libc/gen/devname.c
  head/lib/libc/gen/directory.3
  head/lib/libc/gen/disklabel.c
  head/lib/libc/gen/err.3
  head/lib/libc/gen/err.c
  head/lib/libc/gen/errlst.c
  head/lib/libc/gen/exec.3
  head/lib/libc/gen/exec.c
  head/lib/libc/gen/fnmatch.3
  head/lib/libc/gen/fnmatch.c
  head/lib/libc/gen/frexp.3
  head/lib/libc/gen/fstab.c
  head/lib/libc/gen/fts-compat.c
  head/lib/libc/gen/fts.3
  head/lib/libc/gen/fts.c
  head/lib/libc/gen/getbootfile.3
  head/lib/libc/gen/getbootfile.c
  head/lib/libc/gen/getbsize.3
  head/lib/libc/gen/getbsize.c
  head/lib/libc/gen/getcap.3
  head/lib/libc/gen/getcap.c
  head/lib/libc/gen/getcwd.3
  head/lib/libc/gen/getcwd.c
  head/lib/libc/gen/getdiskbyname.3
  head/lib/libc/gen/getdomainname.3
  head/lib/libc/gen/getdomainname.c
  head/lib/libc/gen/getfsent.3
  head/lib/libc/gen/getgrent.3
  head/lib/libc/gen/getgrouplist.3
  head/lib/libc/gen/getgrouplist.c
  head/lib/libc/gen/gethostname.3
  head/lib/libc/gen/gethostname.c
  head/lib/libc/gen/getloadavg.3
  head/lib/libc/gen/getloadavg.c
  head/lib/libc/gen/getlogin.c
  head/lib/libc/gen/getmntinfo.3
  head/lib/libc/gen/getmntinfo.c
  head/lib/libc/gen/getnetgrent.3
  head/lib/libc/gen/getnetgrent.c
  head/lib/libc/gen/getosreldate.c
  head/lib/libc/gen/getpagesize.3
  head/lib/libc/gen/getpagesize.c
  head/lib/libc/gen/getpass.3
  head/lib/libc/gen/getpwent.3
  head/lib/libc/gen/getttyent.3
  head/lib/libc/gen/getttyent.c
  head/lib/libc/gen/getusershell.3
  head/lib/libc/gen/getusershell.c
  head/lib/libc/gen/getvfsbyname.3
  head/lib/libc/gen/getvfsbyname.c
  head/lib/libc/gen/glob.3
  head/lib/libc/gen/glob.c
  head/lib/libc/gen/initgroups.3
  head/lib/libc/gen/initgroups.c
  head/lib/libc/gen/isatty.c
  head/lib/libc/gen/ldexp.3
  head/lib/libc/gen/modf.3
  head/lib/libc/gen/nice.3
  head/lib/libc/gen/nice.c
  head/lib/libc/gen/nlist.3
  head/lib/libc/gen/nlist.c
  head/lib/libc/gen/opendir.c
  head/lib/libc/gen/pause.3
  head/lib/libc/gen/pause.c
  head/lib/libc/gen/popen.3
  head/lib/libc/gen/popen.c
  head/lib/libc/gen/psignal.3
  head/lib/libc/gen/psignal.c
  head/lib/libc/gen/pw_scan.c
  head/lib/libc/gen/pw_scan.h
  head/lib/libc/gen/raise.3
  head/lib/libc/gen/raise.c
  head/lib/libc/gen/readdir.c
  head/lib/libc/gen/rewinddir.c
  head/lib/libc/gen/scandir.3
  head/lib/libc/gen/scandir.c
  head/lib/libc/gen/seekdir.c
  head/lib/libc/gen/setdomainname.c
  head/lib/libc/gen/sethostname.c
  head/lib/libc/gen/setjmp.3
  head/lib/libc/gen/setjmperr.c
  head/lib/libc/gen/setmode.3
  head/lib/libc/gen/setmode.c
  head/lib/libc/gen/siginterrupt.3
  head/lib/libc/gen/siginterrupt.c
  head/lib/libc/gen/siglist.c
  head/lib/libc/gen/signal.3
  head/lib/libc/gen/signal.c
  head/lib/libc/gen/sigsetops.3
  head/lib/libc/gen/sigsetops.c
  head/lib/libc/gen/sleep.3
  head/lib/libc/gen/sleep.c
  head/lib/libc/gen/strtofflags.3
  head/lib/libc/gen/strtofflags.c
  head/lib/libc/gen/sysconf.3
  head/lib/libc/gen/sysconf.c
  head/lib/libc/gen/sysctl.3
  head/lib/libc/gen/sysctl.c
  head/lib/libc/gen/syslog.3
  head/lib/libc/gen/syslog.c
  head/lib/libc/gen/tcgetpgrp.3
  head/lib/libc/gen/tcsendbreak.3
  head/lib/libc/gen/tcsetattr.3
  head/lib/libc/gen/tcsetpgrp.3
  head/lib/libc/gen/telldir.c
  head/lib/libc/gen/termios.c
  head/lib/libc/gen/time.3
  head/lib/libc/gen/time.c
  head/lib/libc/gen/times.3
  head/lib/libc/gen/times.c
  head/lib/libc/gen/timezone.3
  head/lib/libc/gen/timezone.c
  head/lib/libc/gen/ttyname.3
  head/lib/libc/gen/ttyname.c
  head/lib/libc/gen/ttyslot.c
  head/lib/libc/gen/tzset.3
  head/lib/libc/gen/ualarm.3
  head/lib/libc/gen/ualarm.c
  head/lib/libc/gen/uname.3
  head/lib/libc/gen/uname.c
  head/lib/libc/gen/usleep.3
  head/lib/libc/gen/usleep.c
  head/lib/libc/gen/utime.3
  head/lib/libc/gen/utime.c
  head/lib/libc/gen/valloc.3
  head/lib/libc/gen/valloc.c
  head/lib/libc/gen/wait.c
  head/lib/libc/gen/wait3.c
  head/lib/libc/gen/waitpid.c
  head/lib/libc/gmon/gmon.c
  head/lib/libc/gmon/mcount.c
  head/lib/libc/gmon/moncontrol.3
  head/lib/libc/i386/SYS.h
  head/lib/libc/i386/gen/_setjmp.S
  head/lib/libc/i386/gen/fabs.S
  head/lib/libc/i386/gen/setjmp.S
  head/lib/libc/i386/gen/sigsetjmp.S
  head/lib/libc/i386/string/bcopy.S
  head/lib/libc/i386/sys/Ovfork.S
  head/lib/libc/i386/sys/brk.S
  head/lib/libc/i386/sys/cerror.S
  head/lib/libc/i386/sys/exect.S
  head/lib/libc/i386/sys/i386_get_ldt.2
  head/lib/libc/i386/sys/sbrk.S
  head/lib/libc/i386/sys/setlogin.S
  head/lib/libc/i386/sys/sigreturn.S
  head/lib/libc/i386/sys/syscall.S
  head/lib/libc/inet/inet_addr.c
  head/lib/libc/inet/inet_lnaof.c
  head/lib/libc/inet/inet_makeaddr.c
  head/lib/libc/inet/inet_netof.c
  head/lib/libc/inet/inet_network.c
  head/lib/libc/inet/inet_ntoa.c
  head/lib/libc/locale/ascii.c
  head/lib/libc/locale/ctype.3
  head/lib/libc/locale/digittoint.3
  head/lib/libc/locale/euc.5
  head/lib/libc/locale/gbk.c
  head/lib/libc/locale/isalnum.3
  head/lib/libc/locale/isalpha.3
  head/lib/libc/locale/isascii.3
  head/lib/libc/locale/isblank.3
  head/lib/libc/locale/iscntrl.3
  head/lib/libc/locale/isctype.c
  head/lib/libc/locale/isdigit.3
  head/lib/libc/locale/isgraph.3
  head/lib/libc/locale/islower.3
  head/lib/libc/locale/isprint.3
  head/lib/libc/locale/ispunct.3
  head/lib/libc/locale/isspace.3
  head/lib/libc/locale/isupper.3
  head/lib/libc/locale/iswalnum.3
  head/lib/libc/locale/iswctype.c
  head/lib/libc/locale/isxdigit.3
  head/lib/libc/locale/localeconv.3
  head/lib/libc/locale/localeconv.c
  head/lib/libc/locale/mblen.3
  head/lib/libc/locale/mbstowcs.3
  head/lib/libc/locale/mbtowc.3
  head/lib/libc/locale/multibyte.3
  head/lib/libc/locale/none.c
  head/lib/libc/locale/rune.c
  head/lib/libc/locale/runetype.c
  head/lib/libc/locale/setlocale.3
  head/lib/libc/locale/setlocale.c
  head/lib/libc/locale/setrunelocale.c
  head/lib/libc/locale/table.c
  head/lib/libc/locale/toascii.3
  head/lib/libc/locale/tolower.3
  head/lib/libc/locale/tolower.c
  head/lib/libc/locale/toupper.3
  head/lib/libc/locale/toupper.c
  head/lib/libc/locale/towlower.3
  head/lib/libc/locale/towupper.3
  head/lib/libc/locale/utf8.5
  head/lib/libc/locale/wcstoimax.c
  head/lib/libc/locale/wcstol.c
  head/lib/libc/locale/wcstoll.c
  head/lib/libc/locale/wcstombs.3
  head/lib/libc/locale/wcstoul.c
  head/lib/libc/locale/wcstoull.c
  head/lib/libc/locale/wcstoumax.c
  head/lib/libc/locale/wctomb.3
  head/lib/libc/locale/wcwidth.c
  head/lib/libc/net/byteorder.3
  head/lib/libc/net/gethostbydns.c
  head/lib/libc/net/gethostbyht.c
  head/lib/libc/net/gethostbyname.3
  head/lib/libc/net/getipnodebyname.3
  head/lib/libc/net/getnetbydns.c
  head/lib/libc/net/getnetbyht.c
  head/lib/libc/net/getnetent.3
  head/lib/libc/net/getproto.c
  head/lib/libc/net/getprotoent.3
  head/lib/libc/net/getprotoent.c
  head/lib/libc/net/getprotoname.c
  head/lib/libc/net/getservent.3
  head/lib/libc/net/getservent.c
  head/lib/libc/net/inet.3
  head/lib/libc/net/inet_net.3
  head/lib/libc/net/linkaddr.3
  head/lib/libc/net/linkaddr.c
  head/lib/libc/net/map_v4v6.c
  head/lib/libc/net/nsdispatch.3
  head/lib/libc/net/rcmd.3
  head/lib/libc/net/rcmd.c
  head/lib/libc/net/rcmdsh.3
  head/lib/libc/net/recv.c
  head/lib/libc/net/resolver.3
  head/lib/libc/net/send.c
  head/lib/libc/quad/TESTS/divrem.c
  head/lib/libc/quad/TESTS/mul.c
  head/lib/libc/quad/adddi3.c
  head/lib/libc/quad/anddi3.c
  head/lib/libc/quad/ashldi3.c
  head/lib/libc/quad/ashrdi3.c
  head/lib/libc/quad/cmpdi2.c
  head/lib/libc/quad/divdi3.c
  head/lib/libc/quad/fixdfdi.c
  head/lib/libc/quad/fixsfdi.c
  head/lib/libc/quad/fixunsdfdi.c
  head/lib/libc/quad/fixunssfdi.c
  head/lib/libc/quad/floatdidf.c
  head/lib/libc/quad/floatdisf.c
  head/lib/libc/quad/floatunsdidf.c
  head/lib/libc/quad/iordi3.c
  head/lib/libc/quad/lshldi3.c
  head/lib/libc/quad/lshrdi3.c
  head/lib/libc/quad/moddi3.c
  head/lib/libc/quad/muldi3.c
  head/lib/libc/quad/negdi2.c
  head/lib/libc/quad/notdi2.c
  head/lib/libc/quad/qdivrem.c
  head/lib/libc/quad/quad.h
  head/lib/libc/quad/subdi3.c
  head/lib/libc/quad/ucmpdi2.c
  head/lib/libc/quad/udivdi3.c
  head/lib/libc/quad/umoddi3.c
  head/lib/libc/quad/xordi3.c
  head/lib/libc/regex/cname.h
  head/lib/libc/regex/engine.c
  head/lib/libc/regex/regcomp.c
  head/lib/libc/regex/regerror.c
  head/lib/libc/regex/regex.3
  head/lib/libc/regex/regex2.h
  head/lib/libc/regex/regexec.c
  head/lib/libc/regex/regfree.c
  head/lib/libc/regex/utils.h
  head/lib/libc/resolv/herror.c
  head/lib/libc/resolv/res_comp.c
  head/lib/libc/resolv/res_debug.c
  head/lib/libc/resolv/res_init.c
  head/lib/libc/resolv/res_mkquery.c
  head/lib/libc/resolv/res_query.c
  head/lib/libc/resolv/res_send.c
  head/lib/libc/sparc64/SYS.h
  head/lib/libc/sparc64/fpu/fpu.c
  head/lib/libc/sparc64/fpu/fpu_add.c
  head/lib/libc/sparc64/fpu/fpu_arith.h
  head/lib/libc/sparc64/fpu/fpu_compare.c
  head/lib/libc/sparc64/fpu/fpu_div.c
  head/lib/libc/sparc64/fpu/fpu_emu.h
  head/lib/libc/sparc64/fpu/fpu_explode.c
  head/lib/libc/sparc64/fpu/fpu_implode.c
  head/lib/libc/sparc64/fpu/fpu_mul.c
  head/lib/libc/sparc64/fpu/fpu_sqrt.c
  head/lib/libc/sparc64/fpu/fpu_subr.c
  head/lib/libc/sparc64/gen/_setjmp.S
  head/lib/libc/sparc64/gen/fixunsdfsi.S
  head/lib/libc/sparc64/gen/setjmp.S
  head/lib/libc/sparc64/sys/brk.S
  head/lib/libc/sparc64/sys/cerror.S
  head/lib/libc/sparc64/sys/exect.S
  head/lib/libc/sparc64/sys/sbrk.S
  head/lib/libc/sparc64/sys/setlogin.S
  head/lib/libc/stdio/fclose.3
  head/lib/libc/stdio/ferror.3
  head/lib/libc/stdio/fflush.3
  head/lib/libc/stdio/fgetln.3
  head/lib/libc/stdio/fgets.3
  head/lib/libc/stdio/fgetwln.3
  head/lib/libc/stdio/fgetws.3
  head/lib/libc/stdio/floatio.h
  head/lib/libc/stdio/fopen.3
  head/lib/libc/stdio/fputs.3
  head/lib/libc/stdio/fputws.3
  head/lib/libc/stdio/fread.3
  head/lib/libc/stdio/fseek.3
  head/lib/libc/stdio/funopen.3
  head/lib/libc/stdio/fvwrite.h
  head/lib/libc/stdio/getc.3
  head/lib/libc/stdio/getwc.3
  head/lib/libc/stdio/glue.h
  head/lib/libc/stdio/local.h
  head/lib/libc/stdio/mktemp.3
  head/lib/libc/stdio/printf.3
  head/lib/libc/stdio/printfcommon.h
  head/lib/libc/stdio/printflocal.h
  head/lib/libc/stdio/putc.3
  head/lib/libc/stdio/putwc.3
  head/lib/libc/stdio/remove.3
  head/lib/libc/stdio/scanf.3
  head/lib/libc/stdio/setbuf.3
  head/lib/libc/stdio/stdio.3
  head/lib/libc/stdio/tmpnam.3
  head/lib/libc/stdio/ungetc.3
  head/lib/libc/stdio/ungetwc.3
  head/lib/libc/stdio/wprintf.3
  head/lib/libc/stdio/wscanf.3
  head/lib/libc/stdtime/strftime.3
  head/lib/libc/sys/_exit.2
  head/lib/libc/sys/accept.2
  head/lib/libc/sys/access.2
  head/lib/libc/sys/acct.2
  head/lib/libc/sys/adjtime.2
  head/lib/libc/sys/bind.2
  head/lib/libc/sys/brk.2
  head/lib/libc/sys/chdir.2
  head/lib/libc/sys/chflags.2
  head/lib/libc/sys/chmod.2
  head/lib/libc/sys/chown.2
  head/lib/libc/sys/chroot.2
  head/lib/libc/sys/clock_gettime.2
  head/lib/libc/sys/close.2
  head/lib/libc/sys/connect.2
  head/lib/libc/sys/dup.2
  head/lib/libc/sys/execve.2
  head/lib/libc/sys/fcntl.2
  head/lib/libc/sys/flock.2
  head/lib/libc/sys/fork.2
  head/lib/libc/sys/fsync.2
  head/lib/libc/sys/getdirentries.2
  head/lib/libc/sys/getdtablesize.2
  head/lib/libc/sys/getfh.2
  head/lib/libc/sys/getfsstat.2
  head/lib/libc/sys/getgid.2
  head/lib/libc/sys/getgroups.2
  head/lib/libc/sys/getitimer.2
  head/lib/libc/sys/getlogin.2
  head/lib/libc/sys/getpeername.2
  head/lib/libc/sys/getpgrp.2
  head/lib/libc/sys/getpid.2
  head/lib/libc/sys/getpriority.2
  head/lib/libc/sys/getrlimit.2
  head/lib/libc/sys/getrusage.2
  head/lib/libc/sys/getsockname.2
  head/lib/libc/sys/getsockopt.2
  head/lib/libc/sys/gettimeofday.2
  head/lib/libc/sys/getuid.2
  head/lib/libc/sys/intro.2
  head/lib/libc/sys/ioctl.2
  head/lib/libc/sys/issetugid.2
  head/lib/libc/sys/kill.2
  head/lib/libc/sys/ktrace.2
  head/lib/libc/sys/link.2
  head/lib/libc/sys/listen.2
  head/lib/libc/sys/lseek.2
  head/lib/libc/sys/madvise.2
  head/lib/libc/sys/mincore.2
  head/lib/libc/sys/minherit.2
  head/lib/libc/sys/mkdir.2
  head/lib/libc/sys/mkfifo.2
  head/lib/libc/sys/mknod.2
  head/lib/libc/sys/mlock.2
  head/lib/libc/sys/mmap.2
  head/lib/libc/sys/mount.2
  head/lib/libc/sys/mprotect.2
  head/lib/libc/sys/msync.2
  head/lib/libc/sys/munmap.2
  head/lib/libc/sys/nanosleep.2
  head/lib/libc/sys/nfssvc.2
  head/lib/libc/sys/open.2
  head/lib/libc/sys/pathconf.2
  head/lib/libc/sys/pipe.2
  head/lib/libc/sys/posix_fadvise.2
  head/lib/libc/sys/posix_fallocate.2
  head/lib/libc/sys/profil.2
  head/lib/libc/sys/quotactl.2
  head/lib/libc/sys/read.2
  head/lib/libc/sys/readlink.2
  head/lib/libc/sys/reboot.2
  head/lib/libc/sys/recv.2
  head/lib/libc/sys/rename.2
  head/lib/libc/sys/revoke.2
  head/lib/libc/sys/rmdir.2
  head/lib/libc/sys/select.2
  head/lib/libc/sys/send.2
  head/lib/libc/sys/setgroups.2
  head/lib/libc/sys/setpgid.2
  head/lib/libc/sys/setregid.2
  head/lib/libc/sys/setreuid.2
  head/lib/libc/sys/setsid.2
  head/lib/libc/sys/setuid.2
  head/lib/libc/sys/shutdown.2
  head/lib/libc/sys/sigaction.2
  head/lib/libc/sys/sigaltstack.2
  head/lib/libc/sys/sigpending.2
  head/lib/libc/sys/sigprocmask.2
  head/lib/libc/sys/sigreturn.2
  head/lib/libc/sys/sigstack.2
  head/lib/libc/sys/sigsuspend.2
  head/lib/libc/sys/socket.2
  head/lib/libc/sys/socketpair.2
  head/lib/libc/sys/stat.2
  head/lib/libc/sys/statfs.2
  head/lib/libc/sys/swapon.2
  head/lib/libc/sys/symlink.2
  head/lib/libc/sys/sync.2
  head/lib/libc/sys/sysarch.2
  head/lib/libc/sys/syscall.2
  head/lib/libc/sys/truncate.2
  head/lib/libc/sys/umask.2
  head/lib/libc/sys/undelete.2
  head/lib/libc/sys/unlink.2
  head/lib/libc/sys/utimensat.2
  head/lib/libc/sys/utimes.2
  head/lib/libc/sys/vfork.2
  head/lib/libc/sys/wait.2
  head/lib/libc/sys/write.2
  head/lib/libcompat/4.1/ftime.3
  head/lib/libcompat/4.3/re_comp.3
  head/lib/libcompat/4.3/re_comp.c
  head/lib/libcompat/4.3/rexec.3
  head/lib/libcompat/4.3/rexec.c
  head/lib/libcompat/4.4/cuserid.c
  head/lib/libcrypt/crypt.3
  head/lib/libifconfig/libifconfig.c
  head/lib/libkvm/kvm.3
  head/lib/libkvm/kvm.c
  head/lib/libkvm/kvm.h
  head/lib/libkvm/kvm_amd64.c
  head/lib/libkvm/kvm_arm.c
  head/lib/libkvm/kvm_geterr.3
  head/lib/libkvm/kvm_getloadavg.3
  head/lib/libkvm/kvm_getloadavg.c
  head/lib/libkvm/kvm_getprocs.3
  head/lib/libkvm/kvm_i386.c
  head/lib/libkvm/kvm_nlist.3
  head/lib/libkvm/kvm_open.3
  head/lib/libkvm/kvm_private.c
  head/lib/libkvm/kvm_private.h
  head/lib/libkvm/kvm_proc.c
  head/lib/libkvm/kvm_read.3
  head/lib/libkvm/kvm_sparc64.c
  head/lib/libstand/amd64/_setjmp.S
  head/lib/libstand/arp.c
  head/lib/libstand/bootp.c
  head/lib/libstand/close.c
  head/lib/libstand/closeall.c
  head/lib/libstand/dev.c
  head/lib/libstand/ether.c
  head/lib/libstand/fstat.c
  head/lib/libstand/getopt.c
  head/lib/libstand/gets.c
  head/lib/libstand/i386/_setjmp.S
  head/lib/libstand/in_cksum.c
  head/lib/libstand/inet_ntoa.c
  head/lib/libstand/ioctl.c
  head/lib/libstand/iodesc.h
  head/lib/libstand/lseek.c
  head/lib/libstand/net.c
  head/lib/libstand/net.h
  head/lib/libstand/nfsv2.h
  head/lib/libstand/nullfs.c
  head/lib/libstand/open.c
  head/lib/libstand/printf.c
  head/lib/libstand/qdivrem.c
  head/lib/libstand/quad.h
  head/lib/libstand/random.c
  head/lib/libstand/rarp.c
  head/lib/libstand/read.c
  head/lib/libstand/rpc.c
  head/lib/libstand/rpc.h
  head/lib/libstand/rpcv2.h
  head/lib/libstand/saioctl.h
  head/lib/libstand/sparc64/_setjmp.S
  head/lib/libstand/stand.h
  head/lib/libstand/stat.c
  head/lib/libstand/strcasecmp.c
  head/lib/libstand/strdup.c
  head/lib/libstand/strerror.c
  head/lib/libstand/strtol.c
  head/lib/libstand/strtoul.c
  head/lib/libstand/twiddle.c
  head/lib/libstand/udp.c
  head/lib/libstand/write.c
  head/lib/libsysdecode/utrace.c
  head/lib/libutil/hexdump.c
  head/lib/libutil/login_tty.c
  head/lib/libutil/pty.c
  head/lib/libutil/pw_util.c
  head/lib/libutil/uucplock.c
  head/lib/liby/main.c
  head/lib/liby/yyerror.c
  head/lib/msun/man/acos.3
  head/lib/msun/man/acosh.3
  head/lib/msun/man/asin.3
  head/lib/msun/man/asinh.3
  head/lib/msun/man/atan.3
  head/lib/msun/man/atan2.3
  head/lib/msun/man/atanh.3
  head/lib/msun/man/ceil.3
  head/lib/msun/man/copysign.3
  head/lib/msun/man/cos.3
  head/lib/msun/man/cosh.3
  head/lib/msun/man/erf.3
  head/lib/msun/man/exp.3
  head/lib/msun/man/fabs.3
  head/lib/msun/man/floor.3
  head/lib/msun/man/fmod.3
  head/lib/msun/man/hypot.3
  head/lib/msun/man/ieee.3
  head/lib/msun/man/ieee_test.3
  head/lib/msun/man/ilogb.3
  head/lib/msun/man/j0.3
  head/lib/msun/man/lgamma.3
  head/lib/msun/man/math.3
  head/lib/msun/man/nextafter.3
  head/lib/msun/man/remainder.3
  head/lib/msun/man/rint.3
  head/lib/msun/man/scalbn.3
  head/lib/msun/man/sin.3
  head/lib/msun/man/sinh.3
  head/lib/msun/man/sqrt.3
  head/lib/msun/man/tan.3
  head/lib/msun/man/tanh.3
  head/lib/ncurses/ncurses/pathnames.h
  head/lib/ncurses/ncurses/termcap.c
  head/libexec/rtld-elf/rtld_printf.c
  head/libexec/rtld-elf/rtld_utrace.h
  head/release/picobsd/tinyware/passwd/extern.h
  head/release/picobsd/tinyware/passwd/pw_util.h
  head/sbin/badsect/badsect.8
  head/sbin/badsect/badsect.c
  head/sbin/bsdlabel/bsdlabel.8
  head/sbin/bsdlabel/pathnames.h
  head/sbin/clri/clri.8
  head/sbin/clri/clri.c
  head/sbin/devd/devd.cc
  head/sbin/dmesg/dmesg.8
  head/sbin/dmesg/dmesg.c
  head/sbin/dump/dump.8
  head/sbin/dump/dump.h
  head/sbin/dump/dumprmt.c
  head/sbin/dump/itime.c
  head/sbin/dump/main.c
  head/sbin/dump/optr.c
  head/sbin/dump/pathnames.h
  head/sbin/dump/tape.c
  head/sbin/dump/traverse.c
  head/sbin/dump/unctime.c
  head/sbin/dumpfs/dumpfs.8
  head/sbin/dumpfs/dumpfs.c
  head/sbin/dumpon/dumpon.8
  head/sbin/dumpon/dumpon.c
  head/sbin/fsck/preen.c
  head/sbin/fsck_ffs/dir.c
  head/sbin/fsck_ffs/fsck.h
  head/sbin/fsck_ffs/fsck_ffs.8
  head/sbin/fsck_ffs/fsutil.c
  head/sbin/fsck_ffs/gjournal.c
  head/sbin/fsck_ffs/globs.c
  head/sbin/fsck_ffs/inode.c
  head/sbin/fsck_ffs/main.c
  head/sbin/fsck_ffs/pass1.c
  head/sbin/fsck_ffs/pass1b.c
  head/sbin/fsck_ffs/pass2.c
  head/sbin/fsck_ffs/pass3.c
  head/sbin/fsck_ffs/pass4.c
  head/sbin/fsck_ffs/pass5.c
  head/sbin/fsck_ffs/setup.c
  head/sbin/fsck_ffs/utilities.c
  head/sbin/ifconfig/af_inet.c
  head/sbin/ifconfig/af_inet6.c
  head/sbin/ifconfig/af_link.c
  head/sbin/ifconfig/ifclone.c
  head/sbin/ifconfig/ifconfig.8
  head/sbin/ifconfig/ifconfig.c
  head/sbin/init/init.8
  head/sbin/init/init.c
  head/sbin/init/pathnames.h
  head/sbin/mknod/mknod.8
  head/sbin/mknod/mknod.c
  head/sbin/mount/getmntopts.3
  head/sbin/mount/getmntopts.c
  head/sbin/mount/mntopts.h
  head/sbin/mount/mount.8
  head/sbin/mount/mount.c
  head/sbin/mount/mount_fs.c
  head/sbin/mount/pathnames.h
  head/sbin/mount/vfslist.c
  head/sbin/mount_cd9660/mount_cd9660.8
  head/sbin/mount_cd9660/mount_cd9660.c
  head/sbin/mount_fusefs/mount_fusefs.8
  head/sbin/mount_nfs/mount_nfs.8
  head/sbin/mount_nfs/mount_nfs.c
  head/sbin/mount_nullfs/mount_nullfs.8
  head/sbin/mount_nullfs/mount_nullfs.c
  head/sbin/mount_udf/mount_udf.c
  head/sbin/mount_unionfs/mount_unionfs.8
  head/sbin/mount_unionfs/mount_unionfs.c
  head/sbin/newfs/mkfs.c
  head/sbin/newfs/newfs.8
  head/sbin/newfs/newfs.c
  head/sbin/newfs/newfs.h
  head/sbin/nfsiod/nfsiod.8
  head/sbin/nfsiod/nfsiod.c
  head/sbin/ping/ping.8
  head/sbin/ping/ping.c
  head/sbin/ping6/ping6.c
  head/sbin/quotacheck/preen.c
  head/sbin/quotacheck/quotacheck.8
  head/sbin/quotacheck/quotacheck.c
  head/sbin/quotacheck/quotacheck.h
  head/sbin/reboot/boot_i386.8
  head/sbin/reboot/reboot.8
  head/sbin/reboot/reboot.c
  head/sbin/restore/dirs.c
  head/sbin/restore/extern.h
  head/sbin/restore/interactive.c
  head/sbin/restore/main.c
  head/sbin/restore/restore.8
  head/sbin/restore/restore.c
  head/sbin/restore/restore.h
  head/sbin/restore/symtab.c
  head/sbin/restore/tape.c
  head/sbin/restore/utilities.c
  head/sbin/route/route.8
  head/sbin/route/route.c
  head/sbin/routed/defs.h
  head/sbin/routed/if.c
  head/sbin/routed/input.c
  head/sbin/routed/main.c
  head/sbin/routed/output.c
  head/sbin/routed/parms.c
  head/sbin/routed/pathnames.h
  head/sbin/routed/radix.c
  head/sbin/routed/radix.h
  head/sbin/routed/rdisc.c
  head/sbin/routed/routed.8
  head/sbin/routed/rtquery/rtquery.c
  head/sbin/routed/table.c
  head/sbin/routed/trace.c
  head/sbin/savecore/savecore.8
  head/sbin/savecore/savecore.c
  head/sbin/shutdown/shutdown.8
  head/sbin/shutdown/shutdown.c
  head/sbin/swapon/swapon.8
  head/sbin/swapon/swapon.c
  head/sbin/sysctl/sysctl.8
  head/sbin/sysctl/sysctl.c
  head/sbin/tunefs/tunefs.8
  head/sbin/tunefs/tunefs.c
  head/sbin/umount/umount.8
  head/sbin/umount/umount.c
  head/share/doc/smm/03.fsck/0.t
  head/share/doc/smm/03.fsck/1.t
  head/share/doc/smm/03.fsck/2.t
  head/share/doc/smm/03.fsck/3.t
  head/share/doc/smm/03.fsck/4.t
  head/share/doc/usd/04.csh/csh.1
  head/share/doc/usd/04.csh/csh.2
  head/share/doc/usd/04.csh/csh.3
  head/share/doc/usd/04.csh/csh.4
  head/share/doc/usd/04.csh/csh.a
  head/share/doc/usd/04.csh/csh.g
  head/share/doc/usd/04.csh/tabs
  head/share/man/man4/lo.4
  head/sys/amd64/amd64/apic_vector.S
  head/sys/amd64/amd64/atpic_vector.S
  head/sys/amd64/amd64/cpu_switch.S
  head/sys/amd64/amd64/exception.S
  head/sys/amd64/amd64/fpu.c
  head/sys/amd64/amd64/genassym.c
  head/sys/amd64/amd64/mem.c
  head/sys/amd64/amd64/support.S
  head/sys/amd64/ia32/ia32_signal.c
  head/sys/amd64/include/asm.h
  head/sys/amd64/include/asmacros.h
  head/sys/amd64/include/cpu.h
  head/sys/amd64/include/cpufunc.h
  head/sys/amd64/include/exec.h
  head/sys/amd64/include/fpu.h
  head/sys/amd64/include/limits.h
  head/sys/amd64/include/pcb.h
  head/sys/amd64/include/pmap.h
  head/sys/amd64/include/proc.h
  head/sys/amd64/include/profile.h
  head/sys/amd64/include/reloc.h
  head/sys/amd64/include/segments.h
  head/sys/amd64/include/tss.h
  head/sys/amd64/linux/linux_support.s
  head/sys/amd64/linux32/linux32_support.s
  head/sys/amd64/vmm/vmm_stat.h
  head/sys/arm/arm/mem.c
  head/sys/arm/include/_align.h
  head/sys/arm/include/_limits.h
  head/sys/arm/include/limits.h
  head/sys/arm/include/signal.h
  head/sys/arm/include/stdarg.h
  head/sys/boot/geli/pwgets.c
  head/sys/conf/systags.sh
  head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_devid.h
  head/sys/contrib/dev/uath/ar5523.bin.uu
  head/sys/ddb/db_ps.c
  head/sys/dev/ath/ath_hal/ar9003/ar9300_devid.h
  head/sys/dev/fdc/fdc.c
  head/sys/dev/ic/i8253reg.h
  head/sys/dev/ic/nec765.h
  head/sys/dev/ic/ns16550.h
  head/sys/dev/iscsi/icl_soft_proxy.c
  head/sys/dev/md/md.c
  head/sys/dev/nmdm/nmdm.c
  head/sys/dev/ofw/openfirmio.c
  head/sys/dev/ofw/openfirmio.h
  head/sys/dev/sio/sio.c
  head/sys/dev/sio/sioreg.h
  head/sys/dev/sio/siovar.h
  head/sys/dev/usb/usb_pf.c
  head/sys/dev/usb/usb_pf.h
  head/sys/fs/autofs/autofs.c
  head/sys/fs/cd9660/cd9660_bmap.c
  head/sys/fs/cd9660/cd9660_lookup.c
  head/sys/fs/cd9660/cd9660_mount.h
  head/sys/fs/cd9660/cd9660_node.c
  head/sys/fs/cd9660/cd9660_node.h
  head/sys/fs/cd9660/cd9660_rrip.c
  head/sys/fs/cd9660/cd9660_rrip.h
  head/sys/fs/cd9660/cd9660_util.c
  head/sys/fs/cd9660/cd9660_vfsops.c
  head/sys/fs/cd9660/cd9660_vnops.c
  head/sys/fs/cd9660/iso.h
  head/sys/fs/cd9660/iso_rrip.h
  head/sys/fs/deadfs/dead_vnops.c
  head/sys/fs/fifofs/fifo_vnops.c
  head/sys/fs/nfs/nfs.h
  head/sys/fs/nfs/nfs_commonkrpc.c
  head/sys/fs/nfs/nfs_commonport.c
  head/sys/fs/nfs/nfs_commonsubs.c
  head/sys/fs/nfs/nfs_var.h
  head/sys/fs/nfs/nfsm_subs.h
  head/sys/fs/nfs/nfsport.h
  head/sys/fs/nfs/nfsproto.h
  head/sys/fs/nfs/nfsrvcache.h
  head/sys/fs/nfs/rpcv2.h
  head/sys/fs/nfs/xdr_subs.h
  head/sys/fs/nfsclient/nfs.h
  head/sys/fs/nfsclient/nfs_clbio.c
  head/sys/fs/nfsclient/nfs_clcomsubs.c
  head/sys/fs/nfsclient/nfs_clkrpc.c
  head/sys/fs/nfsclient/nfs_clnfsiod.c
  head/sys/fs/nfsclient/nfs_clnode.c
  head/sys/fs/nfsclient/nfs_clport.c
  head/sys/fs/nfsclient/nfs_clrpcops.c
  head/sys/fs/nfsclient/nfs_clsubs.c
  head/sys/fs/nfsclient/nfs_clvfsops.c
  head/sys/fs/nfsclient/nfs_clvnops.c
  head/sys/fs/nfsclient/nfsmount.h
  head/sys/fs/nfsclient/nfsnode.h
  head/sys/fs/nfsserver/nfs_nfsdcache.c
  head/sys/fs/nfsserver/nfs_nfsdkrpc.c
  head/sys/fs/nfsserver/nfs_nfsdport.c
  head/sys/fs/nfsserver/nfs_nfsdserv.c
  head/sys/fs/nfsserver/nfs_nfsdsocket.c
  head/sys/fs/nfsserver/nfs_nfsdsubs.c
  head/sys/fs/nullfs/null.h
  head/sys/fs/nullfs/null_subr.c
  head/sys/fs/nullfs/null_vfsops.c
  head/sys/fs/nullfs/null_vnops.c
  head/sys/fs/procfs/procfs.h
  head/sys/fs/procfs/procfs_dbregs.c
  head/sys/fs/procfs/procfs_fpregs.c
  head/sys/fs/procfs/procfs_map.c
  head/sys/fs/procfs/procfs_mem.c
  head/sys/fs/procfs/procfs_note.c
  head/sys/fs/procfs/procfs_osrel.c
  head/sys/fs/procfs/procfs_regs.c
  head/sys/fs/procfs/procfs_status.c
  head/sys/fs/procfs/procfs_type.c
  head/sys/fs/unionfs/union.h
  head/sys/fs/unionfs/union_subr.c
  head/sys/fs/unionfs/union_vfsops.c
  head/sys/fs/unionfs/union_vnops.c
  head/sys/i386/i386/apic_vector.s
  head/sys/i386/i386/atpic_vector.s
  head/sys/i386/i386/exception.s
  head/sys/i386/i386/genassym.c
  head/sys/i386/i386/in_cksum.c
  head/sys/i386/i386/locore.s
  head/sys/i386/i386/mem.c
  head/sys/i386/i386/support.s
  head/sys/i386/i386/swtch.s
  head/sys/i386/include/asm.h
  head/sys/i386/include/asmacros.h
  head/sys/i386/include/cpu.h
  head/sys/i386/include/cpufunc.h
  head/sys/i386/include/exec.h
  head/sys/i386/include/frame.h
  head/sys/i386/include/limits.h
  head/sys/i386/include/npx.h
  head/sys/i386/include/param.h
  head/sys/i386/include/pcb.h
  head/sys/i386/include/pmap.h
  head/sys/i386/include/proc.h
  head/sys/i386/include/profile.h
  head/sys/i386/include/reloc.h
  head/sys/i386/include/segments.h
  head/sys/i386/include/signal.h
  head/sys/i386/include/tss.h
  head/sys/i386/include/varargs.h
  head/sys/i386/include/vmparam.h
  head/sys/i386/isa/npx.c
  head/sys/i386/linux/linux_support.s
  head/sys/isa/isareg.h
  head/sys/isa/rtc.h
  head/sys/libkern/ashldi3.c
  head/sys/libkern/ashrdi3.c
  head/sys/libkern/bcmp.c
  head/sys/libkern/bsearch.c
  head/sys/libkern/cmpdi2.c
  head/sys/libkern/divdi3.c
  head/sys/libkern/fnmatch.c
  head/sys/libkern/lshrdi3.c
  head/sys/libkern/mcount.c
  head/sys/libkern/memchr.c
  head/sys/libkern/memcmp.c
  head/sys/libkern/moddi3.c
  head/sys/libkern/qdivrem.c
  head/sys/libkern/qsort.c
  head/sys/libkern/quad.h
  head/sys/libkern/random.c
  head/sys/libkern/scanc.c
  head/sys/libkern/strcat.c
  head/sys/libkern/strchr.c
  head/sys/libkern/strcmp.c
  head/sys/libkern/strcpy.c
  head/sys/libkern/strncpy.c
  head/sys/libkern/strrchr.c
  head/sys/libkern/strsep.c
  head/sys/libkern/strstr.c
  head/sys/libkern/strtol.c
  head/sys/libkern/strtoq.c
  head/sys/libkern/strtoul.c
  head/sys/libkern/strtouq.c
  head/sys/libkern/ucmpdi2.c
  head/sys/libkern/udivdi3.c
  head/sys/libkern/umoddi3.c
  head/sys/mips/include/_align.h
  head/sys/mips/include/_limits.h
  head/sys/mips/include/asm.h
  head/sys/mips/include/cpu.h
  head/sys/mips/include/cpuinfo.h
  head/sys/mips/include/endian.h
  head/sys/mips/include/exec.h
  head/sys/mips/include/limits.h
  head/sys/mips/include/mips_opcode.h
  head/sys/mips/include/param.h
  head/sys/mips/include/pcb.h
  head/sys/mips/include/pmap.h
  head/sys/mips/include/proc.h
  head/sys/mips/include/profile.h
  head/sys/mips/include/ptrace.h
  head/sys/mips/include/reg.h
  head/sys/mips/include/regnum.h
  head/sys/mips/include/signal.h
  head/sys/mips/include/sysarch.h
  head/sys/mips/include/trap.h
  head/sys/mips/include/ucontext.h
  head/sys/mips/include/varargs.h
  head/sys/mips/include/vmparam.h
  head/sys/mips/mips/autoconf.c
  head/sys/mips/mips/exception.S
  head/sys/mips/mips/fp.S
  head/sys/mips/mips/genassym.c
  head/sys/mips/mips/locore.S
  head/sys/mips/mips/machdep.c
  head/sys/mips/mips/mem.c
  head/sys/mips/mips/pm_machdep.c
  head/sys/mips/mips/pmap.c
  head/sys/mips/mips/swtch.S
  head/sys/mips/mips/trap.c
  head/sys/mips/mips/vm_machdep.c
  head/sys/net/bpf.c
  head/sys/net/bpf.h
  head/sys/net/bpf_buffer.c
  head/sys/net/bpf_filter.c
  head/sys/net/bpfdesc.h
  head/sys/net/if.c
  head/sys/net/if.h
  head/sys/net/if_arc.h
  head/sys/net/if_arp.h
  head/sys/net/if_clone.c
  head/sys/net/if_clone.h
  head/sys/net/if_disc.c
  head/sys/net/if_dl.h
  head/sys/net/if_edsc.c
  head/sys/net/if_ethersubr.c
  head/sys/net/if_fwsubr.c
  head/sys/net/if_llc.h
  head/sys/net/if_loop.c
  head/sys/net/if_types.h
  head/sys/net/if_var.h
  head/sys/net/ifq.h
  head/sys/net/radix.c
  head/sys/net/radix.h
  head/sys/net/raw_cb.c
  head/sys/net/raw_cb.h
  head/sys/net/raw_usrreq.c
  head/sys/net/route.c
  head/sys/net/route.h
  head/sys/net/route_var.h
  head/sys/net/rtsock.c
  head/sys/net/slcompress.c
  head/sys/net/slcompress.h
  head/sys/netinet/icmp6.h
  head/sys/netinet/icmp_var.h
  head/sys/netinet/if_ether.c
  head/sys/netinet/if_ether.h
  head/sys/netinet/igmp.c
  head/sys/netinet/igmp.h
  head/sys/netinet/igmp_var.h
  head/sys/netinet/in.c
  head/sys/netinet/in.h
  head/sys/netinet/in_cksum.c
  head/sys/netinet/in_fib.c
  head/sys/netinet/in_fib.h
  head/sys/netinet/in_pcb.c
  head/sys/netinet/in_pcb.h
  head/sys/netinet/in_proto.c
  head/sys/netinet/in_systm.h
  head/sys/netinet/in_var.h
  head/sys/netinet/ip.h
  head/sys/netinet/ip6.h
  head/sys/netinet/ip_divert.c
  head/sys/netinet/ip_icmp.c
  head/sys/netinet/ip_icmp.h
  head/sys/netinet/ip_input.c
  head/sys/netinet/ip_mroute.c
  head/sys/netinet/ip_mroute.h
  head/sys/netinet/ip_options.c
  head/sys/netinet/ip_options.h
  head/sys/netinet/ip_output.c
  head/sys/netinet/ip_reass.c
  head/sys/netinet/ip_var.h
  head/sys/netinet/raw_ip.c
  head/sys/netinet/sctp_syscalls.c
  head/sys/netinet/tcp.h
  head/sys/netinet/tcp_debug.c
  head/sys/netinet/tcp_debug.h
  head/sys/netinet/tcp_fsm.h
  head/sys/netinet/tcp_input.c
  head/sys/netinet/tcp_output.c
  head/sys/netinet/tcp_reass.c
  head/sys/netinet/tcp_seq.h
  head/sys/netinet/tcp_stacks/fastpath.c
  head/sys/netinet/tcp_subr.c
  head/sys/netinet/tcp_syncache.h
  head/sys/netinet/tcp_timer.c
  head/sys/netinet/tcp_timer.h
  head/sys/netinet/tcp_timewait.c
  head/sys/netinet/tcp_usrreq.c
  head/sys/netinet/tcp_var.h
  head/sys/netinet/tcpip.h
  head/sys/netinet/udp.h
  head/sys/netinet/udp_usrreq.c
  head/sys/netinet/udp_var.h
  head/sys/netinet6/icmp6.c
  head/sys/netinet6/in6.c
  head/sys/netinet6/in6.h
  head/sys/netinet6/in6_cksum.c
  head/sys/netinet6/in6_fib.c
  head/sys/netinet6/in6_fib.h
  head/sys/netinet6/in6_pcb.c
  head/sys/netinet6/in6_pcb.h
  head/sys/netinet6/in6_proto.c
  head/sys/netinet6/in6_src.c
  head/sys/netinet6/in6_var.h
  head/sys/netinet6/ip6_input.c
  head/sys/netinet6/ip6_mroute.c
  head/sys/netinet6/ip6_output.c
  head/sys/netinet6/ip6_var.h
  head/sys/netinet6/ip6protosw.h
  head/sys/netinet6/mld6.c
  head/sys/netinet6/raw_ip6.c
  head/sys/netinet6/tcp6_var.h
  head/sys/netinet6/udp6_usrreq.c
  head/sys/netinet6/udp6_var.h
  head/sys/nfs/nfs_common.h
  head/sys/nfs/nfs_diskless.c
  head/sys/nfs/nfs_nfssvc.c
  head/sys/nfs/nfsdiskless.h
  head/sys/nfs/nfsproto.h
  head/sys/nfs/nfssvc.h
  head/sys/nfs/xdr_subs.h
  head/sys/nfsclient/nfs.h
  head/sys/nfsclient/nfsargs.h
  head/sys/nfsclient/nfsm_subs.h
  head/sys/nfsclient/nfsmount.h
  head/sys/nfsclient/nfsnode.h
  head/sys/nfsclient/nfsstats.h
  head/sys/nfsserver/nfs.h
  head/sys/nfsserver/nfsm_subs.h
  head/sys/nfsserver/nfsrvcache.h
  head/sys/nfsserver/nfsrvstats.h
  head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
  head/sys/powerpc/include/_limits.h
  head/sys/powerpc/include/endian.h
  head/sys/powerpc/include/ieee.h
  head/sys/powerpc/include/limits.h
  head/sys/powerpc/include/ptrace.h
  head/sys/powerpc/powerpc/bcopy.c
  head/sys/powerpc/powerpc/genassym.c
  head/sys/powerpc/powerpc/intr_machdep.c
  head/sys/powerpc/powerpc/mem.c
  head/sys/rpc/rpcm_subs.h
  head/sys/sparc64/include/_types.h
  head/sys/sparc64/include/asm.h
  head/sys/sparc64/include/bus_common.h
  head/sys/sparc64/include/cpu.h
  head/sys/sparc64/include/endian.h
  head/sys/sparc64/include/ieee.h
  head/sys/sparc64/include/iommureg.h
  head/sys/sparc64/include/pmap.h
  head/sys/sparc64/include/proc.h
  head/sys/sparc64/include/ptrace.h
  head/sys/sparc64/include/reg.h
  head/sys/sparc64/include/signal.h
  head/sys/sparc64/include/sysarch.h
  head/sys/sparc64/include/varargs.h
  head/sys/sparc64/include/vmparam.h
  head/sys/sparc64/sbus/sbusvar.h
  head/sys/sparc64/sparc64/bus_machdep.c
  head/sys/sparc64/sparc64/in_cksum.c
  head/sys/sparc64/sparc64/intr_machdep.c
  head/sys/sparc64/sparc64/machdep.c
  head/sys/sparc64/sparc64/mem.c
  head/sys/sparc64/sparc64/pmap.c
  head/sys/sparc64/sparc64/trap.c
  head/sys/sparc64/sparc64/vm_machdep.c
  head/sys/sys/_callout.h
  head/sys/sys/_iovec.h
  head/sys/sys/_kstack_cache.h
  head/sys/sys/_sigset.h
  head/sys/sys/_sockaddr_storage.h
  head/sys/sys/_termios.h
  head/sys/sys/_timespec.h
  head/sys/sys/acct.h
  head/sys/sys/bio.h
  head/sys/sys/bitstring.h
  head/sys/sys/blist.h
  head/sys/sys/buf.h
  head/sys/sys/callout.h
  head/sys/sys/cdefs.h
  head/sys/sys/conf.h
  head/sys/sys/cons.h
  head/sys/sys/ctype.h
  head/sys/sys/dir.h
  head/sys/sys/dirent.h
  head/sys/sys/disk/bsd.h
  head/sys/sys/disk/mbr.h
  head/sys/sys/disklabel.h
  head/sys/sys/diskmbr.h
  head/sys/sys/dkstat.h
  head/sys/sys/domain.h
  head/sys/sys/errno.h
  head/sys/sys/exec.h
  head/sys/sys/fbio.h
  head/sys/sys/fcntl.h
  head/sys/sys/file.h
  head/sys/sys/filedesc.h
  head/sys/sys/filio.h
  head/sys/sys/gmon.h
  head/sys/sys/imgact.h
  head/sys/sys/imgact_aout.h
  head/sys/sys/ioccom.h
  head/sys/sys/ioctl.h
  head/sys/sys/ioctl_compat.h
  head/sys/sys/ipc.h
  head/sys/sys/ktrace.h
  head/sys/sys/libkern.h
  head/sys/sys/limits.h
  head/sys/sys/lockf.h
  head/sys/sys/malloc.h
  head/sys/sys/mdioctl.h
  head/sys/sys/mman.h
  head/sys/sys/mount.h
  head/sys/sys/msgbuf.h
  head/sys/sys/mtio.h
  head/sys/sys/namei.h
  head/sys/sys/nlist_aout.h
  head/sys/sys/numa.h
  head/sys/sys/param.h
  head/sys/sys/pcpu.h
  head/sys/sys/proc.h
  head/sys/sys/protosw.h
  head/sys/sys/ptrace.h
  head/sys/sys/queue.h
  head/sys/sys/reboot.h
  head/sys/sys/resource.h
  head/sys/sys/resourcevar.h
  head/sys/sys/select.h
  head/sys/sys/selinfo.h
  head/sys/sys/sigio.h
  head/sys/sys/signal.h
  head/sys/sys/signalvar.h
  head/sys/sys/sockbuf.h
  head/sys/sys/socket.h
  head/sys/sys/socketvar.h
  head/sys/sys/sockio.h
  head/sys/sys/sockopt.h
  head/sys/sys/sockstate.h
  head/sys/sys/stat.h
  head/sys/sys/sun_disklabel.h
  head/sys/sys/sysctl.h
  head/sys/sys/sysent.h
  head/sys/sys/syslimits.h
  head/sys/sys/syslog.h
  head/sys/sys/systm.h
  head/sys/sys/time.h
  head/sys/sys/timeb.h
  head/sys/sys/times.h
  head/sys/sys/timespec.h
  head/sys/sys/ttycom.h
  head/sys/sys/ttydefaults.h
  head/sys/sys/types.h
  head/sys/sys/ucred.h
  head/sys/sys/uio.h
  head/sys/sys/un.h
  head/sys/sys/unistd.h
  head/sys/sys/unpcb.h
  head/sys/sys/user.h
  head/sys/sys/utsname.h
  head/sys/sys/vmmeter.h
  head/sys/sys/vnode.h
  head/sys/sys/wait.h
  head/sys/tools/makeobjops.awk
  head/sys/tools/vnode_if.awk
  head/sys/ufs/ffs/ffs_alloc.c
  head/sys/ufs/ffs/ffs_balloc.c
  head/sys/ufs/ffs/ffs_extern.h
  head/sys/ufs/ffs/ffs_inode.c
  head/sys/ufs/ffs/ffs_tables.c
  head/sys/ufs/ffs/ffs_vfsops.c
  head/sys/ufs/ffs/ffs_vnops.c
  head/sys/ufs/ufs/inode.h
  head/sys/ufs/ufs/quota.h
  head/sys/ufs/ufs/ufs_bmap.c
  head/sys/ufs/ufs/ufs_extern.h
  head/sys/ufs/ufs/ufs_inode.c
  head/sys/ufs/ufs/ufs_lookup.c
  head/sys/ufs/ufs/ufs_quota.c
  head/sys/ufs/ufs/ufs_vfsops.c
  head/sys/ufs/ufs/ufs_vnops.c
  head/sys/ufs/ufs/ufsmount.h
  head/sys/vm/device_pager.c
  head/sys/vm/pmap.h
  head/sys/vm/swap_pager.h
  head/sys/vm/vm.h
  head/sys/vm/vm_extern.h
  head/sys/vm/vm_glue.c
  head/sys/vm/vm_init.c
  head/sys/vm/vm_kern.c
  head/sys/vm/vm_kern.h
  head/sys/vm/vm_map.c
  head/sys/vm/vm_map.h
  head/sys/vm/vm_meter.c
  head/sys/vm/vm_mmap.c
  head/sys/vm/vm_object.c
  head/sys/vm/vm_object.h
  head/sys/vm/vm_page.c
  head/sys/vm/vm_page.h
  head/sys/vm/vm_pageout.h
  head/sys/vm/vm_pager.c
  head/sys/vm/vm_pager.h
  head/sys/vm/vm_param.h
  head/sys/vm/vm_unix.c
  head/sys/vm/vnode_pager.h
  head/sys/x86/include/_limits.h
  head/sys/x86/include/endian.h
  head/sys/x86/include/fpu.h
  head/sys/x86/include/frame.h
  head/sys/x86/include/psl.h
  head/sys/x86/include/ptrace.h
  head/sys/x86/include/reg.h
  head/sys/x86/include/segments.h
  head/sys/x86/include/signal.h
  head/sys/x86/include/specialreg.h
  head/sys/x86/include/sysarch.h
  head/sys/x86/include/trap.h
  head/sys/x86/isa/clock.c
  head/sys/x86/isa/icu.h
  head/sys/x86/isa/isa_dma.c
  head/sys/x86/isa/nmi.c
  head/sys/x86/x86/autoconf.c
  head/sys/x86/x86/delay.c
  head/tools/regression/aio/aiop/aiop.c
  head/usr.bin/apply/apply.1
  head/usr.bin/apply/apply.c
  head/usr.bin/banner/banner.6
  head/usr.bin/banner/banner.c
  head/usr.bin/basename/basename.1
  head/usr.bin/basename/basename.c
  head/usr.bin/biff/biff.1
  head/usr.bin/biff/biff.c
  head/usr.bin/calendar/calendar.1
  head/usr.bin/calendar/calendar.c
  head/usr.bin/calendar/calendar.h
  head/usr.bin/calendar/day.c
  head/usr.bin/calendar/io.c
  head/usr.bin/calendar/locale.c
  head/usr.bin/calendar/pathnames.h
  head/usr.bin/calendar/pom.c
  head/usr.bin/cap_mkdb/cap_mkdb.1
  head/usr.bin/cap_mkdb/cap_mkdb.c
  head/usr.bin/checknr/checknr.1
  head/usr.bin/checknr/checknr.c
  head/usr.bin/chpass/chpass.1
  head/usr.bin/chpass/table.c
  head/usr.bin/cksum/cksum.1
  head/usr.bin/cksum/cksum.c
  head/usr.bin/cksum/crc.c
  head/usr.bin/cksum/extern.h
  head/usr.bin/cksum/print.c
  head/usr.bin/cksum/sum1.c
  head/usr.bin/cksum/sum2.c
  head/usr.bin/cmp/cmp.1
  head/usr.bin/cmp/cmp.c
  head/usr.bin/cmp/extern.h
  head/usr.bin/cmp/misc.c
  head/usr.bin/cmp/regular.c
  head/usr.bin/cmp/special.c
  head/usr.bin/col/col.1
  head/usr.bin/col/col.c
  head/usr.bin/colcrt/colcrt.1
  head/usr.bin/colcrt/colcrt.c
  head/usr.bin/colrm/colrm.1
  head/usr.bin/colrm/colrm.c
  head/usr.bin/column/column.1
  head/usr.bin/column/column.c
  head/usr.bin/comm/comm.1
  head/usr.bin/comm/comm.c
  head/usr.bin/compress/compress.1
  head/usr.bin/compress/compress.c
  head/usr.bin/compress/zopen.3
  head/usr.bin/compress/zopen.c
  head/usr.bin/ctags/C.c
  head/usr.bin/ctags/ctags.1
  head/usr.bin/ctags/ctags.c
  head/usr.bin/ctags/ctags.h
  head/usr.bin/ctags/fortran.c
  head/usr.bin/ctags/lisp.c
  head/usr.bin/ctags/print.c
  head/usr.bin/ctags/tree.c
  head/usr.bin/ctags/yacc.c
  head/usr.bin/cut/cut.1
  head/usr.bin/cut/cut.c
  head/usr.bin/dirname/dirname.c
  head/usr.bin/du/du.1
  head/usr.bin/du/du.c
  head/usr.bin/env/env.1
  head/usr.bin/env/env.c
  head/usr.bin/expand/expand.1
  head/usr.bin/expand/expand.c
  head/usr.bin/false/false.1
  head/usr.bin/false/false.c
  head/usr.bin/find/extern.h
  head/usr.bin/find/find.1
  head/usr.bin/find/find.c
  head/usr.bin/find/find.h
  head/usr.bin/find/function.c
  head/usr.bin/find/ls.c
  head/usr.bin/find/main.c
  head/usr.bin/find/misc.c
  head/usr.bin/find/operator.c
  head/usr.bin/find/option.c
  head/usr.bin/finger/extern.h
  head/usr.bin/finger/finger.1
  head/usr.bin/finger/finger.c
  head/usr.bin/finger/finger.h
  head/usr.bin/finger/lprint.c
  head/usr.bin/finger/net.c
  head/usr.bin/finger/sprint.c
  head/usr.bin/finger/util.c
  head/usr.bin/fmt/fmt.1
  head/usr.bin/fold/fold.1
  head/usr.bin/fold/fold.c
  head/usr.bin/from/from.1
  head/usr.bin/from/from.c
  head/usr.bin/fstat/fstat.1
  head/usr.bin/fstat/fstat.c
  head/usr.bin/gcore/extern.h
  head/usr.bin/gcore/gcore.1
  head/usr.bin/gcore/gcore.c
  head/usr.bin/gprof/amd64.h
  head/usr.bin/gprof/aout.c
  head/usr.bin/gprof/arcs.c
  head/usr.bin/gprof/arm.h
  head/usr.bin/gprof/dfn.c
  head/usr.bin/gprof/elf.c
  head/usr.bin/gprof/gprof.1
  head/usr.bin/gprof/gprof.c
  head/usr.bin/gprof/gprof.h
  head/usr.bin/gprof/hertz.c
  head/usr.bin/gprof/i386.h
  head/usr.bin/gprof/lookup.c
  head/usr.bin/gprof/mips.h
  head/usr.bin/gprof/pathnames.h
  head/usr.bin/gprof/powerpc.h
  head/usr.bin/gprof/printgprof.c
  head/usr.bin/gprof/printlist.c
  head/usr.bin/gprof/sparc64.h
  head/usr.bin/head/head.1
  head/usr.bin/head/head.c
  head/usr.bin/hexdump/conv.c
  head/usr.bin/hexdump/display.c
  head/usr.bin/hexdump/hexdump.1
  head/usr.bin/hexdump/hexdump.c
  head/usr.bin/hexdump/hexdump.h
  head/usr.bin/hexdump/hexsyntax.c
  head/usr.bin/hexdump/od.1
  head/usr.bin/hexdump/odsyntax.c
  head/usr.bin/hexdump/parse.c
  head/usr.bin/id/groups.1
  head/usr.bin/id/id.1
  head/usr.bin/id/id.c
  head/usr.bin/id/whoami.1
  head/usr.bin/join/join.1
  head/usr.bin/join/join.c
  head/usr.bin/jot/jot.1
  head/usr.bin/jot/jot.c
  head/usr.bin/kdump/kdump.1
  head/usr.bin/kdump/kdump.c
  head/usr.bin/ktrace/ktrace.1
  head/usr.bin/ktrace/ktrace.c
  head/usr.bin/ktrace/ktrace.h
  head/usr.bin/ktrace/subr.c
  head/usr.bin/lam/lam.1
  head/usr.bin/lam/lam.c
  head/usr.bin/last/last.1
  head/usr.bin/last/last.c
  head/usr.bin/lastcomm/lastcomm.1
  head/usr.bin/lastcomm/lastcomm.c
  head/usr.bin/lastcomm/pathnames.h
  head/usr.bin/leave/leave.1
  head/usr.bin/leave/leave.c
  head/usr.bin/locate/locate/pathnames.h
  head/usr.bin/lock/lock.1
  head/usr.bin/lock/lock.c
  head/usr.bin/logger/logger.1
  head/usr.bin/logger/logger.c
  head/usr.bin/login/login.1
  head/usr.bin/login/pathnames.h
  head/usr.bin/logname/logname.1
  head/usr.bin/logname/logname.c
  head/usr.bin/look/look.1
  head/usr.bin/look/look.c
  head/usr.bin/look/pathnames.h
  head/usr.bin/lorder/lorder.1
  head/usr.bin/lorder/lorder.sh
  head/usr.bin/mail/cmd1.c
  head/usr.bin/mail/cmd2.c
  head/usr.bin/mail/cmd3.c
  head/usr.bin/mail/cmdtab.c
  head/usr.bin/mail/collect.c
  head/usr.bin/mail/def.h
  head/usr.bin/mail/edit.c
  head/usr.bin/mail/extern.h
  head/usr.bin/mail/fio.c
  head/usr.bin/mail/getname.c
  head/usr.bin/mail/glob.h
  head/usr.bin/mail/head.c
  head/usr.bin/mail/lex.c
  head/usr.bin/mail/list.c
  head/usr.bin/mail/mail.1
  head/usr.bin/mail/main.c
  head/usr.bin/mail/names.c
  head/usr.bin/mail/pathnames.h
  head/usr.bin/mail/popen.c
  head/usr.bin/mail/quit.c
  head/usr.bin/mail/rcv.h
  head/usr.bin/mail/send.c
  head/usr.bin/mail/strings.c
  head/usr.bin/mail/temp.c
  head/usr.bin/mail/tty.c
  head/usr.bin/mail/util.c
  head/usr.bin/mail/v7.local.c
  head/usr.bin/mail/vars.c
  head/usr.bin/mail/version.c
  head/usr.bin/mesg/mesg.1
  head/usr.bin/mkdep/mkdep.1
  head/usr.bin/mkdep/mkdep.gcc.sh
  head/usr.bin/mkdep/mkdep.sh
  head/usr.bin/mkfifo/mkfifo.1
  head/usr.bin/mkfifo/mkfifo.c
  head/usr.bin/mklocale/extern.h
  head/usr.bin/mklocale/ldef.h
  head/usr.bin/mklocale/lex.l
  head/usr.bin/mklocale/mklocale.1
  head/usr.bin/mklocale/yacc.y
  head/usr.bin/mkstr/mkstr.1
  head/usr.bin/mkstr/mkstr.c
  head/usr.bin/mktemp/mktemp.1
  head/usr.bin/msgs/msgs.1
  head/usr.bin/msgs/msgs.c
  head/usr.bin/msgs/pathnames.h
  head/usr.bin/mt/mt.1
  head/usr.bin/mt/mt.c
  head/usr.bin/netstat/flowtable.c
  head/usr.bin/netstat/if.c
  head/usr.bin/netstat/inet.c
  head/usr.bin/netstat/inet6.c
  head/usr.bin/netstat/ipsec.c
  head/usr.bin/netstat/main.c
  head/usr.bin/netstat/netstat.1
  head/usr.bin/netstat/netstat.h
  head/usr.bin/netstat/pfkey.c
  head/usr.bin/netstat/route.c
  head/usr.bin/netstat/unix.c
  head/usr.bin/nfsstat/nfsstat.1
  head/usr.bin/nfsstat/nfsstat.c
  head/usr.bin/nice/nice.1
  head/usr.bin/nice/nice.c
  head/usr.bin/nohup/nohup.1
  head/usr.bin/nohup/nohup.c
  head/usr.bin/pagesize/pagesize.1
  head/usr.bin/pagesize/pagesize.sh
  head/usr.bin/passwd/passwd.1
  head/usr.bin/paste/paste.1
  head/usr.bin/paste/paste.c
  head/usr.bin/printenv/printenv.1
  head/usr.bin/printenv/printenv.c
  head/usr.bin/printf/printf.1
  head/usr.bin/printf/printf.c
  head/usr.bin/quota/quota.1
  head/usr.bin/quota/quota.c
  head/usr.bin/renice/renice.8
  head/usr.bin/renice/renice.c
  head/usr.bin/rev/rev.1
  head/usr.bin/rev/rev.c
  head/usr.bin/rlogin/rlogin.1
  head/usr.bin/rs/rs.1
  head/usr.bin/rs/rs.c
  head/usr.bin/rsh/rsh.1
  head/usr.bin/rup/rup.1
  head/usr.bin/ruptime/ruptime.1
  head/usr.bin/ruptime/ruptime.c
  head/usr.bin/rusers/rusers.1
  head/usr.bin/rwall/rwall.1
  head/usr.bin/rwho/rwho.1
  head/usr.bin/rwho/rwho.c
  head/usr.bin/script/script.1
  head/usr.bin/script/script.c
  head/usr.bin/sed/compile.c
  head/usr.bin/sed/defs.h
  head/usr.bin/sed/extern.h
  head/usr.bin/sed/main.c
  head/usr.bin/sed/misc.c
  head/usr.bin/sed/process.c
  head/usr.bin/sed/sed.1
  head/usr.bin/sed/tests/multi_test.sh
  head/usr.bin/shar/shar.1
  head/usr.bin/shar/shar.sh
  head/usr.bin/showmount/showmount.8
  head/usr.bin/showmount/showmount.c
  head/usr.bin/split/split.1
  head/usr.bin/split/split.c
  head/usr.bin/su/su.1
  head/usr.bin/su/su.c
  head/usr.bin/systat/cmds.c
  head/usr.bin/systat/cmdtab.c
  head/usr.bin/systat/devs.c
  head/usr.bin/systat/extern.h
  head/usr.bin/systat/fetch.c
  head/usr.bin/systat/icmp.c
  head/usr.bin/systat/icmp6.c
  head/usr.bin/systat/iostat.c
  head/usr.bin/systat/ip.c
  head/usr.bin/systat/ip6.c
  head/usr.bin/systat/keyboard.c
  head/usr.bin/systat/main.c
  head/usr.bin/systat/netcmds.c
  head/usr.bin/systat/netstat.c
  head/usr.bin/systat/pigs.c
  head/usr.bin/systat/sctp.c
  head/usr.bin/systat/swap.c
  head/usr.bin/systat/systat.1
  head/usr.bin/systat/systat.h
  head/usr.bin/systat/tcp.c
  head/usr.bin/systat/vmstat.c
  head/usr.bin/systat/zarc.c
  head/usr.bin/tail/extern.h
  head/usr.bin/tail/forward.c
  head/usr.bin/tail/misc.c
  head/usr.bin/tail/read.c
  head/usr.bin/tail/reverse.c
  head/usr.bin/tail/tail.1
  head/usr.bin/tail/tail.c
  head/usr.bin/talk/ctl.c
  head/usr.bin/talk/ctl_transact.c
  head/usr.bin/talk/display.c
  head/usr.bin/talk/get_addrs.c
  head/usr.bin/talk/get_names.c
  head/usr.bin/talk/init_disp.c
  head/usr.bin/talk/invite.c
  head/usr.bin/talk/io.c
  head/usr.bin/talk/look_up.c
  head/usr.bin/talk/msgs.c
  head/usr.bin/talk/talk.1
  head/usr.bin/talk/talk.c
  head/usr.bin/talk/talk.h
  head/usr.bin/talk/talk_ctl.h
  head/usr.bin/tcopy/tcopy.1
  head/usr.bin/tcopy/tcopy.c
  head/usr.bin/tee/tee.1
  head/usr.bin/tee/tee.c
  head/usr.bin/tftp/main.c
  head/usr.bin/tftp/tftp.1
  head/usr.bin/tftp/tftp.c
  head/usr.bin/tftp/tftp.h
  head/usr.bin/time/time.1
  head/usr.bin/time/time.c
  head/usr.bin/touch/touch.1
  head/usr.bin/touch/touch.c
  head/usr.bin/tput/clear.sh
  head/usr.bin/tput/tput.1
  head/usr.bin/tput/tput.c
  head/usr.bin/tr/extern.h
  head/usr.bin/tr/str.c
  head/usr.bin/tr/tr.1
  head/usr.bin/tr/tr.c
  head/usr.bin/true/true.1
  head/usr.bin/true/true.c
  head/usr.bin/tset/extern.h
  head/usr.bin/tset/map.c
  head/usr.bin/tset/misc.c
  head/usr.bin/tset/set.c
  head/usr.bin/tset/term.c
  head/usr.bin/tset/tset.1
  head/usr.bin/tset/tset.c
  head/usr.bin/tset/wrterm.c
  head/usr.bin/tsort/tsort.1
  head/usr.bin/tsort/tsort.c
  head/usr.bin/tty/tty.1
  head/usr.bin/tty/tty.c
  head/usr.bin/uname/uname.1
  head/usr.bin/unexpand/unexpand.c
  head/usr.bin/uniq/uniq.1
  head/usr.bin/uniq/uniq.c
  head/usr.bin/users/users.1
  head/usr.bin/users/users.cc
  head/usr.bin/uudecode/uudecode.c
  head/usr.bin/uuencode/uuencode.1
  head/usr.bin/uuencode/uuencode.c
  head/usr.bin/uuencode/uuencode.format.5
  head/usr.bin/vgrind/extern.h
  head/usr.bin/vgrind/pathnames.h
  head/usr.bin/vgrind/regexp.c
  head/usr.bin/vgrind/vfontedpr.c
  head/usr.bin/vgrind/vgrind.1
  head/usr.bin/vgrind/vgrind.sh
  head/usr.bin/vgrind/vgrindefs.5
  head/usr.bin/vgrind/vgrindefs.src
  head/usr.bin/vmstat/vmstat.8
  head/usr.bin/vmstat/vmstat.c
  head/usr.bin/w/extern.h
  head/usr.bin/w/pr_time.c
  head/usr.bin/w/proc_compare.c
  head/usr.bin/w/uptime.1
  head/usr.bin/w/w.1
  head/usr.bin/w/w.c
  head/usr.bin/wall/ttymsg.c
  head/usr.bin/wall/wall.1
  head/usr.bin/wall/wall.c
  head/usr.bin/wc/wc.1
  head/usr.bin/wc/wc.c
  head/usr.bin/what/what.1
  head/usr.bin/what/what.c
  head/usr.bin/who/who.1
  head/usr.bin/whois/whois.1
  head/usr.bin/whois/whois.c
  head/usr.bin/write/write.1
  head/usr.bin/write/write.c
  head/usr.bin/xargs/pathnames.h
  head/usr.bin/xargs/xargs.1
  head/usr.bin/xargs/xargs.c
  head/usr.bin/xstr/pathnames.h
  head/usr.bin/xstr/xstr.1
  head/usr.bin/xstr/xstr.c
  head/usr.bin/yes/yes.1
  head/usr.bin/yes/yes.c
  head/usr.sbin/accton/accton.c
  head/usr.sbin/arp/arp.4
  head/usr.sbin/arp/arp.8
  head/usr.sbin/arp/arp.c
  head/usr.sbin/autofs/popen.c
  head/usr.sbin/chown/chgrp.1
  head/usr.sbin/chown/chown.8
  head/usr.sbin/chown/chown.c
  head/usr.sbin/chroot/chroot.8
  head/usr.sbin/chroot/chroot.c
  head/usr.sbin/config/config.8
  head/usr.sbin/config/config.h
  head/usr.sbin/config/config.y
  head/usr.sbin/config/lang.l
  head/usr.sbin/config/main.c
  head/usr.sbin/config/mkheaders.c
  head/usr.sbin/config/mkmakefile.c
  head/usr.sbin/config/mkoptions.c
  head/usr.sbin/edquota/edquota.8
  head/usr.sbin/edquota/edquota.c
  head/usr.sbin/edquota/pathnames.h
  head/usr.sbin/fmtree/mtree.8
  head/usr.sbin/gpioctl/gpioctl.8
  head/usr.sbin/ifmcstat/printb.c
  head/usr.sbin/inetd/inetd.8
  head/usr.sbin/inetd/inetd.c
  head/usr.sbin/inetd/inetd.h
  head/usr.sbin/inetd/pathnames.h
  head/usr.sbin/iostat/iostat.8
  head/usr.sbin/kgmon/kgmon.8
  head/usr.sbin/kgmon/kgmon.c
  head/usr.sbin/lpr/common_source/displayq.c
  head/usr.sbin/lpr/common_source/lp.h
  head/usr.sbin/lpr/common_source/lp.local.h
  head/usr.sbin/lpr/common_source/pathnames.h
  head/usr.sbin/lpr/common_source/rmjob.c
  head/usr.sbin/lpr/common_source/startdaemon.c
  head/usr.sbin/lpr/filters/lpf.c
  head/usr.sbin/lpr/lpc/cmds.c
  head/usr.sbin/lpr/lpc/cmdtab.c
  head/usr.sbin/lpr/lpc/extern.h
  head/usr.sbin/lpr/lpc/lpc.8
  head/usr.sbin/lpr/lpc/lpc.c
  head/usr.sbin/lpr/lpc/lpc.h
  head/usr.sbin/lpr/lpd/extern.h
  head/usr.sbin/lpr/lpd/lpd.8
  head/usr.sbin/lpr/lpd/lpd.c
  head/usr.sbin/lpr/lpd/lpdchar.c
  head/usr.sbin/lpr/lpd/modes.c
  head/usr.sbin/lpr/lpd/printjob.c
  head/usr.sbin/lpr/lpd/recvjob.c
  head/usr.sbin/lpr/lpq/lpq.1
  head/usr.sbin/lpr/lpq/lpq.c
  head/usr.sbin/lpr/lpr/lpr.1
  head/usr.sbin/lpr/lpr/printcap.5
  head/usr.sbin/lpr/lprm/lprm.1
  head/usr.sbin/lpr/lprm/lprm.c
  head/usr.sbin/lpr/lptest/lptest.1
  head/usr.sbin/lpr/lptest/lptest.c
  head/usr.sbin/lpr/pac/pac.8
  head/usr.sbin/lpr/pac/pac.c
  head/usr.sbin/mountd/exports.5
  head/usr.sbin/mountd/mountd.8
  head/usr.sbin/mountd/mountd.c
  head/usr.sbin/mountd/netgroup.5
  head/usr.sbin/mountd/pathnames.h
  head/usr.sbin/ndp/ndp.c
  head/usr.sbin/nfsd/nfsd.8
  head/usr.sbin/nfsd/nfsd.c
  head/usr.sbin/nmtree/mtree.5
  head/usr.sbin/nologin/nologin.5
  head/usr.sbin/nologin/nologin.8
  head/usr.sbin/pstat/pstat.8
  head/usr.sbin/pstat/pstat.c
  head/usr.sbin/pwd_mkdb/pwd_mkdb.8
  head/usr.sbin/pwd_mkdb/pwd_mkdb.c
  head/usr.sbin/quotaon/quotaon.8
  head/usr.sbin/quotaon/quotaon.c
  head/usr.sbin/repquota/repquota.8
  head/usr.sbin/repquota/repquota.c
  head/usr.sbin/rmt/rmt.8
  head/usr.sbin/rmt/rmt.c
  head/usr.sbin/rtadvd/advcap.c
  head/usr.sbin/rwhod/rwhod.8
  head/usr.sbin/rwhod/rwhod.c
  head/usr.sbin/setfib/setfib.c
  head/usr.sbin/syslogd/pathnames.h
  head/usr.sbin/syslogd/syslog.conf.5
  head/usr.sbin/syslogd/syslogd.8
  head/usr.sbin/syslogd/syslogd.c
  head/usr.sbin/timed/timed/acksend.c
  head/usr.sbin/timed/timed/byteorder.c
  head/usr.sbin/timed/timed/candidate.c
  head/usr.sbin/timed/timed/cksum.c
  head/usr.sbin/timed/timed/correct.c
  head/usr.sbin/timed/timed/extern.h
  head/usr.sbin/timed/timed/globals.h
  head/usr.sbin/timed/timed/master.c
  head/usr.sbin/timed/timed/measure.c
  head/usr.sbin/timed/timed/networkdelta.c
  head/usr.sbin/timed/timed/pathnames.h
  head/usr.sbin/timed/timed/readmsg.c
  head/usr.sbin/timed/timed/slave.c
  head/usr.sbin/timed/timed/timed.8
  head/usr.sbin/timed/timed/timed.c
  head/usr.sbin/timed/timedc/cmds.c
  head/usr.sbin/timed/timedc/cmdtab.c
  head/usr.sbin/timed/timedc/extern.h
  head/usr.sbin/timed/timedc/timedc.8
  head/usr.sbin/timed/timedc/timedc.c
  head/usr.sbin/timed/timedc/timedc.h
  head/usr.sbin/traceroute6/traceroute6.c
  head/usr.sbin/trpt/trpt.8
  head/usr.sbin/trpt/trpt.c
  head/usr.sbin/vipw/vipw.8
  head/usr.sbin/vipw/vipw.c
  head/usr.sbin/ypbind/ypbind.8
  head/usr.sbin/yppush/yppush.8

Modified: head/bin/cat/cat.1
==============================================================================
--- head/bin/cat/cat.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/cat/cat.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/cat/cat.c
==============================================================================
--- head/bin/cat/cat.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/cat/cat.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/chflags/chflags.1
==============================================================================
--- head/bin/chflags/chflags.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/chflags/chflags.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/chflags/chflags.c
==============================================================================
--- head/bin/chflags/chflags.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/chflags/chflags.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/chmod/chmod.1
==============================================================================
--- head/bin/chmod/chmod.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/chmod/chmod.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/chmod/chmod.c
==============================================================================
--- head/bin/chmod/chmod.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/chmod/chmod.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/cp/cp.1
==============================================================================
--- head/bin/cp/cp.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/cp/cp.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/cp/cp.c
==============================================================================
--- head/bin/cp/cp.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/cp/cp.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/cp/extern.h
==============================================================================
--- head/bin/cp/extern.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/cp/extern.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/cp/utils.c
==============================================================================
--- head/bin/cp/utils.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/cp/utils.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/date/date.1
==============================================================================
--- head/bin/date/date.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/date/date.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/date/date.c
==============================================================================
--- head/bin/date/date.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/date/date.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/date/extern.h
==============================================================================
--- head/bin/date/extern.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/date/extern.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/date/netdate.c
==============================================================================
--- head/bin/date/netdate.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/date/netdate.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/dd/args.c
==============================================================================
--- head/bin/dd/args.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/dd/args.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/dd/conv.c
==============================================================================
--- head/bin/dd/conv.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/dd/conv.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/dd/conv_tab.c
==============================================================================
--- head/bin/dd/conv_tab.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/dd/conv_tab.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/dd/dd.1
==============================================================================
--- head/bin/dd/dd.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/dd/dd.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/dd/dd.c
==============================================================================
--- head/bin/dd/dd.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/dd/dd.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/dd/dd.h
==============================================================================
--- head/bin/dd/dd.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/dd/dd.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/dd/extern.h
==============================================================================
--- head/bin/dd/extern.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/dd/extern.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/dd/misc.c
==============================================================================
--- head/bin/dd/misc.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/dd/misc.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/dd/position.c
==============================================================================
--- head/bin/dd/position.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/dd/position.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/df/df.1
==============================================================================
--- head/bin/df/df.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/df/df.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/df/df.c
==============================================================================
--- head/bin/df/df.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/df/df.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/domainname/domainname.1
==============================================================================
--- head/bin/domainname/domainname.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/domainname/domainname.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/domainname/domainname.c
==============================================================================
--- head/bin/domainname/domainname.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/domainname/domainname.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/echo/echo.1
==============================================================================
--- head/bin/echo/echo.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/echo/echo.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/echo/echo.c
==============================================================================
--- head/bin/echo/echo.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/echo/echo.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ed/cbc.c
==============================================================================
--- head/bin/ed/cbc.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ed/cbc.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/hostname/hostname.1
==============================================================================
--- head/bin/hostname/hostname.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/hostname/hostname.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/hostname/hostname.c
==============================================================================
--- head/bin/hostname/hostname.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/hostname/hostname.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/kill/kill.1
==============================================================================
--- head/bin/kill/kill.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/kill/kill.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/kill/kill.c
==============================================================================
--- head/bin/kill/kill.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/kill/kill.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ln/ln.1
==============================================================================
--- head/bin/ln/ln.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ln/ln.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/ln/ln.c
==============================================================================
--- head/bin/ln/ln.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ln/ln.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ln/symlink.7
==============================================================================
--- head/bin/ln/symlink.7	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ln/symlink.7	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/ls/cmp.c
==============================================================================
--- head/bin/ls/cmp.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ls/cmp.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ls/extern.h
==============================================================================
--- head/bin/ls/extern.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ls/extern.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ls/ls.1
==============================================================================
--- head/bin/ls/ls.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ls/ls.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/ls/ls.c
==============================================================================
--- head/bin/ls/ls.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ls/ls.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ls/ls.h
==============================================================================
--- head/bin/ls/ls.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ls/ls.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ls/print.c
==============================================================================
--- head/bin/ls/print.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ls/print.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ls/util.c
==============================================================================
--- head/bin/ls/util.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ls/util.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/mkdir/mkdir.1
==============================================================================
--- head/bin/mkdir/mkdir.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/mkdir/mkdir.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/mkdir/mkdir.c
==============================================================================
--- head/bin/mkdir/mkdir.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/mkdir/mkdir.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/mv/mv.1
==============================================================================
--- head/bin/mv/mv.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/mv/mv.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/mv/mv.c
==============================================================================
--- head/bin/mv/mv.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/mv/mv.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/ar_io.c
==============================================================================
--- head/bin/pax/ar_io.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/ar_io.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/ar_subs.c
==============================================================================
--- head/bin/pax/ar_subs.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/ar_subs.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/buf_subs.c
==============================================================================
--- head/bin/pax/buf_subs.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/buf_subs.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/cache.c
==============================================================================
--- head/bin/pax/cache.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/cache.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/cache.h
==============================================================================
--- head/bin/pax/cache.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/cache.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/cpio.c
==============================================================================
--- head/bin/pax/cpio.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/cpio.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/cpio.h
==============================================================================
--- head/bin/pax/cpio.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/cpio.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/extern.h
==============================================================================
--- head/bin/pax/extern.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/extern.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/file_subs.c
==============================================================================
--- head/bin/pax/file_subs.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/file_subs.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/ftree.c
==============================================================================
--- head/bin/pax/ftree.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/ftree.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/ftree.h
==============================================================================
--- head/bin/pax/ftree.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/ftree.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/gen_subs.c
==============================================================================
--- head/bin/pax/gen_subs.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/gen_subs.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/options.c
==============================================================================
--- head/bin/pax/options.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/options.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/options.h
==============================================================================
--- head/bin/pax/options.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/options.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/pat_rep.c
==============================================================================
--- head/bin/pax/pat_rep.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/pat_rep.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/pat_rep.h
==============================================================================
--- head/bin/pax/pat_rep.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/pat_rep.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/pax.1
==============================================================================
--- head/bin/pax/pax.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/pax.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/pax/pax.c
==============================================================================
--- head/bin/pax/pax.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/pax.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/pax.h
==============================================================================
--- head/bin/pax/pax.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/pax.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/sel_subs.c
==============================================================================
--- head/bin/pax/sel_subs.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/sel_subs.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/sel_subs.h
==============================================================================
--- head/bin/pax/sel_subs.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/sel_subs.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/tables.c
==============================================================================
--- head/bin/pax/tables.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/tables.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/tables.h
==============================================================================
--- head/bin/pax/tables.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/tables.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/tar.c
==============================================================================
--- head/bin/pax/tar.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/tar.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/tar.h
==============================================================================
--- head/bin/pax/tar.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/tar.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pax/tty_subs.c
==============================================================================
--- head/bin/pax/tty_subs.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pax/tty_subs.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -14,7 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ps/extern.h
==============================================================================
--- head/bin/ps/extern.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ps/extern.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ps/fmt.c
==============================================================================
--- head/bin/ps/fmt.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ps/fmt.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ps/keyword.c
==============================================================================
--- head/bin/ps/keyword.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ps/keyword.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ps/nlist.c
==============================================================================
--- head/bin/ps/nlist.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ps/nlist.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ps/print.c
==============================================================================
--- head/bin/ps/print.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ps/print.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ps/ps.1
==============================================================================
--- head/bin/ps/ps.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ps/ps.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/ps/ps.c
==============================================================================
--- head/bin/ps/ps.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ps/ps.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/ps/ps.h
==============================================================================
--- head/bin/ps/ps.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/ps/ps.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/pwd/pwd.1
==============================================================================
--- head/bin/pwd/pwd.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pwd/pwd.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/pwd/pwd.c
==============================================================================
--- head/bin/pwd/pwd.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/pwd/pwd.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/rcp/extern.h
==============================================================================
--- head/bin/rcp/extern.h	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/rcp/extern.h	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/rcp/rcp.1
==============================================================================
--- head/bin/rcp/rcp.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/rcp/rcp.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/rcp/rcp.c
==============================================================================
--- head/bin/rcp/rcp.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/rcp/rcp.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -17,7 +17,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/rcp/util.c
==============================================================================
--- head/bin/rcp/util.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/rcp/util.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/realpath/realpath.1
==============================================================================
--- head/bin/realpath/realpath.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/realpath/realpath.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: head/bin/realpath/realpath.c
==============================================================================
--- head/bin/realpath/realpath.c	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/realpath/realpath.c	Tue Feb 28 23:42:47 2017	(r314436)
@@ -10,7 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: head/bin/rm/rm.1
==============================================================================
--- head/bin/rm/rm.1	Tue Feb 28 23:30:14 2017	(r314435)
+++ head/bin/rm/rm.1	Tue Feb 28 23:42:47 2017	(r314436)
@@ -13,7 +13,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



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