svn commit: r349156 - head/share/misc

2019-06-17 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Jun 17 21:38:33 2019 New Revision: 349156 URL: https://svnweb.freebsd.org/changeset/base/349156 Log: Fix tab Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ===

svn commit: r349157 - head/share/misc

2019-06-17 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Jun 17 21:46:13 2019 New Revision: 349157 URL: https://svnweb.freebsd.org/changeset/base/349157 Log: Add NetBSD 8.1 & DragonFly BSD 5.6 Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r349177 - head/share/misc

2019-06-18 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Tue Jun 18 21:02:40 2019 New Revision: 349177 URL: https://svnweb.freebsd.org/changeset/base/349177 Log: Mark NetBSD branch points NetBSD 7.0 was a separate branch, subsequent 8.x releases did not emerge from this branch. Clean up minor visual nits, cent

svn commit: r349187 - head/share/misc

2019-06-19 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Jun 19 11:22:09 2019 New Revision: 349187 URL: https://svnweb.freebsd.org/changeset/base/349187 Log: Whitespace Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r349294 - head/share/misc

2019-06-22 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sat Jun 22 22:34:59 2019 New Revision: 349294 URL: https://svnweb.freebsd.org/changeset/base/349294 Log: Remove question mark from the link between NetBSD & Darwin. As linked to in bug 26137 as a source https://web.archive.org/web/20001012121507/http://ww

svn commit: r349295 - head/share/misc

2019-06-22 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sat Jun 22 22:43:40 2019 New Revision: 349295 URL: https://svnweb.freebsd.org/changeset/base/349295 Log: Add DragonFly BSD 5.6.1 Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ===

svn commit: r341435 - head/bin/pkill

2018-12-03 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Dec 3 18:00:46 2018 New Revision: 341435 URL: https://svnweb.freebsd.org/changeset/base/341435 Log: Note these tools use kvm(3) and not procfs as in Solaris. Obtained from:NetBSD MFC after:7 days Modified: head/bin/pkill/pkill.1 Mod

svn commit: r341440 - head/bin/pkill

2018-12-03 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Dec 3 20:01:51 2018 New Revision: 341440 URL: https://svnweb.freebsd.org/changeset/base/341440 Log: Clarify that /dev/kmem is not used. Move cross ref to right place while here. Submitted by: kib MFC after:7 days Modified: head/bin/pkill/p

svn commit: r306714 - head/bin/chio

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 18:26:39 2016 New Revision: 306714 URL: https://svnweb.freebsd.org/changeset/base/306714 Log: Document where chio(1) originated from & which version of FreeBSD first included it. PR: 211776 Approved by: bcr (mentor) MFC after:

svn commit: r306715 - head/bin/dd

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 18:38:38 2016 New Revision: 306715 URL: https://svnweb.freebsd.org/changeset/base/306715 Log: Add history section for dd(1) First version of UNIX to include dd found using TUHS http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s1/dd.c

svn commit: r306718 - head/bin/echo

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:16:55 2016 New Revision: 306718 URL: https://svnweb.freebsd.org/changeset/base/306718 Log: Add history section for echo(1) Sourced using the draft copy of the second edition manual http://www.tuhs.org/Archive/PDP-11/Distributions/research/19

svn commit: r306719 - head/bin/expr

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:26:35 2016 New Revision: 306719 URL: https://svnweb.freebsd.org/changeset/base/306719 Log: Document origins of expr & authors http://minnie.tuhs.org/cgi-bin/utree.pl?file=PWB1/usr/man/man1/expr.1 PR: 173979 Approved by: bcr (m

svn commit: r306720 - head/bin/pwd

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:31:29 2016 New Revision: 306720 URL: https://svnweb.freebsd.org/changeset/base/306720 Log: Add history section of pwd(1) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s2/pwd.c PR: 211787 Approved by: bcr (mentor)

svn commit: r306721 - head/bin/stty

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:37:46 2016 New Revision: 306721 URL: https://svnweb.freebsd.org/changeset/base/306721 Log: Add history section for stty(1) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man1/stty.1 PR: 211788 Approved by: bcr (mentor)

svn commit: r306722 - head/bin/test

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:47:02 2016 New Revision: 306722 URL: https://svnweb.freebsd.org/changeset/base/306722 Log: Add history section for test(1) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/test.c PR: 211789 Approved by: bcr (mentor)

svn commit: r306723 - head/sbin/atm/atmconfig

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:49:48 2016 New Revision: 306723 URL: https://svnweb.freebsd.org/changeset/base/306723 Log: Add history section for atmconfig(8) PR: 212415 Approved by: bcr (mentor) MFC after:5 days Differential Revision:https://

svn commit: r306724 - head/sbin/bsdlabel

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 19:56:10 2016 New Revision: 306724 URL: https://svnweb.freebsd.org/changeset/base/306724 Log: Add history section for bsdlabel(8) http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Tahoe/usr/man/cat8/disklabel.0 Remove tab after space, highlig

svn commit: r306725 - head/sbin/clri

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:01:09 2016 New Revision: 306725 URL: https://svnweb.freebsd.org/changeset/base/306725 Log: Add history section for clri(8) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V6/usr/man/man8/clri.8 PR: 212438 Approved by: bcr (mentor

svn commit: r306727 - head/sbin/devd

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:04:36 2016 New Revision: 306727 URL: https://svnweb.freebsd.org/changeset/base/306727 Log: Add history section for devd(8) Move sentence to a new line as advised by igor PR: 212439 Approved by: bcr (mentor) MFC after:5 d

svn commit: r306728 - head/sbin/devfs

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:08:07 2016 New Revision: 306728 URL: https://svnweb.freebsd.org/changeset/base/306728 Log: Add history section for devfs(8) Move sentence to a new line as advised by igor. PR: 212441 Approved by: bcr (mentor) MFC after:5

svn commit: r306731 - head/sbin/fdisk

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:21:06 2016 New Revision: 306731 URL: https://svnweb.freebsd.org/changeset/base/306731 Log: Document the history of fdisk based on the original post to comp.unix.bsd by Julian Elischer [1] and the Mach 2.5 Installation notes [2]. I was unable t

svn commit: r306732 - head/sbin/fdisk_pc98

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:28:04 2016 New Revision: 306732 URL: https://svnweb.freebsd.org/changeset/base/306732 Log: Document the history of fdisk based on the original post to comp.unix.bsd by Julian Elischer [1] and the Mach 2.5 Installation notes [2]. I was unable t

svn commit: r306733 - head/sbin/fsck

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:31:44 2016 New Revision: 306733 URL: https://svnweb.freebsd.org/changeset/base/306733 Log: Add history section to fsck(8) PR: 212472 Approved by: bcr (mentor) MFC after:5 days Differential Revision:https://review

svn commit: r306734 - head/sbin/fsck_ffs

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:38:49 2016 New Revision: 306734 URL: https://svnweb.freebsd.org/changeset/base/306734 Log: Add history section to fsck_ffs(8) Move sentence to a new line as advised by igor. PR: 212474 Approved by: bcr (mentor) MFC after:

svn commit: r306735 - head/sbin/natd

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:42:35 2016 New Revision: 306735 URL: https://svnweb.freebsd.org/changeset/base/306735 Log: Add history section to natd(8) Fix back sentence raised by igor. PR: 212544 Approved by: bcr (mentor) MFC after:5 days Differen

svn commit: r306736 - head/sbin/nos-tun

2016-10-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Wed Oct 5 20:45:21 2016 New Revision: 306736 URL: https://svnweb.freebsd.org/changeset/base/306736 Log: Add history section to nos-tun(8) PR: 212545 Approved by: bcr (mentor) MFC after:5 days Differential Revision:https://rev

svn commit: r306840 - head/sbin/devd

2016-10-08 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sat Oct 8 12:53:23 2016 New Revision: 306840 URL: https://svnweb.freebsd.org/changeset/base/306840 Log: Sort SEE ALSO section sequentially. Highlighted by mandoc -Tlint PR: 212440 Approved by: imp MFC after:5 days Differential Revi

svn commit: r306879 - stable/11/sbin/dmesg

2016-10-08 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sat Oct 8 21:13:55 2016 New Revision: 306879 URL: https://svnweb.freebsd.org/changeset/base/306879 Log: MFC r306599: dmesg(8) first appeared in 3BSD. http://minnie.tuhs.org/cgi-bin/utree.pl?file=3BSD/usr/man/man1/dmesg.1m PR: 212443 Appro

svn commit: r306880 - stable/10/sbin/dmesg

2016-10-08 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sat Oct 8 21:19:44 2016 New Revision: 306880 URL: https://svnweb.freebsd.org/changeset/base/306880 Log: MFC r306599: dmesg(8) first appeared in 3BSD. http://minnie.tuhs.org/cgi-bin/utree.pl?file=3BSD/usr/man/man1/dmesg.1m PR: 212443 Appro

svn commit: r306967 - stable/11/bin/chio

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 15:42:50 2016 New Revision: 306967 URL: https://svnweb.freebsd.org/changeset/base/306967 Log: MFC r306584: Move the description of CHANGER variable to ENVIRONMENT section rather than in the DESCRIPTION section. From OpenBSD src/bin/chio/chio.1

svn commit: r306968 - stable/10/bin/chio

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 15:44:42 2016 New Revision: 306968 URL: https://svnweb.freebsd.org/changeset/base/306968 Log: MFC r306584: Move the description of CHANGER variable to ENVIRONMENT section rather than in the DESCRIPTION section. From OpenBSD src/bin/chio/chio.1

svn commit: r306970 - stable/11/bin/chio

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 15:47:39 2016 New Revision: 306970 URL: https://svnweb.freebsd.org/changeset/base/306970 Log: MFC r306714: Document where chio(1) originated from & which version of FreeBSD first included it. PR: 211776 Approved by: bcr (mentor

svn commit: r306971 - stable/10/bin/chio

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 15:48:40 2016 New Revision: 306971 URL: https://svnweb.freebsd.org/changeset/base/306971 Log: MFC r306714: Document where chio(1) originated from & which version of FreeBSD first included it. PR: 211776 Approved by: bcr (mentor

svn commit: r306973 - stable/11/bin/ed

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 15:53:56 2016 New Revision: 306973 URL: https://svnweb.freebsd.org/changeset/base/306973 Log: MFC r306581: Use .At macro instead of specifying AT&T UNIX literaly. PR: 212034 Approved by: bcr (mentor) Differential Revision:

svn commit: r306974 - stable/10/bin/ed

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 15:54:32 2016 New Revision: 306974 URL: https://svnweb.freebsd.org/changeset/base/306974 Log: MFC r306581: Use .At macro instead of specifying AT&T UNIX literaly. PR: 212034 Approved by:bcr (mentor) Differential Revision:

svn commit: r306976 - stable/10/bin/chmod

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:07:23 2016 New Revision: 306976 URL: https://svnweb.freebsd.org/changeset/base/306976 Log: MFC r306582: "POSIX doesn't specify -h." - r1.27 from NetBSD http://man.openbsd.org/?query=chmod&apropos=0&sec=0&arch=default&manpath=POSIX-2013

svn commit: r306977 - stable/11/bin/chmod

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:08:29 2016 New Revision: 306977 URL: https://svnweb.freebsd.org/changeset/base/306977 Log: MFC r306582: "POSIX doesn't specify -h." - r1.27 from NetBSD http://man.openbsd.org/?query=chmod&apropos=0&sec=0&arch=default&manpath=POSIX-2013

svn commit: r306978 - stable/11/sbin/ccdconfig

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:11:02 2016 New Revision: 306978 URL: https://svnweb.freebsd.org/changeset/base/306978 Log: MFC r306598 ccdconfig first appeared in NetBSD 1.1 From NetBSD man page, confirmed with repo tags in CVS [1] (there was also no 1.0a release accordin

svn commit: r306979 - stable/10/sbin/ccdconfig

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:11:51 2016 New Revision: 306979 URL: https://svnweb.freebsd.org/changeset/base/306979 Log: MFC r306598 ccdconfig first appeared in NetBSD 1.1 From NetBSD man page, confirmed with repo tags in CVS [1] (there was also no 1.0a release accordin

svn commit: r306980 - stable/10/sbin/dump

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:14:00 2016 New Revision: 306980 URL: https://svnweb.freebsd.org/changeset/base/306980 Log: MFC r306600: dump(8) first appeared in V4 UNIX http://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man8 PR: 212444 Approved by: bcr (

svn commit: r306981 - stable/11/sbin/dump

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:14:49 2016 New Revision: 306981 URL: https://svnweb.freebsd.org/changeset/base/306981 Log: MFC r306600: dump(8) first appeared in V4 UNIX http://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man8 PR: 212444 Approved by:b

svn commit: r306982 - stable/11/sbin/dumpon

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:16:26 2016 New Revision: 306982 URL: https://svnweb.freebsd.org/changeset/base/306982 Log: MFC r306601: dumpon(8) appears to be present in FreeBSD 2.0.5, despite initial import of man page listed FreeBSD 2.1. PR: 212445 Appro

svn commit: r306983 - stable/10/sbin/dumpon

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:17:14 2016 New Revision: 306983 URL: https://svnweb.freebsd.org/changeset/base/306983 Log: MFC r306601: dumpon(8) appears to be present in FreeBSD 2.0.5, despite initial import of man page listed FreeBSD 2.1. PR: 212445 App

svn commit: r306984 - stable/10/sbin/fsck_msdosfs

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:21:34 2016 New Revision: 306984 URL: https://svnweb.freebsd.org/changeset/base/306984 Log: MFC r306602: Mention the version of NetBSD the utility originated from. PR: 212476 Approved by: bcr (mentor) Differential Revision:

svn commit: r306985 - stable/11/sbin/fsck_msdosfs

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:22:34 2016 New Revision: 306985 URL: https://svnweb.freebsd.org/changeset/base/306985 Log: MFC r306602: Mention the version of NetBSD the utility originated from. PR: 212476 Approved by:bcr (mentor) Differential Revisio

svn commit: r306986 - stable/11/sbin/fsdb

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:24:05 2016 New Revision: 306986 URL: https://svnweb.freebsd.org/changeset/base/306986 Log: MFC r306603: Document which version of BSD first showed up in and add the version info for NetBSD & FreeBSD. PR: 212477 Approved by:

svn commit: r306987 - stable/10/sbin/fsdb

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:25:05 2016 New Revision: 306987 URL: https://svnweb.freebsd.org/changeset/base/306987 Log: MFC r306603: Document which version of BSD first showed up in and add the version info for NetBSD & FreeBSD. PR: 212477 Approved by:

svn commit: r306988 - stable/10/sbin/gbde

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:26:38 2016 New Revision: 306988 URL: https://svnweb.freebsd.org/changeset/base/306988 Log: MFC r306604: gbde first appeared in FreeBSD 5.0 PR: 212478 Approved by: brc (mentor) Differential Revision:https://reviews.fr

svn commit: r306989 - stable/11/sbin/gbde

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:27:32 2016 New Revision: 306989 URL: https://svnweb.freebsd.org/changeset/base/306989 Log: MFC r306604: gbde first appeared in FreeBSD 5.0 PR: 212478 Approved by:brc (mentor) Differential Revision: https://reviews.free

svn commit: r306990 - stable/11/sbin/init

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:29:14 2016 New Revision: 306990 URL: https://svnweb.freebsd.org/changeset/base/306990 Log: MFC r306605: init was there in UNIX from V1 http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/init.s PR: 212503 Approved by: bcr (mento

svn commit: r306991 - stable/10/sbin/init

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:30:01 2016 New Revision: 306991 URL: https://svnweb.freebsd.org/changeset/base/306991 Log: MFC r306605: init was there in UNIX from V1 http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/init.s PR: 212503 Approved by:bcr (m

svn commit: r306992 - stable/10/sbin/mknod

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:32:55 2016 New Revision: 306992 URL: https://svnweb.freebsd.org/changeset/base/306992 Log: MFC r306606: mknod appeared in V4 UNIX http://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man8/mknod.8 PR: 212509 Approved by: bcr (

svn commit: r306993 - stable/11/sbin/mknod

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:33:44 2016 New Revision: 306993 URL: https://svnweb.freebsd.org/changeset/base/306993 Log: MFC r306606: mknod appeared in V4 UNIX http://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man8/mknod.8 PR: 212509 Approved by:b

svn commit: r306994 - stable/11/sbin/mksnap_ffs

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:35:25 2016 New Revision: 306994 URL: https://svnweb.freebsd.org/changeset/base/306994 Log: MFC r306607: mksnap_ffs appeared in FreeBSD 5.1. PR: 212510 Approved by: bcr (mentor) Differential Revision:https://reviews.f

svn commit: r306995 - stable/10/sbin/mksnap_ffs

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:36:14 2016 New Revision: 306995 URL: https://svnweb.freebsd.org/changeset/base/306995 Log: MFC r306607: mksnap_ffs appeared in FreeBSD 5.1. PR: 212510 Approved by:bcr (mentor) Differential Revision: https://reviews.fre

svn commit: r306996 - stable/10/sbin/mount_fusefs

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:38:07 2016 New Revision: 306996 URL: https://svnweb.freebsd.org/changeset/base/306996 Log: MFC r306610: Note mount_fusefs appeared in FreeBSD 10. Move note regarding implementation to caveats. Address issued raised by Igor. PR:

svn commit: r306997 - stable/11/sbin/mount_fusefs

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:38:52 2016 New Revision: 306997 URL: https://svnweb.freebsd.org/changeset/base/306997 Log: MFC r306610: Note mount_fusefs appeared in FreeBSD 10. Move note regarding implementation to caveats. Address issued raised by Igor. PR:

svn commit: r306998 - stable/11/sbin/mount_msdosfs

2016-10-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Oct 10 16:41:17 2016 New Revision: 306998 URL: https://svnweb.freebsd.org/changeset/base/306998 Log: MFC r306611: Amend history to mention predecessor originated from 386BSD[1] & current implementation from NetBSD[2]. Reword history since the utility

svn commit: r307403 - in stable/10: bin/chio bin/freebsd-version bin/pkill bin/setfacl games/morse games/random sbin/adjkerntz sbin/atm/atmconfig sbin/camcontrol sbin/dhclient sbin/ffsinfo sbin/fsi...

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 22:02:50 2016 New Revision: 307403 URL: https://svnweb.freebsd.org/changeset/base/307403 Log: MFC r267667: use .Mt to mark up email addresses consistently (part1) PR: 191174 Submitted by: Franco Fichtner Modified: stable/10/b

svn commit: r307404 - stable/10/sbin/mount_msdosfs

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 22:22:46 2016 New Revision: 307404 URL: https://svnweb.freebsd.org/changeset/base/307404 Log: MFC r306611: Amend history to mention predecessor originated from 386BSD[1] & current implementation from NetBSD[2]. Reword history since the utility

svn commit: r307405 - stable/11/sbin/mount_nullfs

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 22:26:39 2016 New Revision: 307405 URL: https://svnweb.freebsd.org/changeset/base/307405 Log: MFC r306612: Note the name change from mount_null to mount_nullfs in FreeBSD 5.0. PR: 212541 Approved by: bcr (mentor) Differential R

svn commit: r307406 - stable/10/sbin/mount_nullfs

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 22:27:16 2016 New Revision: 307406 URL: https://svnweb.freebsd.org/changeset/base/307406 Log: MFC r306612: Note the name change from mount_null to mount_nullfs in FreeBSD 5.0. PR: 212541 Approved by:bcr (mentor) Differenti

svn commit: r307407 - stable/11/sbin/mount_unionfs

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 22:31:10 2016 New Revision: 307407 URL: https://svnweb.freebsd.org/changeset/base/307407 Log: MFC r306613: Note the change of name in FreeBSD 5.0. PR: 212542 Approved by: bcr (mentor) Differential Revision:https://revie

svn commit: r307408 - stable/10/sbin/mount_unionfs

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 22:31:51 2016 New Revision: 307408 URL: https://svnweb.freebsd.org/changeset/base/307408 Log: MFC r306613: Note the change of name in FreeBSD 5.0. PR: 212542 Approved by:bcr (mentor) Differential Revision: https://reviews

svn commit: r307409 - stable/10/sbin/pfctl

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 22:33:03 2016 New Revision: 307409 URL: https://svnweb.freebsd.org/changeset/base/307409 Log: MFC r306614: Note the version PF first appeared in FreeBSD & from which version it was ported from. Address the contractions raised by igor. PR:

svn commit: r307410 - stable/11/sbin/pfctl

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 22:33:51 2016 New Revision: 307410 URL: https://svnweb.freebsd.org/changeset/base/307410 Log: MFC r306614: Note the version PF first appeared in FreeBSD & from which version it was ported from. Address the contractions raised by igor. PR:

svn commit: r307411 - stable/11/sbin/sconfig

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 22:51:25 2016 New Revision: 307411 URL: https://svnweb.freebsd.org/changeset/base/307411 Log: MFC r306615: sconfig appeared in FreeBSD 5.2. PR: 212550 Approved by: bcr (mentor) Differential Revision:https://reviews.free

svn commit: r307412 - stable/10/sbin/sconfig

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 22:52:05 2016 New Revision: 307412 URL: https://svnweb.freebsd.org/changeset/base/307412 Log: MFC r306615: sconfig appeared in FreeBSD 5.2. PR: 212550 Approved by:bcr (mentor) Differential Revision: https://reviews.freebs

svn commit: r307413 - stable/11/sbin/setkey

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 22:54:23 2016 New Revision: 307413 URL: https://svnweb.freebsd.org/changeset/base/307413 Log: MFC r306616: setkey appeared in FreeBSD 4.0 PR: 212551 Approved by: bcr (mentor) Differential Revision:https://reviews.freebs

svn commit: r307414 - stable/11/sbin/shutdown

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:03:47 2016 New Revision: 307414 URL: https://svnweb.freebsd.org/changeset/base/307414 Log: MFC r306617: shutdown appeared as a standalone utility in 4.1BSD. http://mail-index.netbsd.org/source-changes-d/2016/09/13/msg008686.html http://mail

svn commit: r307415 - stable/10/bin/echo

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:09:04 2016 New Revision: 307415 URL: https://svnweb.freebsd.org/changeset/base/307415 Log: MFC r306718: Add history section for echo(1) Sourced using the draft copy of the second edition manual http://www.tuhs.org/Archive/PDP-11/Distributi

svn commit: r307416 - stable/11/bin/echo

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:09:55 2016 New Revision: 307416 URL: https://svnweb.freebsd.org/changeset/base/307416 Log: MFC r306718: Add history section for echo(1) Sourced using the draft copy of the second edition manual http://www.tuhs.org/Archive/PDP-11/Distributi

svn commit: r307417 - stable/11/bin/expr

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:11:33 2016 New Revision: 307417 URL: https://svnweb.freebsd.org/changeset/base/307417 Log: MFC r306719: Document origins of expr & authors http://minnie.tuhs.org/cgi-bin/utree.pl?file=PWB1/usr/man/man1/expr.1 PR: 173979 Appro

svn commit: r307418 - stable/10/bin/expr

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:12:07 2016 New Revision: 307418 URL: https://svnweb.freebsd.org/changeset/base/307418 Log: MFC r306719: Document origins of expr & authors http://minnie.tuhs.org/cgi-bin/utree.pl?file=PWB1/usr/man/man1/expr.1 PR: 173979 App

svn commit: r307419 - stable/10/bin/pwd

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:13:27 2016 New Revision: 307419 URL: https://svnweb.freebsd.org/changeset/base/307419 Log: MFC r306720: Add history section of pwd(1) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s2/pwd.c PR: 211787 Approved by:

svn commit: r307420 - stable/11/bin/pwd

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:14:27 2016 New Revision: 307420 URL: https://svnweb.freebsd.org/changeset/base/307420 Log: MFC r306720: Add history section of pwd(1) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s2/pwd.c PR: 211787 Approved b

svn commit: r307421 - stable/11/bin/stty

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:15:33 2016 New Revision: 307421 URL: https://svnweb.freebsd.org/changeset/base/307421 Log: MFC r306721: Add history section for stty(1) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man1/stty.1 PR: 211788 Approved by:

svn commit: r307422 - stable/10/bin/stty

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:16:05 2016 New Revision: 307422 URL: https://svnweb.freebsd.org/changeset/base/307422 Log: MFC r306721: Add history section for stty(1) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man1/stty.1 PR: 211788 Approved by:

svn commit: r307423 - stable/10/bin/test

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:18:35 2016 New Revision: 307423 URL: https://svnweb.freebsd.org/changeset/base/307423 Log: MFC r306722: Add history section for test(1) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/test.c PR: 211789 Approved by

svn commit: r307424 - stable/11/bin/test

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:19:14 2016 New Revision: 307424 URL: https://svnweb.freebsd.org/changeset/base/307424 Log: MFC r306722: Add history section for test(1) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/test.c PR: 211789 Approved

svn commit: r307425 - stable/11/sbin/atm/atmconfig

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:26:11 2016 New Revision: 307425 URL: https://svnweb.freebsd.org/changeset/base/307425 Log: MFC r306723: Add history section for atmconfig(8) PR: 212415 Approved by: bcr (mentor) Differential Revision:https://reviews.

svn commit: r307426 - stable/10/sbin/atm/atmconfig

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:27:03 2016 New Revision: 307426 URL: https://svnweb.freebsd.org/changeset/base/307426 Log: MFC r306723: Add history section for atmconfig(8) PR: 212415 Approved by:bcr (mentor) Differential Revision: https://reviews.fr

svn commit: r307427 - stable/10/sbin/bsdlabel

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:28:58 2016 New Revision: 307427 URL: https://svnweb.freebsd.org/changeset/base/307427 Log: MFC r306724: Add history section for bsdlabel(8) http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Tahoe/usr/man/cat8/disklabel.0 Remove tab after

svn commit: r307428 - stable/11/sbin/bsdlabel

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:29:40 2016 New Revision: 307428 URL: https://svnweb.freebsd.org/changeset/base/307428 Log: MFC r306724: Add history section for bsdlabel(8) http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Tahoe/usr/man/cat8/disklabel.0 Remove tab after

svn commit: r307429 - stable/11/sbin/clri

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:31:15 2016 New Revision: 307429 URL: https://svnweb.freebsd.org/changeset/base/307429 Log: MFC r306725: Add history section for clri(8) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V6/usr/man/man8/clri.8 PR: 212438 Approved b

svn commit: r307430 - stable/10/sbin/clri

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:32:35 2016 New Revision: 307430 URL: https://svnweb.freebsd.org/changeset/base/307430 Log: MFC r306725: Add history section for clri(8) http://minnie.tuhs.org/cgi-bin/utree.pl?file=V6/usr/man/man8/clri.8 PR: 212438 Approved

svn commit: r307431 - stable/10/sbin/devd

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:34:21 2016 New Revision: 307431 URL: https://svnweb.freebsd.org/changeset/base/307431 Log: MFC r306727: Add history section for devd(8) Move sentence to a new line as advised by igor PR: 212439 Approved by: bcr (mentor) Di

svn commit: r307432 - stable/11/sbin/devd

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:35:04 2016 New Revision: 307432 URL: https://svnweb.freebsd.org/changeset/base/307432 Log: MFC r306727: Add history section for devd(8) Move sentence to a new line as advised by igor PR: 212439 Approved by:bcr (mentor)

svn commit: r307433 - stable/11/sbin/devfs

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:36:52 2016 New Revision: 307433 URL: https://svnweb.freebsd.org/changeset/base/307433 Log: MFC r306728: Add history section for devfs(8) Move sentence to a new line as advised by igor. PR: 212441 Approved by: bcr (mentor)

svn commit: r307434 - stable/10/sbin/devfs

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:37:15 2016 New Revision: 307434 URL: https://svnweb.freebsd.org/changeset/base/307434 Log: MFC r306728: Add history section for devfs(8) Move sentence to a new line as advised by igor. PR: 212441 Approved by:bcr (mentor

svn commit: r307435 - stable/10/sbin/fdisk

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:39:15 2016 New Revision: 307435 URL: https://svnweb.freebsd.org/changeset/base/307435 Log: MFC r306731: Document the history of fdisk based on the original post to comp.unix.bsd by Julian Elischer [1] and the Mach 2.5 Installation notes [2].

svn commit: r307436 - stable/11/sbin/fdisk

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:40:17 2016 New Revision: 307436 URL: https://svnweb.freebsd.org/changeset/base/307436 Log: MFC r306731: Document the history of fdisk based on the original post to comp.unix.bsd by Julian Elischer [1] and the Mach 2. 5 Installation notes [2]

svn commit: r307437 - stable/11/sbin/fdisk_pc98

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:42:19 2016 New Revision: 307437 URL: https://svnweb.freebsd.org/changeset/base/307437 Log: MFC r306732: Document the history of fdisk based on the original post to comp.unix.bsd by Julian Elischer [1] and the Mach 2.5 Installation notes [2].

svn commit: r307438 - stable/10/sbin/fdisk_pc98

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:44:02 2016 New Revision: 307438 URL: https://svnweb.freebsd.org/changeset/base/307438 Log: MFC r306732: Document the history of fdisk based on the original post to comp.unix.bsd by Julian Elischer [1] and the Mach 2. 5 Installation notes [2]

svn commit: r307439 - stable/11/sbin/fsck

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:47:00 2016 New Revision: 307439 URL: https://svnweb.freebsd.org/changeset/base/307439 Log: MFC r306733: Add history section to fsck(8) PR: 212472 Approved by: bcr (mentor) Differential Revision:https://reviews.freebs

svn commit: r307441 - stable/10/sbin/fsck_ffs

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:49:09 2016 New Revision: 307441 URL: https://svnweb.freebsd.org/changeset/base/307441 Log: MFC r306734: Add history section to fsck_ffs(8) Move sentence to a new line as advised by igor. PR: 212474 Approved by:bcr (ment

svn commit: r307440 - stable/11/sbin/fsck_ffs

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:48:23 2016 New Revision: 307440 URL: https://svnweb.freebsd.org/changeset/base/307440 Log: MFC r306734: Add history section to fsck_ffs(8) Move sentence to a new line as advised by igor. PR: 212474 Approved by: bcr (mentor)

svn commit: r307442 - stable/10/sbin/natd

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:50:09 2016 New Revision: 307442 URL: https://svnweb.freebsd.org/changeset/base/307442 Log: MFC r306735: Add history section to natd(8) Fix back sentence raised by igor. PR: 212544 Approved by: bcr (mentor) Differential Rev

svn commit: r307443 - stable/11/sbin/natd

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:51:15 2016 New Revision: 307443 URL: https://svnweb.freebsd.org/changeset/base/307443 Log: MFC r306735: Add history section to natd(8) Fix back sentence raised by igor. PR: 212544 Approved by:bcr (mentor) Differential

svn commit: r307445 - stable/10/sbin/nos-tun

2016-10-16 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sun Oct 16 23:53:10 2016 New Revision: 307445 URL: https://svnweb.freebsd.org/changeset/base/307445 Log: MFC r306736: Add history section to nos-tun(8) PR: 212545 Approved by:bcr (mentor) Differential Revision: https://reviews.freeb

  1   2   3   >