From 8a6c4d21918733b673f5a8a65d66201bbd186887 Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 6 Mar 2000 03:15:59 +0000 Subject: [PATCH] Add HISTORY sections; from FreeBSD. --- usr.bin/find/find.1 | 38 ++++++++++++++++++++++---------------- usr.bin/pr/pr.1 | 7 ++++++- usr.bin/printf/printf.1 | 14 ++++++++++---- usr.bin/time/time.1 | 13 +++++++++---- usr.bin/tty/tty.1 | 7 ++++++- usr.bin/uname/uname.1 | 8 ++++++-- 6 files changed, 59 insertions(+), 28 deletions(-) diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 14360618dcd..3306c4e2089 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.24 1999/12/04 22:42:31 millert Exp $ +.\" $OpenBSD: find.1,v 1.25 2000/03/06 03:15:59 aaron Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -68,7 +68,8 @@ Causes the file information and file type (see returned for each symbolic link encountered on the command line to be those of the file referenced by the link, not the link itself. If the referenced file does not exist, the file information and type will -be for the link itself. File information of all symbolic links not on +be for the link itself. +File information of all symbolic links not on the command line is that of the link itself. .It Fl d Causes @@ -139,7 +140,7 @@ was started, rounded up to the next full minute, is minutes. .It Ic -anewer Ar file True if the current file has a more recent last access time than -.Ar file . +.Ar file . .It Ic -atime Ar n True if the difference between the file last access time and the time .Nm @@ -155,7 +156,7 @@ was started, rounded up to the next full minute, is minutes. .It Ic -cnewer Ar file True if the current file has a more recent last change time than -.Ar file . +.Ar file . .It Ic -ctime Ar n True if the difference between the time of last change of file status information and the time @@ -186,8 +187,8 @@ Identical to the primary with the exception that .Ar utility will be executed from the directory that holds -the current file. The filename substituted for -the string +the current file. +The filename substituted for the string .Qq {} is not qualified. .It Ic -follow @@ -206,7 +207,7 @@ is being executed whereas the latter matches any file system which is mounted read-only. .It Ic -group Ar gname True if the file belongs to the group -.Ar gname . +.Ar gname . If .Ar gname is numeric and there is no such group name, then @@ -214,7 +215,7 @@ is numeric and there is no such group name, then is treated as a group ID. .It Ic -inum Ar n True if the file has inode number -.Ar n . +.Ar n . .It Ic -links Ar n True if the file has .Ar n @@ -251,7 +252,7 @@ was started, rounded up to the next full 24-hour period, is 24-hour periods. .It Ic -name Ar pattern True if the last component of the pathname being examined matches -.Ar pattern . +.Ar pattern . Special shell pattern matching characters .Pf ( Ql [ , .Ql \&] , @@ -259,13 +260,13 @@ Special shell pattern matching characters and .Ql ? ) may be used as part of -.Ar pattern . +.Ar pattern . These characters may be matched explicitly by escaping them with a backslash .Pq Ql \e . .It Ic -newer Ar file True if the current file has a more recent last modification time than -.Ar file . +.Ar file . .It Ic -nouser True if the file belongs to an unknown user. .It Ic -nogroup @@ -287,7 +288,7 @@ value of the expression is false. .It Ic -path Ar pattern True if the pathname being examined matches -.Ar pattern . +.Ar pattern . Special shell pattern matching characters .Pf ( Ql [ , .Ql \&] , @@ -295,7 +296,7 @@ Special shell pattern matching characters and .Ql ? ) may be used as part of -.Ar pattern . +.Ar pattern . These characters may be matched explicitly by escaping them with a backslash .Pq Ql \e . @@ -311,7 +312,7 @@ matched explicitly. The .Ar mode may be either symbolic (see -.Xr chmod 1 ) +.Xr chmod 1 ) or an octal number. If the mode is symbolic, a starting value of zero is assumed and the mode sets or clears permissions without regard to the process's file mode @@ -368,7 +369,7 @@ primary has no effect if the option was specified. .It Ic -size Ar n Ns Op Cm c True if the file's size, rounded up, in 512-byte blocks is -.Ar n . +.Ar n . If .Ar n is followed by a @@ -403,7 +404,7 @@ socket .Pp .It Ic -user Ar uname True if the file belongs to the user -.Ar uname . +.Ar uname . If .Ar uname is numeric and there is no such user name, then @@ -601,3 +602,8 @@ The .Fl W option is probably not the most elegant way to handle whiteouts. It may be replaced by a more sophisticated algorithm eventually. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index febf0b8c567..4bbf1491d24 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pr.1,v 1.9 1999/09/23 04:12:09 alex Exp $ +.\" $OpenBSD: pr.1,v 1.10 2000/03/06 03:15:59 aaron Exp $ .\" Copyright (c) 1991 Keith Muller. .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -433,3 +433,8 @@ handling of input characters beyond the behavior dictated by the .Nm pr required command options. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 245543d7565..b60a8a83657 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.1,v 1.8 2000/01/22 12:46:30 aaron Exp $ +.\" $OpenBSD: printf.1,v 1.9 2000/03/06 03:15:59 aaron Exp $ .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -283,9 +283,10 @@ no argument is used. In no case does a non-existent or small field width cause truncation of a field; padding takes place only if the specified field width exceeds the actual width. -.Sh RETURN VALUES -.Nm printf -exits 0 on success or 1 on failure. +.Pp +The +.Nm +utility exits 0 on success or 1 on failure. .Sh EXAMPLES Convert a hexidecimal value to decimal and print it out: .Pp @@ -303,6 +304,11 @@ The .Nm printf utility conforms to .St -p1003.2-92 . +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.3 Reno . .Sh BUGS Since arguments are translated from .Tn ASCII diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 6e720c7b3ab..dad7c9e1d8b 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time.1,v 1.8 1999/10/17 20:24:33 aaron Exp $ +.\" $OpenBSD: time.1,v 1.9 2000/03/06 03:16:00 aaron Exp $ .\" $NetBSD: time.1,v 1.5 1994/12/08 09:36:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -103,18 +103,23 @@ Otherwise, the exit status of .Nm shall be that of .Ar utility . -.Sh SEE ALSO -.Xr csh 1 , -.Xr getrusage 2 .Sh FILES .Bl -tag -width /usr/include/sys/resource.h -compact .It Pa /usr/include/sys/resource.h .El +.Sh SEE ALSO +.Xr csh 1 , +.Xr getrusage 2 .Sh STANDARDS The .Nm utility conforms to .St -p1003.2-92 . +.Sh HISTORY +A +.Nm +command appeared in +.At v6 . .Sh BUGS The granularity of seconds on microprocessors is crude and can result in times being reported for CPU usage which are too large by diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 3d795db7618..4e499474da5 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.1,v 1.7 1999/07/13 01:05:39 aaron Exp $ +.\" $OpenBSD: tty.1,v 1.8 2000/03/06 03:16:00 aaron Exp $ .\" $NetBSD: tty.1,v 1.4 1994/12/07 00:46:55 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -80,3 +80,8 @@ The .Nm tty utility conforms to .St -p1003.2-92 . +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1 index c31d99d6c71..e85243d4d11 100644 --- a/usr.bin/uname/uname.1 +++ b/usr.bin/uname/uname.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uname.1,v 1.6 2000/03/05 00:28:55 aaron Exp $ +.\" $OpenBSD: uname.1,v 1.7 2000/03/06 03:16:00 aaron Exp $ .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -83,4 +83,8 @@ The .Nm uname utility conforms to .St -p1003.2-92 . - +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.4 . -- 2.20.1