-.\" $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.
.\"
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
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
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
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
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
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
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 \&] ,
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
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 \&] ,
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 .
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
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
.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
.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 .
-.\" $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.
.\"
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
.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
-.\" $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
.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