svn commit: r330983 - stable/11/sbin/rcorder
Eitan Adler
eadler at FreeBSD.org
Thu Mar 15 09:49:24 UTC 2018
Author: eadler
Date: Thu Mar 15 09:49:23 2018
New Revision: 330983
URL: https://svnweb.freebsd.org/changeset/base/330983
Log:
MFC r305857,r305858,r305859:
sbin/rcorder/rcorder.8: Amend HISTORY
rcorder appeared in FreeBSD 5.0.
Address issues raised by igor.
PR: 212547
Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk>
------------------------------------------------------------------------
r305858 | allanjude | 2016-09-16 04:11:04 +0000 (Fri, 16 Sep 2016) | 10 lines
sbin/reboot/reboot.8: Amend HISTORY
A standalone reboot utility showed up in 4.0BSD, in AT&T UNIX init has a
case for reboot and is present in the version shipped with V5
either way, current entry is incorrect.
PR: 212548
Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk>
------------------------------------------------------------------------
r305859 | allanjude | 2016-09-16 04:12:32 +0000 (Fri, 16 Sep 2016) | 8 lines
sbin/umount/umount.8: Amend HISTORY
umount first appeared in V1, confirmed using TUHS archive
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/man/man1/umount.1
PR: 212554
Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk>
Modified:
stable/11/sbin/rcorder/rcorder.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sbin/rcorder/rcorder.8
==============================================================================
--- stable/11/sbin/rcorder/rcorder.8 Thu Mar 15 09:43:38 2018 (r330982)
+++ stable/11/sbin/rcorder/rcorder.8 Thu Mar 15 09:49:23 2018 (r330983)
@@ -1,7 +1,7 @@
.\" $NetBSD: rcorder.8,v 1.3 2000/07/17 14:16:22 mrg Exp $
.\"
.\" Copyright (c) 1998
-.\" Perry E. Metzger. All rights reserved.
+.\" Perry E. Metzger. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -31,7 +31,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 5, 2011
+.Dd September 10, 2016
.Dt RCORDER 8
.Os
.Sh NAME
@@ -160,8 +160,11 @@ processing the stated file.
.Sh HISTORY
The
.Nm
-utility first appeared in
+utility appeared in
.Nx 1.5 .
+.Nm
+utility first appeared in
+.Fx 5.0 .
.Sh AUTHORS
.An -nosplit
Written by
@@ -172,7 +175,7 @@ and
The
.Dq Li REQUIRE
keyword is misleading:
-It doesn't describe which daemons have to be running before a script
+It does not describe which daemons have to be running before a script
will be started.
It describes which scripts must be placed before it in
the dependency ordering.
More information about the svn-src-stable-11
mailing list