diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 60974ef53363..faa1691f411a 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chmod.1 8.4 (Berkeley) 3/31/94 -.\" $Id: chmod.1,v 1.2 1994/09/24 02:53:37 davidg Exp $ +.\" $Id: chmod.1,v 1.3 1996/02/16 00:08:53 joerg Exp $ .\" .Dd March 31, 1994 .Dt CHMOD 1 @@ -294,3 +294,8 @@ symbols and .Dq X which are not included in that standard. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index 0c5230e0b005..4586ffc68b80 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cp.1 8.3 (Berkeley) 4/18/94 -.\" $Id: cp.1,v 1.3 1996/02/18 18:48:24 wosch Exp $ +.\" $Id: cp.1,v 1.5 1996/03/08 06:58:05 wosch Exp $ .\" .Dd April 18, 1994 .Dt CP 1 @@ -219,3 +219,8 @@ The command is expected to be .St -p1003.2 compatible. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/bin/date/date.1 b/bin/date/date.1 index 7b73298f9088..fc59a4d16f17 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)date.1 8.2 (Berkeley) 11/17/93 -.\" $Id: date.1,v 1.6 1995/08/28 10:38:01 davidg Exp $ +.\" $Id: date.1,v 1.7 1996/03/12 05:30:39 nate Exp $ .\" .Dd November 17, 1993 .Dt DATE 1 @@ -229,3 +229,8 @@ The .Nm date command is expected to be compatible with .St -p1003.2 . +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/bin/df/df.1 b/bin/df/df.1 index 4337ac1bc0d0..6c82d5e1757f 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)df.1 8.2 (Berkeley) 1/13/94 -.\" $Id$ +.\" $Id: df.1,v 1.3 1994/09/24 02:55:08 davidg Exp $ .\" .Dd January 13, 1994 .Dt DF 1 @@ -119,4 +119,4 @@ flags are ignored if a file or filesystem is specified. A .Nm df command appeared in -.At v6 . +.At v1 . diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index e650e3c4b58c..9eec5d987f33 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: ed.1,v 1.6 1994/09/24 02:55:24 davidg Exp $ .TH ED 1 "21 May 1993" .SH NAME .\" ed, red \- text editor @@ -999,3 +999,8 @@ or edit another file before writing a modified buffer results in an error. If the command is entered a second time, it succeeds, but any changes to the buffer are lost. +.SH HISTORY +A +.I ed +command appeared in +Version 1 AT&T UNIX. diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 2e1337376f53..0e5d674b18e1 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ln.1 8.2 (Berkeley) 12/30/93 -.\" $Id$ +.\" $Id: ln.1,v 1.2 1994/09/24 02:55:47 davidg Exp $ .\" .Dd December 30, 1993 .Dt LN 1 @@ -129,4 +129,4 @@ The links made will have the same name as the files being linked to. A .Nm ln command appeared in -.At v6 . +.At v1 . diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 75a18d52558f..077b9a01485c 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ls.1 8.6 (Berkeley) 4/18/94 -.\" $Id: ls.1,v 1.3 1994/09/24 02:55:53 davidg Exp $ +.\" $Id: ls.1,v 1.4 1995/09/26 08:48:09 mpp Exp $ .\" .Dd April 18, 1994 .Dt LS 1 @@ -329,7 +329,7 @@ specification. An .Nm ls command appeared in -.At v6 . +.At v1 . .Sh STANDARDS The .Nm ls diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 4627b8a68dd3..50cc3ef9017b 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkdir.1 8.2 (Berkeley) 1/25/94 -.\" $Id$ +.\" $Id: mkdir.1,v 1.2 1994/09/24 02:56:02 davidg Exp $ .\" .Dd January 25, 1994 .Dt MKDIR 1 @@ -91,3 +91,8 @@ The utility is expected to be .St -p1003.2 compatible. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index 36ec8e791a59..365b4c001331 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mv.1 8.1 (Berkeley) 5/31/93 -.\" $Id: mv.1,v 1.4 1996/02/18 18:44:56 wosch Exp $ +.\" $Id: mv.1,v 1.6 1996/02/20 23:27:54 wosch Exp $ .\" .Dd May 31, 1993 .Dt MV 1 @@ -137,3 +137,8 @@ The utility is expected to be .St -p1003.2 compatible. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 693c1cf35705..7732931e81f3 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rm.1 8.2 (Berkeley) 4/18/94 -.\" $Id: rm.1,v 1.2 1994/09/24 02:57:00 davidg Exp $ +.\" $Id: rm.1,v 1.3 1996/03/07 23:26:58 wosch Exp $ .\" .Dd April 18, 1994 .Dt RM 1 @@ -165,3 +165,8 @@ The command is expected to be .St -p1003.2 compatible. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1 index 7b2ddf7cd4a4..30d0fa54744c 100644 --- a/bin/rmdir/rmdir.1 +++ b/bin/rmdir/rmdir.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rmdir.1 8.1 (Berkeley) 5/31/93 -.\" $Id$ +.\" $Id: rmdir.1,v 1.2 1994/09/24 02:57:11 davidg Exp $ .\" .Dd May 31, 1993 .Dt RMDIR 1 @@ -91,3 +91,8 @@ The command is expected to be .St -p1003.2 compatible. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 7b649feccf3b..df79bd7f8d2d 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sh.1 8.4 (Berkeley) 4/18/94 -.\" $Id: sh.1,v 1.4 1995/10/19 18:42:12 joerg Exp $ +.\" $Id: sh.1,v 1.5 1995/10/21 00:47:32 joerg Exp $ .\" .\" .\" @@ -1365,3 +1365,8 @@ mode. The editor is not described in full here, but will be in a later document. It's similar to vi: typing will throw you into command VI command mode. Hitting while in command mode will pass the line to the shell. +.SH HISTORY +A +.I sh +command appeared in +Version 1 AT&T UNIX. diff --git a/gnu/usr.bin/as/as.1 b/gnu/usr.bin/as/as.1 index 66f7ee5004b0..089734afb2df 100644 --- a/gnu/usr.bin/as/as.1 +++ b/gnu/usr.bin/as/as.1 @@ -1,5 +1,6 @@ .\" Copyright (c) 1991, 1992 Free Software Foundation .\" See section COPYING for conditions for redistribution +.\" $Id$ .TH as 1 "21 January 1992" "cygnus support" "GNU Development Tools" .SH NAME @@ -252,6 +253,12 @@ Using as: The GNU Assembler\c .BR gcc "(" 1 ")," .BR ld "(" 1 ")." +.SH HISTORY +A +.I as +command appeared in +Version 1 AT&T UNIX. + .SH COPYING Copyright (c) 1991, 1992 Free Software Foundation, Inc. .PP diff --git a/gnu/usr.bin/as/as.1aout b/gnu/usr.bin/as/as.1aout index 66f7ee5004b0..089734afb2df 100644 --- a/gnu/usr.bin/as/as.1aout +++ b/gnu/usr.bin/as/as.1aout @@ -1,5 +1,6 @@ .\" Copyright (c) 1991, 1992 Free Software Foundation .\" See section COPYING for conditions for redistribution +.\" $Id$ .TH as 1 "21 January 1992" "cygnus support" "GNU Development Tools" .SH NAME @@ -252,6 +253,12 @@ Using as: The GNU Assembler\c .BR gcc "(" 1 ")," .BR ld "(" 1 ")." +.SH HISTORY +A +.I as +command appeared in +Version 1 AT&T UNIX. + .SH COPYING Copyright (c) 1991, 1992 Free Software Foundation, Inc. .PP diff --git a/gnu/usr.bin/dc/dc.1 b/gnu/usr.bin/dc/dc.1 index 17d9356a8fa0..065baf6df090 100644 --- a/gnu/usr.bin/dc/dc.1 +++ b/gnu/usr.bin/dc/dc.1 @@ -1,3 +1,4 @@ +.\" $Id$ .TH DC 1 "03 Aug 1993" "GNU Project" .SH NAME dc, An Arbitrary Precision Calculator @@ -276,3 +277,8 @@ as soon as a library for executing a line as a command exists. Email bug reports to .BR bug-gnu-utils@prep.ai.mit.edu . Be sure to include the word ``dc'' somewhere in the ``Subject:'' field. +.SH HISTORY +A +.I dc +command appeared in +Version 1 AT&T UNIX. diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1 index 0c9545a45bd0..d0adbb84a92c 100644 --- a/gnu/usr.bin/ld/ld.1 +++ b/gnu/usr.bin/ld/ld.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ld.1,v 1.9 1994/12/23 22:30:33 nate Exp $ +.\" $Id: ld.1,v 1.10 1996/05/28 16:17:46 phk Exp $ .\" .Dd October 14, 1993 .Dt LD 1 @@ -219,6 +219,10 @@ All shared objects presented to are marked for run-time loading in the output file, even if no symbols are needed from them. .Sh HISTORY +A +.Nm +command appeared in +.At v1 . The shared library model employed by -.Nm ld +.Nm appeared first in SunOS 4.0 diff --git a/gnu/usr.bin/ld/ld.1aout b/gnu/usr.bin/ld/ld.1aout index 0c9545a45bd0..d0adbb84a92c 100644 --- a/gnu/usr.bin/ld/ld.1aout +++ b/gnu/usr.bin/ld/ld.1aout @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ld.1,v 1.9 1994/12/23 22:30:33 nate Exp $ +.\" $Id: ld.1,v 1.10 1996/05/28 16:17:46 phk Exp $ .\" .Dd October 14, 1993 .Dt LD 1 @@ -219,6 +219,10 @@ All shared objects presented to are marked for run-time loading in the output file, even if no symbols are needed from them. .Sh HISTORY +A +.Nm +command appeared in +.At v1 . The shared library model employed by -.Nm ld +.Nm appeared first in SunOS 4.0 diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 365407546020..2118ba273edb 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount.8 8.7 (Berkeley) 3/27/94 +.\" $Id$ .\" .Dd March 27, 1994 .Dt MOUNT 8 @@ -293,4 +294,4 @@ It is possible for a corrupted file system to cause a crash. A .Nm mount command appeared in -.At v6 . +.At v1 . diff --git a/sbin/mount_ifs/mount.8 b/sbin/mount_ifs/mount.8 index 365407546020..2118ba273edb 100644 --- a/sbin/mount_ifs/mount.8 +++ b/sbin/mount_ifs/mount.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount.8 8.7 (Berkeley) 3/27/94 +.\" $Id$ .\" .Dd March 27, 1994 .Dt MOUNT 8 @@ -293,4 +294,4 @@ It is possible for a corrupted file system to cause a crash. A .Nm mount command appeared in -.At v6 . +.At v1 . diff --git a/usr.bin/ar/ar.1 b/usr.bin/ar/ar.1 index 026aed614706..4edd02e41264 100644 --- a/usr.bin/ar/ar.1 +++ b/usr.bin/ar/ar.1 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ar.1 8.1 (Berkeley) 6/29/93 +.\" $Id$ .\" .TH AR 1 "June 29, 1993" .AT 3 @@ -255,3 +256,9 @@ The utility is expected to offer a superset of the POSIX 1003.2 functionality. .SH "SEE ALSO" ld(1), ranlib(1), strmode(3), ar(5) +.SH HISTORY +A +.I ar +command appeared in +Version 1 AT&T UNIX. + diff --git a/usr.bin/ar/ar.1aout b/usr.bin/ar/ar.1aout index 026aed614706..4edd02e41264 100644 --- a/usr.bin/ar/ar.1aout +++ b/usr.bin/ar/ar.1aout @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ar.1 8.1 (Berkeley) 6/29/93 +.\" $Id$ .\" .TH AR 1 "June 29, 1993" .AT 3 @@ -255,3 +256,9 @@ The utility is expected to offer a superset of the POSIX 1003.2 functionality. .SH "SEE ALSO" ld(1), ranlib(1), strmode(3), ar(5) +.SH HISTORY +A +.I ar +command appeared in +Version 1 AT&T UNIX. + diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 9db561a342f8..75339a804737 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cmp.1 8.1 (Berkeley) 6/6/93 +.\" $Id$ .\" .Dd June 6, 1993 .Dt CMP 1 @@ -105,3 +106,8 @@ The utility is expected to be .St -p1003.2 compatible. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index 97c366ab0a57..fdea71f763a9 100644 --- a/usr.bin/du/du.1 +++ b/usr.bin/du/du.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)du.1 8.2 (Berkeley) 4/1/94 +.\" $Id$ .\" .Dd April 1, 1994 .Dt DU 1 @@ -119,4 +120,4 @@ is set, the block counts will be displayed in units of that size block. A .Nm du command appeared in -.At v6 . +.At v1 . diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index b92f95ccec0b..66f3b5907699 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)find.1 8.4 (Berkeley) 4/1/94 +.\" $Id$ .\" .Dd April 1, 1994 .Dt FIND 1 @@ -460,3 +461,8 @@ These problems are handled by the option and the .Xr getopt 3 ``--'' construct. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index c8421005c55b..3fed7e3bc636 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)od.1 8.1 (Berkeley) 6/6/93 +.\" $Id$ .\" .Dd %Q .Os @@ -74,3 +75,8 @@ of the offset syntax. .Xr strings 1 .Sh BUGS Quite a few. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index fa6bd41c2a66..c15155525c9d 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail.1 8.2 (Berkeley) 12/30/93 +.\" $Id$ .\" .Dd December 30, 1993 .Dt MAIL 1 @@ -1013,10 +1014,10 @@ and .Re .Sh HISTORY A -.Nm mail +.Nm command appeared in -.At v6 . +.At v1 . This man page is derived from .%T "The Mail Reference Manual" originally written by Kurt Shoens. diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1 index 70e29a9fae82..8f29ec8fd219 100644 --- a/usr.bin/mesg/mesg.1 +++ b/usr.bin/mesg/mesg.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mesg.1 8.1 (Berkeley) 6/6/93 +.\" $Id$ .\" .Dd June 6, 1993 .Dt MESG 1 @@ -88,4 +89,4 @@ An error has occurred. A .Nm mesg command appeared in -.At v6 . +.At v1 . diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index 10599536ce99..907b3b174214 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nm.1 8.1 (Berkeley) 6/6/93 +.\" $Id$ .\" .Dd June 6, 1993 .Dt NM 1 @@ -116,4 +117,4 @@ The output is sorted alphabetically. An .Nm nm command appeared in -.At v6 . +.At v1 . diff --git a/usr.bin/nm/nm.1aout b/usr.bin/nm/nm.1aout index 10599536ce99..907b3b174214 100644 --- a/usr.bin/nm/nm.1aout +++ b/usr.bin/nm/nm.1aout @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nm.1 8.1 (Berkeley) 6/6/93 +.\" $Id$ .\" .Dd June 6, 1993 .Dt NM 1 @@ -116,4 +117,4 @@ The output is sorted alphabetically. An .Nm nm command appeared in -.At v6 . +.At v1 . diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index d8d55beb354e..88eeeed339d3 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pr.1 8.3 (Berkeley) 4/18/94 +.\" $Id$ .\" .Dd April 18, 1994 .Dt PR 1 @@ -345,3 +346,8 @@ The utility is .St -p1003.2 compatible. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1 index f7af486b4097..d9252ac6e910 100644 --- a/usr.bin/strip/strip.1 +++ b/usr.bin/strip/strip.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strip.1 8.1 (Berkeley) 6/6/93 +.\" $Id$ .\" .Dd June 6, 1993 .Dt STRIP 1 @@ -69,4 +70,4 @@ exits 0 on success and 1 if an error occurred. A .Nm command appeared in -.At v6 . +.At v1 . diff --git a/usr.bin/strip/strip.1aout b/usr.bin/strip/strip.1aout index f7af486b4097..d9252ac6e910 100644 --- a/usr.bin/strip/strip.1aout +++ b/usr.bin/strip/strip.1aout @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strip.1 8.1 (Berkeley) 6/6/93 +.\" $Id$ .\" .Dd June 6, 1993 .Dt STRIP 1 @@ -69,4 +70,4 @@ exits 0 on success and 1 if an error occurred. A .Nm command appeared in -.At v6 . +.At v1 . diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index d4abfd080d11..8f3bd33011c5 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)su.1 8.2 (Berkeley) 4/18/94 +.\" $Id$ .\" .\" this is for hilit19's braindeadness: " .Dd April 18, 1994 @@ -196,4 +197,4 @@ Pretend a login for user A .Nm command appeared in -.At v7 . +.At v1 . diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 9607c11b0e7b..9c47b705885a 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tty.1 8.1 (Berkeley) 6/6/93 +.\" $Id$ .\" .Dd June 6, 1993 .Dt TTY 1 @@ -76,3 +77,8 @@ The function is expected to be .St -p1003.2 compatible. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 64c047b72f37..f081b6b97ea6 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)wc.1 8.2 (Berkeley) 4/19/94 +.\" $Id$ .\" .Dd April 19, 1994 .Dt WC 1 @@ -107,3 +108,8 @@ The .Nm wc function conforms to .St -p1003.2 . +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index f8ac30749e0d..27dc5cd03fee 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)who.1 8.2 (Berkeley) 12/30/93 +.\" $Id$ .\" .Dd December 30, 1993 .Dt WHO 1 @@ -102,4 +103,4 @@ special characters, see A .Nm command appeared in -.At v6 . +.At v1 . diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index 89d7302da727..eda3724bb486 100644 --- a/usr.bin/write/write.1 +++ b/usr.bin/write/write.1 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)write.1 8.1 (Berkeley) 6/6/93 +.\" $Id$ .\" .Dd June 6, 1993 .Dt WRITE 1 @@ -105,4 +106,4 @@ over. A .Nm command appeared in -.At v6 . +.At v1 . diff --git a/usr.sbin/chown/chown.8 b/usr.sbin/chown/chown.8 index f0cd53304e0f..a2cb5c21d3f3 100644 --- a/usr.sbin/chown/chown.8 +++ b/usr.sbin/chown/chown.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chown.8 8.3 (Berkeley) 3/31/94 +.\" $Id$ .\" .Dd March 31, 1994 .Dt CHOWN 8 @@ -147,3 +148,8 @@ In this system, symbolic links do not have owners. The .Nm chown command is expected to be POSIX 1003.2 compliant. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 .