diff options
Diffstat (limited to 'usr.bin')
50 files changed, 367 insertions, 369 deletions
diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index 77dfdd92e06..77308a9c15f 100644 --- a/usr.bin/apply/apply.1 +++ b/usr.bin/apply/apply.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apply.1,v 1.12 2000/11/09 17:52:01 aaron Exp $ +.\" $OpenBSD: apply.1,v 1.13 2000/11/10 05:10:21 aaron Exp $ .\" $NetBSD: apply.1,v 1.4 1996/03/18 23:16:57 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -97,14 +97,6 @@ as the magic character instead of the default Debug mode. Print commands to the standard output but do not actually execute them. .El -.Sh ENVIRONMENT -The following environment variable affects the execution of -.Nm apply : -.Bl -tag -width SHELL -.It Ev SHELL -Pathname of shell to use. -If this variable is not defined, the Bourne shell is used. -.El .Sh EXAMPLES .Bl -tag -width apply .It Li "apply echo a*" @@ -124,6 +116,14 @@ runs links all files in the current directory to the directory .Pa /usr/joe . .El +.Sh ENVIRONMENT +The following environment variable affects the execution of +.Nm apply : +.Bl -tag -width SHELL +.It Ev SHELL +Pathname of shell to use. +If this variable is not defined, the Bourne shell is used. +.El .Sh FILES .Bl -tag -width /bin/sh -compact .It Pa /bin/sh @@ -133,14 +133,14 @@ default shell .Xr xargs 1 .Sh AUTHOR Rob Pike +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS Shell metacharacters in .Ar command may have bizarre effects; it is best to enclose complicated commands in single quotes .Pq '' . -.Sh HISTORY -The -.Nm -command appeared in -.Bx 4.2 . diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1 index 4f335d6f5c5..ef750414f55 100644 --- a/usr.bin/at/at.1 +++ b/usr.bin/at/at.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: at.1,v 1.16 2000/11/09 17:52:02 aaron Exp $ +.\" $OpenBSD: at.1,v 1.17 2000/11/10 05:10:21 aaron Exp $ .\" $FreeBSD: at.man,v 1.6 1997/02/22 19:54:05 peter Exp $ .Dd April 12, 1995 .Dt AT 1 @@ -255,6 +255,10 @@ job-creation lock file .Xr atrun 8 , .Xr cron 8 , .Xr sendmail 8 +.Sh AUTHORS +.Nm at +was mostly written by Thomas Koenig <ig25@rz.uni-karlsruhe.de>. +The time parsing routines are by David Parsons <orc@pell.chi.il.us>. .Sh BUGS If the file .Pa /var/run/utmp @@ -281,7 +285,3 @@ Since .Nm at only permits submission of jobs in the future, it is somewhat clear which century the job will run in. -.Sh AUTHORS -.Nm at -was mostly written by Thomas Koenig <ig25@rz.uni-karlsruhe.de>. -The time parsing routines are by David Parsons <orc@pell.chi.il.us>. diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1 index c92f6dbd4a3..3a03ae1385f 100644 --- a/usr.bin/awk/awk.1 +++ b/usr.bin/awk/awk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awk.1,v 1.7 2000/08/30 13:37:51 aaron Exp $ +.\" $OpenBSD: awk.1,v 1.8 2000/11/10 05:10:21 aaron Exp $ .\" EX/EE is a Bd .Dd June 29, 1996 .Dt AWK 1 @@ -510,6 +510,12 @@ BEGIN { # Simulate echo(1) .%D 1988 .%O ISBN 0-201-07981-X .Re +.Sh HISTORY +AT&T +.Nm +by B. W. Kernighan was updated for +.Bx 4.4 +and again in 1996. .Sh BUGS There are no explicit conversions between numbers and strings. To force an expression to be treated as a number add 0 to it; @@ -519,9 +525,3 @@ to it. .Pp The scope rules for variables in functions are a botch; the syntax is worse. -.Sh HISTORY -AT&T -.Nm -by B. W. Kernighan was updated for -.Bx 4.4 -and again in 1996. diff --git a/usr.bin/checknr/checknr.1 b/usr.bin/checknr/checknr.1 index 509b47aff31..ee8a5b04d5f 100644 --- a/usr.bin/checknr/checknr.1 +++ b/usr.bin/checknr/checknr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: checknr.1,v 1.8 2000/03/05 20:09:20 aaron Exp $ +.\" $OpenBSD: checknr.1,v 1.9 2000/11/10 05:10:21 aaron Exp $ .\" $NetBSD: checknr.1,v 1.5 1995/03/26 04:10:14 glass Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -137,25 +137,25 @@ knows about the and .Xr me 7 macro packages. -.Sh SEE ALSO -.Xr nroff 1 , -.Xr troff 1 , -.Xr me 7 , -.Xr ms 7 .Sh DIAGNOSTICS .Bd -ragged -compact Complaints about unmatched delimiters. Complaints about unrecognized commands. Various complaints about the syntax of commands. .Ed +.Sh SEE ALSO +.Xr nroff 1 , +.Xr troff 1 , +.Xr me 7 , +.Xr ms 7 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.0 . .Sh BUGS There is no way to define a 1 character macro name using .Fl a . .Pp Does not correctly recognize certain reasonable constructs, such as conditionals. -.Sh HISTORY -The -.Nm -command appeared in -.Bx 4.0 . diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1 index 22b61194302..93e885f76ef 100644 --- a/usr.bin/cksum/cksum.1 +++ b/usr.bin/cksum/cksum.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cksum.1,v 1.12 2000/11/09 17:52:05 aaron Exp $ +.\" $OpenBSD: cksum.1,v 1.13 2000/11/10 05:10:22 aaron Exp $ .\" $NetBSD: cksum.1,v 1.8 1995/09/02 05:45:15 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -158,15 +158,6 @@ The and .Nm sum utilities exit 0 on success or >0 if an error occurred. -.Sh WARNING -Do not use -.Nm cksum -or -.Nm sum -to detect hostile binary modifications. -An attacker can trivially produce backdoored daemons which have the same -CRC as the standard versions. -Use a cryptographic checksum (such as MD5) instead. .Sh SEE ALSO .Xr md5 1 , .Xr rmd160 1 , @@ -193,3 +184,12 @@ The .Nm cksum utility appeared in .Bx 4.4 . +.Sh WARNING +Do not use +.Nm cksum +or +.Nm sum +to detect hostile binary modifications. +An attacker can trivially produce backdoored daemons which have the same +CRC as the standard versions. +Use a cryptographic checksum (such as MD5) instead. diff --git a/usr.bin/colcrt/colcrt.1 b/usr.bin/colcrt/colcrt.1 index 37f13b9b195..8ea6ec042dc 100644 --- a/usr.bin/colcrt/colcrt.1 +++ b/usr.bin/colcrt/colcrt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: colcrt.1,v 1.6 1999/10/17 20:24:33 aaron Exp $ +.\" $OpenBSD: colcrt.1,v 1.7 2000/11/10 05:10:22 aaron Exp $ .\" $NetBSD: colcrt.1,v 1.3 1995/03/26 05:30:59 glass Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -85,6 +85,11 @@ tbl exum2.n \&| nroff \-ms \&| colcrt \- \&| more .Xr nroff 1 , .Xr troff 1 , .Xr ul 1 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 3.0 . .Sh BUGS Should fold underlines onto blanks even with the .Ql Fl @@ -105,8 +110,3 @@ Lines are trimmed to 132 characters. .Pp Some provision should be made for processing superscripts and subscripts in documents which are already double-spaced. -.Sh HISTORY -The -.Nm -command appeared in -.Bx 3.0 . diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1 index bc39fa052be..226fea98cd6 100644 --- a/usr.bin/column/column.1 +++ b/usr.bin/column/column.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: column.1,v 1.7 1999/07/07 10:50:07 aaron Exp $ +.\" $OpenBSD: column.1,v 1.8 2000/11/10 05:10:22 aaron Exp $ .\" $NetBSD: column.1,v 1.3 1995/03/26 09:08:28 glass Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -80,6 +80,8 @@ Fill columns before filling rows. The .Nm utility exits 0 on success or >0 if an error occurred. +.Sh EXAMPLES +.Dl (printf \&"PERM\ LINKS\ OWNER\ GROUP\ SIZE\ MONTH\ DAY\ HH:MM/YEAR\ NAME\en\&"\ \&; ls -l\ \&| sed 1d) \&| column -t .Sh ENVIRONMENT .Bl -tag -width COLUMNS .It Ev COLUMNS @@ -88,8 +90,6 @@ The environment variable is used to determine the size of the screen if no other information is available. .El -.Sh EXAMPLES -.Dl (printf \&"PERM\ LINKS\ OWNER\ GROUP\ SIZE\ MONTH\ DAY\ HH:MM/YEAR\ NAME\en\&"\ \&; ls -l\ \&| sed 1d) \&| column -t .Sh SEE ALSO .Xr colrm 1 , .Xr ls 1 , diff --git a/usr.bin/compile_et/compile_et.1 b/usr.bin/compile_et/compile_et.1 index 1023631a0db..02c945560e8 100644 --- a/usr.bin/compile_et/compile_et.1 +++ b/usr.bin/compile_et/compile_et.1 @@ -1,8 +1,8 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $OpenBSD: compile_et.1,v 1.10 2000/03/23 21:10:14 aaron Exp $ -.\" $Header: /cvs/OpenBSD/src/usr.bin/compile_et/compile_et.1,v 1.10 2000/03/23 21:10:14 aaron Exp $ +.\" $OpenBSD: compile_et.1,v 1.11 2000/11/10 05:10:23 aaron Exp $ +.\" $Header: /cvs/OpenBSD/src/usr.bin/compile_et/compile_et.1,v 1.11 2000/11/10 05:10:23 aaron Exp $ .\" .Dd November 22, 1988 .Dt COMPILE_ET 1 @@ -84,12 +84,6 @@ A hash mark .Pq Ql # in the source file is treated as a comment character; subsequent characters to the end of the source line will be ignored. -.Sh BUGS -Since -.Nm -uses a very simple parser based on -.Xr yacc 1 , -its error recovery leaves much to be desired. .Sh SEE ALSO .Xr yacc 1 , .Xr com_err 3 @@ -100,3 +94,9 @@ its error recovery leaves much to be desired. .%A Ken Raeburn .%T "A Common Error Description Library for UNIX" .Re +.Sh BUGS +Since +.Nm +uses a very simple parser based on +.Xr yacc 1 , +its error recovery leaves much to be desired. diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1 index e1986a19184..ee309df18db 100644 --- a/usr.bin/ctags/ctags.1 +++ b/usr.bin/ctags/ctags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctags.1,v 1.9 2000/03/05 20:09:21 aaron Exp $ +.\" $OpenBSD: ctags.1,v 1.10 2000/11/10 05:10:23 aaron Exp $ .\" $NetBSD: ctags.1,v 1.4 1995/03/26 20:14:04 glass Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -174,22 +174,27 @@ of the second section of the yacc file, and .Ar yylex is the start of the second section of the lex file. +.Sh DIAGNOSTICS +.Nm +exits with a value of 1 if an error occurred, 0 otherwise. +Duplicate objects are not considered errors. .Sh FILES .Bl -tag -width tags -compact .It Pa tags default output tags file .El -.Sh DIAGNOSTICS -.Nm -exits with a value of 1 if an error occurred, 0 otherwise. -Duplicate objects are not considered errors. .Sh SEE ALSO .Xr ex 1 , .Xr vi 1 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 3.0 . .Sh BUGS Recognition of .Nm functions , -.Nm subroutines +.Nm subroutines , and .Nm procedures for @@ -222,8 +227,3 @@ the searching pattern. The last line of multiple line .Li typedef Ns 's will similarly be noted. -.Sh HISTORY -The -.Nm -command appeared in -.Bx 3.0 . diff --git a/usr.bin/elf2olf/elf2olf.1 b/usr.bin/elf2olf/elf2olf.1 index 09f1eeb2497..f1579e86577 100644 --- a/usr.bin/elf2olf/elf2olf.1 +++ b/usr.bin/elf2olf/elf2olf.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf2olf.1,v 1.10 2000/07/06 04:06:54 aaron Exp $ +.\" $OpenBSD: elf2olf.1,v 1.11 2000/11/10 05:10:24 aaron Exp $ .\" .\" Copyright (c) 1996, 1997 Erik Theisen. .\" All rights reserved. @@ -25,7 +25,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: elf2olf.1,v 1.10 2000/07/06 04:06:54 aaron Exp $ +.\" @(#)$Id: elf2olf.1,v 1.11 2000/11/10 05:10:24 aaron Exp $ .\" .Dd May 5, 1997 .Dt ELF2OLF 1 @@ -44,12 +44,13 @@ .Ar file Op Ar ... .Sh DESCRIPTION The -.Nm +.Nm elf2olf utility reads the specified .Em ELF version 1 module operands and converts them to the default operating system's .Em OLF object module format. +.Pp The .Nm olf2elf utility reverses the process. @@ -67,7 +68,8 @@ Specifies the operating system tag .Em "opsys" as follows: -.Bl -tag -width Ds +.Pp +.Bl -tag -width Ds -compact .It Ta Pa "openbsd" Ta "OpenBSD" .It Ta Pa "netbsd" Ta "NetBSD" .It Ta Pa "freebsd" Ta "FreeBSD" @@ -84,10 +86,19 @@ as follows: .El .Pp The -.Nm +.Nm elf2olf and .Nm olf2elf utilities exit 0 on success or >0 if an error occurred. +.Sh AUTHORS +Erik Theisen +.Sh HISTORY +The +.Nm elf2olf +and +.Nm olf2elf +utilities first appeared in +.Ox 2.1 . .Sh BUGS The .Em ELF @@ -95,17 +106,8 @@ version 1 object module format lacks any real method to determine the native operating system for any given binary thus mandating the existence of these tools. The converted binaries created by -.Nm +.Nm elf2olf will no longer execute on their native operating system, only on OLF enabled platforms, although .Nm olf2elf will undo the damage. -.Sh AUTHOR -Erik Theisen -.Sh HISTORY -The -.Nm -and -.Nm olf2elf -utilities first appeared in -.Ox 2.1 . diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1 index 5f1ac9f5531..8542137fa72 100644 --- a/usr.bin/env/env.1 +++ b/usr.bin/env/env.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: env.1,v 1.7 2000/09/15 07:13:48 deraadt Exp $ +.\" $OpenBSD: env.1,v 1.8 2000/11/10 05:10:24 aaron Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -107,13 +107,13 @@ The utility specified by .Ar utility could not be found. .El +.Sh SEE ALSO +.Xr execvp 3 , +.Xr environ 7 .Sh COMPATIBILITY The historic .Fl option has been deprecated but is still supported in this implementation. -.Sh SEE ALSO -.Xr execvp 3 , -.Xr environ 7 .Sh STANDARDS The .Nm diff --git a/usr.bin/error/error.1 b/usr.bin/error/error.1 index e5a18ce0d23..82f67fd9144 100644 --- a/usr.bin/error/error.1 +++ b/usr.bin/error/error.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: error.1,v 1.12 2000/08/12 02:32:49 aaron Exp $ +.\" $OpenBSD: error.1,v 1.13 2000/11/10 05:10:25 aaron Exp $ .\" $NetBSD: error.1,v 1.3 1995/09/02 06:15:20 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -282,14 +282,13 @@ error messages .It Pa /dev/tty user's teletype .El +.Sh AUTHORS +Robert Henry .Sh HISTORY The .Nm -command -appeared in +command appeared in .Bx 4.0 . -.Sh AUTHOR -Robert Henry .Sh BUGS Opens the teletype directly to do user querying. .Pp diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index 1b22ebe9513..eccf79a10a2 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: file.1,v 1.11 2000/11/09 17:52:08 aaron Exp $ +.\" $OpenBSD: file.1,v 1.12 2000/11/10 05:10:25 aaron Exp $ .\" $FreeBSD: src/usr.bin/file/file.1,v 1.16 2000/03/01 12:19:39 sheldonh Exp $ .Dd July 30, 1997 .Dt FILE 1 @@ -147,11 +147,6 @@ Cause symlinks to be followed, as the like-named option in .Xr ls 1 . (on systems that support symbolic links). .El -.Sh FILES -.Bl -tag -width /etc/magic -compact -.It Pa /etc/magic -default list of magic numbers -.El .Sh ENVIRONMENT The following environment varibles affect the execution of .Nm file : @@ -160,6 +155,11 @@ The following environment varibles affect the execution of .Ev MAGIC Default magic number files. .El +.Sh FILES +.Bl -tag -width /etc/magic -compact +.It Pa /etc/magic +default list of magic numbers +.El .Sh SEE ALSO .Xr hexdump 1 , .Xr od 1 , @@ -390,4 +390,3 @@ on .Em ftp.deshaw.com in the directory .Pa /pub/file/file-X.YY.tar.gz - diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 6fd77d56f25..2fbe861bb9a 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.29 2000/07/10 14:32:41 millert Exp $ +.\" $OpenBSD: find.1,v 1.30 2000/11/10 05:10:26 aaron Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -594,6 +594,11 @@ in the utility name or the utility arguments if it had preceding or following non-whitespace characters. This version replaces it no matter where in the utility name or arguments it appears. +.Sh HISTORY +A +.Nm +command appeared in +.At v1 . .Sh BUGS The special characters used by .Nm @@ -629,8 +634,3 @@ 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/fsplit/fsplit.1 b/usr.bin/fsplit/fsplit.1 index 67ee81d7c76..9f08b6c2c60 100644 --- a/usr.bin/fsplit/fsplit.1 +++ b/usr.bin/fsplit/fsplit.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsplit.1,v 1.8 2000/11/09 17:52:12 aaron Exp $ +.\" $OpenBSD: fsplit.1,v 1.9 2000/11/10 05:10:26 aaron Exp $ .\" $NetBSD: fsplit.1,v 1.3 1995/09/28 05:15:06 perry Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -93,14 +93,13 @@ If names specified via the .Fl e option are not found, a diagnostic is written to standard error. +.Sh AUTHORS +Asa Romberger and Jerry Berkman .Sh HISTORY The .Nm -command -appeared in +command appeared in .Bx 4.2 . -.Sh AUTHORS -Asa Romberger and Jerry Berkman .Sh BUGS .Nm assumes the subprogram name is on the first noncomment line of the subprogram diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 88d7cede371..90986f764bb 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstat.1,v 1.18 2000/07/16 23:40:48 hugh Exp $ +.\" $OpenBSD: fstat.1,v 1.19 2000/11/10 05:10:27 aaron Exp $ .\" .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -48,13 +48,13 @@ .Op Fl u Ar user .Op Ar file ... .Sh DESCRIPTION -.Nm fstat +.Nm identifies open files. A file is considered open by a process if it was explicitly opened, is the working directory, root directory, active pure text, or kernel trace file for that process. If no options are specified, -.Nm fstat +.Nm reports on all open files in the system. .Pp The options are as follows: @@ -88,9 +88,9 @@ Also, print the mode of the file in octal instead of symbolic form. Output file offset. Follow the size field with the descriptor's offset. Useful for checking progress as a process works through a large file. -.It Fl p pid +.It Fl p Ar pid Report all files open by the specified process. -.It Fl u user +.It Fl u Ar user Report all files open by the specified user. .It Fl v Verbose mode. @@ -98,10 +98,10 @@ Print error messages upon failures to locate particular system data structures rather than silently ignoring them. Most of these data structures are dynamically created or deleted and it is possible for them to disappear while -.Nm fstat +.Nm is running. This is normal and unavoidable since the rest of the system is running while -.Nm fstat +.Nm itself is running. .It Ar file ... Restrict reports to the specified files. @@ -219,8 +219,10 @@ or and a full duplex socket shows a double arrow .Pq Dq <-> ) . .Pp -For AF_INET sockets, -.Nm fstat +For +.Dv AF_INET +sockets, +.Nm also attempts to print the internet address and port for the local end of a connection. If the socket is connected, it also prints the remote internet address @@ -243,17 +245,6 @@ the pipe and a state that is built of the letters W - The pipe blocks waiting for the reader to read data. R - The pipe blocks waiting for the writer to write data. E - The pipe is in EOF state. -.Sh BUGS -Since -.Nm fstat -takes a snapshot of the system, it is only correct for a very short period -of time. -.Pp -Moreover, because DNS resolution and YP lookups cause many file -descriptor changes, -.Nm fstat -does not attempt to translate the internet address and port numbers into -symbolic names. .Sh SEE ALSO .Xr netstat 1 , .Xr nfsstat 1 , @@ -267,3 +258,14 @@ The .Nm command appeared in .Bx 4.3 tahoe . +.Sh BUGS +Since +.Nm +takes a snapshot of the system, it is only correct for a very short period +of time. +.Pp +Moreover, because DNS resolution and YP lookups cause many file +descriptor changes, +.Nm +does not attempt to translate the internet address and port numbers into +symbolic names. diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1 index d961cc3c9e7..ffb61c4f823 100644 --- a/usr.bin/gencat/gencat.1 +++ b/usr.bin/gencat/gencat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gencat.1,v 1.9 2000/03/07 21:11:09 aaron Exp $ +.\" $OpenBSD: gencat.1,v 1.10 2000/11/10 05:10:28 aaron Exp $ .\" .\" Copyright (c) 1997 Ken Stailey .\" @@ -24,7 +24,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: gencat.1,v 1.9 2000/03/07 21:11:09 aaron Exp $ +.\" $Id: gencat.1,v 1.10 2000/11/10 05:10:28 aaron Exp $ .\" .Dd June 11, 1997 .Dt GENCAT 1 @@ -186,7 +186,7 @@ The utility is compliant with the .St -xpg4 standard. -.Sh AUTHOR +.Sh AUTHORS This manual page by .An Ken Stailey updated and revised by diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index d0e3c227152..79ebaef32df 100644 --- a/usr.bin/head/head.1 +++ b/usr.bin/head/head.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: head.1,v 1.9 2000/10/07 14:42:28 aaron Exp $ +.\" $OpenBSD: head.1,v 1.10 2000/11/10 05:10:29 aaron Exp $ .\" .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. @@ -79,8 +79,6 @@ precedes the output of each file with the following, in order to distinguish the head of each file: .Pp .Dl ==> Ar file No <== -.Sh COMPATIBILITY -The historic command line syntax is supported by this implementation. .Sh EXAMPLES To display the first 500 lines of the file .Ar foo : @@ -99,6 +97,8 @@ in the following way to, for example, display only line 500 from the file .Xr less 1 , .Xr more 1 , .Xr tail 1 +.Sh COMPATIBILITY +The historic command line syntax is supported by this implementation. .Sh STANDARDS The .Nm diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index 70075ea62a2..303ca509c3b 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipcs.1,v 1.10 2000/03/08 03:11:29 aaron Exp $ +.\" $OpenBSD: ipcs.1,v 1.11 2000/11/10 05:10:30 aaron Exp $ .\" .\" Copyright (c) 1994 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -139,10 +139,6 @@ System data structures may change while is running; the output of .Nm is not guaranteed to be consistent. -.Sh BUGS -This manual page is woefully incomplete, because it does not -at all attempt to explain the information printed by -.Nm ipcs . .Sh FILES .Bl -tag -width /etc/passwd -compact .It Pa /dev/kmem @@ -152,5 +148,9 @@ default system name list .El .Sh SEE ALSO .Xr ipcrm 1 -.Sh AUTHOR +.Sh AUTHORS Thorsten Lockert <tholo@sigmasoft.com> +.Sh BUGS +This manual page is woefully incomplete, because it does not +at all attempt to explain the information printed by +.Nm ipcs . diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index fa8d081d0b3..e3d56eccc3b 100644 --- a/usr.bin/join/join.1 +++ b/usr.bin/join/join.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: join.1,v 1.10 2000/11/09 17:52:15 aaron Exp $ +.\" $OpenBSD: join.1,v 1.11 2000/11/10 05:10:30 aaron Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -175,6 +175,12 @@ the standard input is used. The .Nm utility exits 0 on success or >0 if an error occurred. +.Sh SEE ALSO +.Xr awk 1 , +.Xr comm 1 , +.Xr paste 1 , +.Xr sort 1 , +.Xr uniq 1 .Sh COMPATIBILITY For compatibility with historic versions of .Nm join , @@ -216,12 +222,6 @@ This has obvious difficulties in the presence of files named .Pp These options are available only so historic shell scripts don't require modification and should not be used. -.Sh SEE ALSO -.Xr awk 1 , -.Xr comm 1 , -.Xr paste 1 , -.Xr sort 1 , -.Xr uniq 1 .Sh STANDARDS The .Nm diff --git a/usr.bin/lndir/lndir.1 b/usr.bin/lndir/lndir.1 index 0f0c359aaed..466a19d337a 100644 --- a/usr.bin/lndir/lndir.1 +++ b/usr.bin/lndir/lndir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lndir.1,v 1.11 2000/11/09 17:52:18 aaron Exp $ +.\" $OpenBSD: lndir.1,v 1.12 2000/11/10 05:10:30 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -73,7 +73,7 @@ .Op Ar todir .Sh DESCRIPTION The -.Nm lndir +.Nm program makes a shadow copy .Ar todir of a directory tree @@ -116,7 +116,7 @@ addition to any specified on the command line with arguments. .Pp If you add files, simply run -.Nm lndir +.Nm again. New files will be silently added. Old files will be @@ -128,7 +128,7 @@ just point into never never land. If a file in .Ar fromdir is a symbolic link, -.Nm lndir +.Nm will make the same link in .Ar todir rather than making a link back to the (symbolic link) entry in @@ -141,13 +141,12 @@ The options are as follows: .Bl -tag -width Ds .It Fl e Ar exceptfile Add the specified file to the list of excluded files/directories. -This is -effective in all directories searched by +This is effective in all directories searched by .Nm lndir . This option may be specified as many times as needed. .It Fl s Suppresses status messages normally output as -.Nm lndir +.Nm descends into each subdirectory. .It Fl i Causes the program to not treat symbolic links in @@ -160,7 +159,7 @@ will point back to the corresponding (symbolic link) file in If the link is to a directory, this is almost certainly the wrong thing. .Pp This option exists mostly to emulate the behavior the C version of -.Nm lndir +.Nm had in X11R6. Its use is not recommended. .El @@ -177,6 +176,16 @@ exists. .Pp If the link already exists but doesn't point to the correct file, the program prints the link name and the location where it does point. +.Sh SEE ALSO +.Xr find 1 , +.Xr ln 1 , +.Xr patch 1 +.Sh HISTORY +.Nm +was first distributed as part of X11. +.Pp +This version first appeared in +.Ox 1.2 . .Sh BUGS The .Xr patch 1 @@ -197,13 +206,3 @@ find . \|\\! \|\-type d \|\-print .Ed .Pp will find all files that are not directories. -.Sh SEE ALSO -.Xr find 1 , -.Xr ln 1 , -.Xr patch 1 -.Sh HISTORY -.Nm lndir -was first distributed as part of X11. -.Pp -This version first appeared in -.Ox 1.2 . diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index e4ce8ee0b05..5b6c56fbee0 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: locate.1,v 1.16 2000/11/09 17:52:18 aaron Exp $ +.\" $OpenBSD: locate.1,v 1.17 2000/11/10 05:10:31 aaron Exp $ .\" .\" Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. .\" Copyright (c) 1990, 1993 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)locate.1 8.1 (Berkeley) 6/6/93 -.\" $Id: locate.1,v 1.16 2000/11/09 17:52:18 aaron Exp $ +.\" $Id: locate.1,v 1.17 2000/11/10 05:10:31 aaron Exp $ .\" .Dd June 6, 1993 .Dt LOCATE 1 @@ -180,6 +180,13 @@ Use the library instead of .Xr mmap 2 . .El +.Sh ENVIRONMENT +.Bl -tag -width LOCATE_PATH -compact +.It Ev LOCATE_PATH +Path to the locate database if set and not empty; ignored if the +.Fl d +option was specified. +.El .Sh FILES .Bl -tag -width /usr/libexec/locate.updatedb -compact .It Pa /var/db/locate.database @@ -189,13 +196,6 @@ script to update the locate database .It Pa /etc/weekly script that starts the database rebuild .El -.Sh ENVIRONMENT -.Bl -tag -width LOCATE_PATH -compact -.It Ev LOCATE_PATH -Path to the locate database if set and not empty; ignored if the -.Fl d -option was specified. -.El .Sh SEE ALSO .Xr find 1 , .Xr fnmatch 3 , diff --git a/usr.bin/locate/locate/locate.updatedb.8 b/usr.bin/locate/locate/locate.updatedb.8 index 21e5e52c920..182696bf2a0 100644 --- a/usr.bin/locate/locate/locate.updatedb.8 +++ b/usr.bin/locate/locate/locate.updatedb.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: locate.updatedb.8,v 1.12 2000/11/09 17:52:19 aaron Exp $ +.\" $OpenBSD: locate.updatedb.8,v 1.13 2000/11/10 05:10:32 aaron Exp $ .\" .\" Copyright (c) 1996 .\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved. @@ -44,7 +44,7 @@ .Op Fl -prunepaths='dir1 dir2...' .Op Fl -filesystems='type1 type2...' .Sh DESCRIPTION -.Nm locate.updatedb +.Nm updates the database used by .Xr locate 1 . It is typically run once a week by the diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1 index 26b42132c15..285b822cec3 100644 --- a/usr.bin/lorder/lorder.1 +++ b/usr.bin/lorder/lorder.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lorder.1,v 1.4 2000/03/10 19:07:20 aaron Exp $ +.\" $OpenBSD: lorder.1,v 1.5 2000/11/10 05:10:32 aaron Exp $ .\" $NetBSD: lorder.1,v 1.5 1995/08/31 22:42:44 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -45,12 +45,12 @@ .Ar file Op Ar ... .Sh DESCRIPTION The -.Nm lorder +.Nm utility uses .Xr nm 1 to determine interdependencies in the list of object files specified on the command line. -.Nm lorder +.Nm outputs a list of file names where the first file contains a symbol which is defined by the second file. .Pp @@ -60,7 +60,7 @@ when a library is created to determine the optimum ordering of the object modules so that all references may be resolved in a single pass of the loader. .Sh EXAMPLES -.Bd -literal -offset indent +.Bd -literal ar cr library.a `lorder ${OBJS} | tsort` .Ed .Sh SEE ALSO @@ -71,6 +71,6 @@ ar cr library.a `lorder ${OBJS} | tsort` .Xr tsort 1 .Sh HISTORY An -.Nm lorder +.Nm utility appeared in .At v7 . diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 2698b9db95c..2dd619ee9f2 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,4 +1,4 @@ -.\" @(#) $OpenBSD: m4.1,v 1.20 2000/11/09 17:52:20 aaron Exp $ +.\" @(#) $OpenBSD: m4.1,v 1.21 2000/11/10 05:10:33 aaron Exp $ .\" .\" .Dd January 26, 1993 @@ -275,8 +275,7 @@ Returns the return value from the last .It Ic translit Transliterate the characters in the first argument from the set given by the second argument to the set given by the third. -You cannot -use +You cannot use .Xr tr 1 style abbreviations. .It Ic undefine @@ -290,6 +289,6 @@ Returns the current file's line number. .It Ic __file__ Returns the current file's name. .El -.Sh AUTHOR +.Sh AUTHORS Ozan Yigit <oz@sis.yorku.ca> and Richard A. O'Keefe (ok@goanna.cs.rmit.OZ.AU). GNU-m4 compatibility extensions by Marc Espie <espie@cvs.openbsd.org>. diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 22112028760..6d83536998a 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.36 2000/07/31 21:01:40 espie Exp $ +.\" $OpenBSD: make.1,v 1.37 2000/11/10 05:10:34 aaron Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -1141,23 +1141,6 @@ Each source specifies a suffix to .Nm make . If no sources are specified, any previous specified suffices are deleted. .El -.Sh COMPATIBILITY -Older versions of -.Nm -used -.Ev MAKE -instead of -.Ev MAKEFLAGS . -This was removed for POSIX compatibility. -The internal variable -.Va MAKE -is set to the same value as -.Va .MAKE , -support for this may be removed in the future. -.Pp -Most of the more esoteric features of -.Nm -should probably be avoided for greater compatibility. .Sh ENVIRONMENT .Nm uses the following environment variables, if they exist: @@ -1189,6 +1172,32 @@ system makefile directory default .Ev MAKEOBJDIRPREFIX directory. .El +.Sh SEE ALSO +.Xr mkdep 1 +.Pp +.%T "Make \- A Tutorial" . +.Sh COMPATIBILITY +Older versions of +.Nm +used +.Ev MAKE +instead of +.Ev MAKEFLAGS . +This was removed for POSIX compatibility. +The internal variable +.Va MAKE +is set to the same value as +.Va .MAKE , +support for this may be removed in the future. +.Pp +Most of the more esoteric features of +.Nm +should probably be avoided for greater compatibility. +.Sh HISTORY +A +.Nm +command appeared in +.At v7 . .Sh BUGS The determination of .Va .OBJDIR @@ -1272,12 +1281,3 @@ A will evaluate to a b c d after the loop, not z b c d. The .Ql + command modificator is ignored in parallel make mode. -.Sh SEE ALSO -.Xr mkdep 1 -.Pp -.%T "Make \- A Tutorial" . -.Sh HISTORY -A -.Nm -command appeared in -.At v7 . diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 147960266c0..44e94273f0c 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.13 2000/11/09 17:52:22 aaron Exp $ +.\" $OpenBSD: man.1,v 1.14 2000/11/10 05:10:34 aaron Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -257,12 +257,12 @@ default man configuration file .Xr whatis 1 , .Xr whereis 1 , .Xr man.conf 5 -.Sh BUGS -The on-line manual pages are, by necessity, forgiving toward stupid -display devices, causing a few manual pages to be not as nicely formatted -as their typeset counterparts. .Sh HISTORY A .Nm command appeared in .At v6 . +.Sh BUGS +The on-line manual pages are, by necessity, forgiving toward stupid +display devices, causing a few manual pages to be not as nicely formatted +as their typeset counterparts. diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index f2dd8846b37..e93f9e6145d 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -127,7 +127,7 @@ blink-matching-paren set-default-mode blink .Ed .Sh FILES -.Bl -tag -width xxxx -compact +.Bl -tag -width ~/.mg-TERM -compact .It Pa ~/.mg normal startup file .It Pa ~/.mg-TERM diff --git a/usr.bin/mixerctl/mixerctl.1 b/usr.bin/mixerctl/mixerctl.1 index 7a5452e125a..0e137ff0705 100644 --- a/usr.bin/mixerctl/mixerctl.1 +++ b/usr.bin/mixerctl/mixerctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mixerctl.1,v 1.11 2000/11/09 17:52:24 aaron Exp $ +.\" $OpenBSD: mixerctl.1,v 1.12 2000/11/10 05:10:35 aaron Exp $ .\" $NetBSD: mixerctl.1,v 1.8 1998/05/09 12:41:16 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -139,11 +139,6 @@ record.record=220,220 volume record.record.source=mic [ mic cd dac ] monitor.monitor=0 volume .Ed -.Sh FILES -.Bl -tag -width /dev/mixer -.It Pa /dev/mixer -mixer audio device -.El .Sh ENVIRONMENT The following environment variables affect the execution of .Nm mixerctl : @@ -151,6 +146,11 @@ The following environment variables affect the execution of .It Ev MIXERDEVICE The audio mixer device to use. .El +.Sh FILES +.Bl -tag -width /dev/mixer +.It Pa /dev/mixer +mixer audio device +.El .Sh SEE ALSO .Xr audioctl 1 , .Xr audio 4 , diff --git a/usr.bin/mkdep/mkdep.1 b/usr.bin/mkdep/mkdep.1 index af8c813c1cf..7ce1fbc8078 100644 --- a/usr.bin/mkdep/mkdep.1 +++ b/usr.bin/mkdep/mkdep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkdep.1,v 1.4 1999/06/05 01:21:34 aaron Exp $ +.\" $OpenBSD: mkdep.1,v 1.5 2000/11/10 05:10:36 aaron Exp $ .\" $NetBSD: mkdep.1,v 1.3 1994/12/23 07:34:56 jtc Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -92,15 +92,15 @@ module. This is useful for programs whose source is contained in a single module. .El -.Sh SEE ALSO -.Xr cc 1 , -.Xr cpp 1 , -.Xr make 1 .Sh FILES .Bl -tag -width .depend -compact .It Pa .depend file containing list of dependencies .El +.Sh SEE ALSO +.Xr cc 1 , +.Xr cpp 1 , +.Xr make 1 .Sh HISTORY The .Nm diff --git a/usr.bin/modstat/modstat.8 b/usr.bin/modstat/modstat.8 index 2aad5410571..67e0023d271 100644 --- a/usr.bin/modstat/modstat.8 +++ b/usr.bin/modstat/modstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: modstat.8,v 1.8 2000/11/09 17:52:25 aaron Exp $ +.\" $OpenBSD: modstat.8,v 1.9 2000/11/10 05:10:36 aaron Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou .\" All rights reserved. @@ -58,11 +58,11 @@ or with a nonzero status if an error occurred. .Xr lkm 4 , .Xr modstat 8 , .Xr modunload 8 +.Sh AUTHORS +Terrence R. Lambert <terry@cs.weber.edu> .Sh HISTORY The .Nm command was designed to be similar in functionality to the corresponding command in .Tn "SunOS 4.1.3" . -.Sh AUTHOR -Terrence R. Lambert <terry@cs.weber.edu> diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index d7ce4f12020..028b8fd1159 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nice.1,v 1.9 2000/11/09 17:52:27 aaron Exp $ +.\" $OpenBSD: nice.1,v 1.10 2000/11/10 05:10:37 aaron Exp $ .\" $NetBSD: nice.1,v 1.6 1995/08/31 23:30:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -89,15 +89,15 @@ Otherwise, the exit status of .Nm shall be that of .Ar utility . -.Sh COMPATIBILITY -The historic -.Fl Ns Ar increment -option has been deprecated but is still supported in this implementation. .Sh SEE ALSO .Xr csh 1 , .Xr getpriority 2 , .Xr setpriority 2 , .Xr renice 8 +.Sh COMPATIBILITY +The historic +.Fl Ns Ar increment +option has been deprecated but is still supported in this implementation. .Sh STANDARDS The .Nm diff --git a/usr.bin/oldrdist/oldrdist.1 b/usr.bin/oldrdist/oldrdist.1 index 93b1c3e66b6..be998d4e12d 100644 --- a/usr.bin/oldrdist/oldrdist.1 +++ b/usr.bin/oldrdist/oldrdist.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: oldrdist.1,v 1.8 2000/04/12 21:47:50 aaron Exp $ +.\" $OpenBSD: oldrdist.1,v 1.9 2000/11/10 05:10:38 aaron Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -52,11 +52,11 @@ .Ar name ... .Oo login@ Oc Ns Ar host Ns Op :dest .Sh DESCRIPTION -.Nm rdist +.Nm is a program to maintain identical copies of files over multiple hosts. It preserves the owner, group, mode, and mtime of files if possible and can update programs that are executing. -.Nm rdist +.Nm reads commands from .Ar distfile to direct the updating of files and/or directories. @@ -83,7 +83,7 @@ then .Dq Pa Distfile to use as the input. If no names are specified on the command line, -.Nm rdist +.Nm will update all of the files and directories listed in .Ar distfile . Otherwise, the argument is taken to be the name of a file to be updated @@ -96,7 +96,7 @@ Options specific to the second SYNOPSIS form: .Bl -tag -width Fl c .It Fl c Forces -.Nm rdist +.Nm to interpret the remaining arguments as a small .Ar distfile . .Pp @@ -137,7 +137,7 @@ Follow symbolic links. Copy the file that the link points to rather than the link itself. .It Fl i Ignore unresolved links. -.Nm rdist +.Nm will normally try to maintain the link structure of files being transferred and warn the user if all the links cannot be found. .It Fl m Ar host @@ -188,7 +188,7 @@ disagree. The .Fl y option causes -.Nm rdist +.Nm not to update files that are younger than the master copy. This can be used to prevent newer copies on other hosts from being replaced. @@ -427,6 +427,11 @@ imagen: ${FILES} :: stamp.cory \tnotify root@cory ; .Ed +.Sh DIAGNOSTICS +A complaint about mismatch of +.Nm +version numbers may really stem +from some problem with starting your shell, e.g., you are in too many groups. .Sh FILES .Bl -tag -width /tmp/rdist* -compact .It Pa distfile @@ -440,17 +445,12 @@ temporary file for update lists .Xr stat 2 .Sh HISTORY The -.Nm rdist +.Nm command appeared in .Bx 4.3 . -.Sh DIAGNOSTICS -A complaint about mismatch of -.Nm rdist -version numbers may really stem -from some problem with starting your shell, e.g., you are in too many groups. .Sh BUGS Source files must reside on the local host where -.Nm rdist +.Nm is executed. .Pp There is no easy way to have a special command executed after all files @@ -459,7 +459,7 @@ in a directory have been updated. Variable expansion only works for name lists; there should be a general macro facility. .Pp -.Nm rdist +.Nm aborts on files which have a negative mtime (before Jan 1, 1970). .Pp There should be a diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 699011b1482..c88d4d0ed66 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: renice.8,v 1.11 2000/04/15 11:45:55 aaron Exp $ +.\" $OpenBSD: renice.8,v 1.12 2000/11/10 05:10:39 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -127,11 +127,11 @@ for mapping user names to user IDs .Xr nice 1 , .Xr getpriority 2 , .Xr setpriority 2 -.Sh BUGS -Non-superusers cannot increase scheduling priorities of their own processes, -even if they were the ones that decreased the priorities in the first place. .Sh HISTORY The .Nm command appeared in .Bx 4.0 . +.Sh BUGS +Non-superusers cannot increase scheduling priorities of their own processes, +even if they were the ones that decreased the priorities in the first place. diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index dcdcf1b821f..7c4908ccf89 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpcgen.1,v 1.7 2000/11/09 17:52:33 aaron Exp $ +.\" $OpenBSD: rpcgen.1,v 1.8 2000/11/10 05:10:39 aaron Exp $ .\" $NetBSD: rpcgen.1,v 1.5.2.1 1995/12/05 02:51:02 jtc Exp $ .\" from: @(#)rpcgen.new.1 1.1 90/11/09 TIRPC 1.0; from 40.10 of 10/10/89 .\" Copyright (c) 1988,1990 Sun Microsystems, Inc. - All Rights Reserved. @@ -385,27 +385,6 @@ while the options and .Fl T are global and can be used with the other options. -.Sh NOTES -The -.Tn RPC -Language does not support nesting of structures. -As a work-around, -structures can be declared at the top-level, -and their name used inside other structures in -order to achieve the same effect. -.Pp -Name clashes can occur when using program definitions, -since the apparent scoping does not really apply. -Most of these can be avoided by giving -unique names for programs, -versions, -procedures and types. -.Pp -The server code generated with -.Fl n -option refers to the transport indicated by -.Em netid -and hence is very site specific. .Sh EXAMPLES The command .Pp @@ -447,5 +426,22 @@ use: .Bd -literal -offset indent $ rpcgen -n tcp -o prot_svc.c prot.x .Ed +.Sh NOTES +The +.Tn RPC +Language does not support nesting of structures. +As a workaround, structures can be declared at the top-level, and their +name used inside other structures in order to achieve the same effect. +.Pp +Name clashes can occur when using program definitions, since the apparent +scoping does not really apply. +Most of these can be avoided by giving unique names for programs, +versions, procedures, and types. +.Pp +The server code generated with +.Fl n +option refers to the transport indicated by +.Em netid +and hence is very site specific. .Sh SEE ALSO .Xr cpp 1 diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index e7ea9ac72a7..1fa3bbd9986 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: split.1,v 1.5 2000/03/11 21:40:03 aaron Exp $ +.\" $OpenBSD: split.1,v 1.6 2000/11/10 05:10:40 aaron Exp $ .\" $NetBSD: split.1,v 1.5 1994/12/21 08:20:35 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993, 1994 @@ -99,6 +99,13 @@ If the argument is not specified, the file is split into lexically ordered files named in the range of .Dq xaa-zzz . +.Sh SEE ALSO +.Xr re_format 7 . +.Sh HISTORY +A +.Nm +command appeared in +.At v6 . .Sh BUGS For historical reasons, if you specify .Ar name , @@ -108,10 +115,3 @@ files. The default naming convention allows 2028 separate files. .Pp The maximum line length for matching patterns is 65536. -.Sh SEE ALSO -.Xr re_format 7 . -.Sh HISTORY -A -.Nm -command appeared in -.At v6 . diff --git a/usr.bin/ssh/sftp-server.8 b/usr.bin/ssh/sftp-server.8 index 41a698eeca9..4f48402e4de 100644 --- a/usr.bin/ssh/sftp-server.8 +++ b/usr.bin/ssh/sftp-server.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp-server.8,v 1.3 2000/10/13 17:20:44 aaron Exp $ +.\" $OpenBSD: sftp-server.8,v 1.4 2000/11/10 05:10:40 aaron Exp $ .\" .\" Copyright (c) 2000 Markus Friedl. All rights reserved. .\" @@ -48,7 +48,7 @@ for more information. .Xr ssh-add 1 , .Xr ssh-keygen 1 , .Xr sshd 8 -.Sh AUTHOR +.Sh AUTHORS Markus Friedl <markus@openbsd.org> .Sh HISTORY .Nm diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index d453fa22cb4..f723a550574 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -116,7 +116,7 @@ may be necessary to redirect the input from .Pa /dev/null to make this work.) .El -.Sh AUTHOR +.Sh AUTHORS Tatu Ylonen <ylo@cs.hut.fi> .Pp OpenSSH diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index 23c699d5e4b..a7afb96a50a 100644 --- a/usr.bin/ssh/ssh-agent.1 +++ b/usr.bin/ssh/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.16 2000/09/07 20:27:54 deraadt Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.17 2000/11/10 05:10:40 aaron Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -160,7 +160,7 @@ authentication agent. These sockets should only be readable by the owner. The sockets should get automatically removed when the agent exits. .El -.Sh AUTHOR +.Sh AUTHORS Tatu Ylonen <ylo@cs.hut.fi> .Pp OpenSSH diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index e1b15250c8f..688d2acd96b 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/ssh-keygen.1 @@ -214,7 +214,7 @@ on all machines where you wish to log in using DSA authentication. There is no need to keep the contents of this file secret. .El -.Sh AUTHOR +.Sh AUTHORS Tatu Ylonen <ylo@cs.hut.fi> .Pp OpenSSH diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index a11bcaad86e..c557110f6ef 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,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. .\" -.\" $OpenBSD: ssh.1,v 1.66 2000/11/08 23:51:08 aaron Exp $ +.\" $OpenBSD: ssh.1,v 1.67 2000/11/10 05:10:40 aaron Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -1236,7 +1236,7 @@ above. A version of this library which includes support for the RSA algorithm is required for proper operation. .El -.Sh AUTHOR +.Sh AUTHORS OpenSSH is a derivative of the original (free) ssh 1.2.12 release by Tatu Ylonen, but with bugs removed and newer features re-added. diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index cd1771a0715..4c0df4314fd 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -34,7 +34,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. .\" -.\" $OpenBSD: sshd.8,v 1.70 2000/10/16 09:38:44 djm Exp $ +.\" $OpenBSD: sshd.8,v 1.71 2000/11/10 05:10:40 aaron Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -1039,7 +1039,7 @@ This can be used to specify machine-specific login-time initializations globally. This file should be writable only by root, and should be world-readable. .El -.Sh AUTHOR +.Sh AUTHORS OpenSSH is a derivative of the original (free) ssh 1.2.12 release by Tatu Ylonen, but with bugs removed and newer features re-added. diff --git a/usr.bin/tn3270/tn3270/tn3270.1 b/usr.bin/tn3270/tn3270/tn3270.1 index d49cd820dd8..acd8e0d172d 100644 --- a/usr.bin/tn3270/tn3270/tn3270.1 +++ b/usr.bin/tn3270/tn3270/tn3270.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tn3270.1,v 1.10 2000/11/09 17:52:43 aaron Exp $ +.\" $OpenBSD: tn3270.1,v 1.11 2000/11/10 05:10:41 aaron Exp $ .\" .\" Copyright (c) 1986, 1990 The Regents of the University of California. .\" All rights reserved. @@ -47,7 +47,7 @@ .Op Fl t Ar commandname .Op Ar sysname Op Ar port .Sh DESCRIPTION -.Nm tn3270 +.Nm permits a full-screen, full-duplex connection from a .Tn UNIX @@ -55,7 +55,7 @@ machine to an .Tn IBM (or compatible) machine. -.Nm tn3270 +.Nm gives the appearance of being logged in to the remote machine from an @@ -63,12 +63,12 @@ from an 3270 terminal. Of course, you must have an account on the machine to which you connect in order to log in. -.Nm tn3270 +.Nm looks to the user in many respects like the Yale .Tn ASCII Terminal Communication System II. -.Nm tn3270 +.Nm is actually a modification of the Arpanet .Tn TELNET user interface (see @@ -107,35 +107,34 @@ specified, the user will be prompted for a command (see below). .It Ar port The port to connect to on the remote system. Normally, -.Nm tn3270 -attempts to connect to the -standard +.Nm +attempts to connect to the standard .Tn TELNET port (port 23) on the remote machine. .El .Pp When -.Nm tn3270 +.Nm first connects to the remote system, it will negotiate to go into 3270 mode. Part of this negotiation involves telling the remote system what model 3270 it is emulating. In all cases, -.Nm tn3270 +.Nm emulates a 3278 terminal. To decide which specific model, -.Nm tn3270 +.Nm looks at the number of lines and columns on the actual terminal (as defined in the .Ev TERM environment variable; see .Xr termcap 5 ) . The terminal (or window in which -.Nm tn3270 +.Nm is running, on multiple window systems) must have at least 80 columns and 24 lines, or -.Nm tn3270 +.Nm will not go into emulation mode. If the terminal does have at least 80 columns and at least 24 lines, the following table describes the emulation: @@ -159,7 +158,7 @@ process. This emulation involves mapping 3270-style commands from the host into appropriate sequences to control the user's terminal screen. -.Nm tn3270 +.Nm uses .Xr curses 3 and the @@ -188,11 +187,11 @@ Any special function keys on the keyboard are used whenever possible. If an entry for the user's terminal is not found, -.Nm tn3270 +.Nm looks for an entry for the terminal type .Em unknown . If this is not found, -.Nm tn3270 +.Nm uses a default keyboard mapping (see .Xr map3270 5 ) . @@ -207,7 +206,7 @@ a control character, or an delete .Pq Tn DEL . If the user types an unrecognized function key sequence, -.Nm tn3270 +.Nm sends an .Tn ASCII bell @@ -219,13 +218,13 @@ and nothing is sent to the host. .Pp If -.Nm tn3270 +.Nm is invoked without specifying a remote host system name, it enters local command mode, indicated by the prompt .Dq Li tn3270>\ . In this mode, -.Nm tn3270 +.Nm accepts and executes all the commands of .Xr telnet 1 , @@ -239,11 +238,11 @@ command for 4994-style transparent mode processing. .El .Pp -.Nm tn3270 +.Nm command mode may also be entered, after connecting to a host, by typing a special escape sequence. If -.Nm tn3270 +.Nm has succeeded in negotiating 3270 mode with the remote host, the escape sequence will be as defined by the map3270 (see .Xr map3270 5 ) @@ -267,6 +266,20 @@ or by typing or .Ic close while in local command mode. +.Sh ENVIRONMENT +.Nm +checks the following environment variables: +.Ev TERM , +.Ev MAP3270 , +.Ev MAP3270[A...] . +Information on these can be found in +.Xr mset 1 . +.Nm +also checks +.Ev SHELL , +.Ev KEYBD , +and +.Ev API3270 . .Sh FILES .Bl -tag -width /usr/share/misc/termcap -compact .It Pa /usr/share/misc/termcap @@ -278,7 +291,7 @@ while in local command mode. The .Tn IBM 4994-style transparent mode command is invoked when -.Nm tn3270 +.Nm receives .Tn IBM 4994-style transparent output from the remote host. @@ -304,20 +317,6 @@ mode, with and .Dv CRMOD turned off. -.Sh ENVIRONMENT -.Nm tn3270 -checks the following environment variables: -.Ev TERM , -.Ev MAP3270 , -.Ev MAP3270[A...] . -Information on these can be found in -.Xr mset 1 . -.Nm tn3270 -also checks -.Ev SHELL , -.Ev KEYBD -and -.Ev API3270 . .Sh SEE ALSO .Xr mset 1 , .Xr telnet 1 , @@ -332,7 +331,7 @@ and .Re .Sh HISTORY The -.Nm tn3270 +.Nm command appeared in .Bx 4.3 . .Sh BUGS diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index be7ee3ffc51..8069a9b17b4 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.15 2000/11/09 17:52:44 aaron Exp $ +.\" $OpenBSD: top.1,v 1.16 2000/11/10 05:10:41 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -340,8 +340,6 @@ state (known in the kernel as .Em SWAIT Ns ) was abandoned, thus the name. A process should never end up in this state. -.Sh AUTHOR -William LeFebvre, EECS Department, Northwestern University .Sh ENVIRONMENT .Bl -tag -width XxXXXX .It Ev TOP @@ -363,6 +361,8 @@ kernel image .Xr systat 1 , .Xr mem 4 , .Xr renice 8 +.Sh AUTHORS +William LeFebvre, EECS Department, Northwestern University .Sh BUGS Don't shoot me, but the default for .Fl I diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 07537f16bfd..c6d1b21f17a 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tput.1,v 1.10 2000/03/11 21:40:05 aaron Exp $ +.\" $OpenBSD: tput.1,v 1.11 2000/11/10 05:10:41 aaron Exp $ .\" $NetBSD: tput.1,v 1.4 1994/12/07 08:49:10 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -118,6 +118,14 @@ Print the descriptive name of the user's terminal type. Reset the terminal (using the .Xr terminfo reset sequences). +.Sh EXAMPLES +.Bl -tag -width "tput cup 6 11 dch 6" -compact +.It Li "tput clear cup 5 10" +clear the screen and goto line 5 column 10 +.Pp +.It Li "tput cup 6 11 dch 6" +goto line 6 column 11 and delete 6 characters +.El .Sh DIAGNOSTICS The exit value of .Nm @@ -142,13 +150,6 @@ If the attribute is of type boolean, .Nm exits with a value of 0 if the terminal has this attribute or 1 if it does not. -.Sh EXAMPLES -.Bl -tag -width "tput cup 6 11 dch 6" -compact -.It Li "tput clear cup 5 10" -clear the screen and goto line 5 column 10 -.Pp -.It Li "tput cup 6 11 dch 6" -goto line 6 column 11 and delete 6 characters .Sh SEE ALSO .Xr terminfo 3 , .Xr terminfo 5 diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index 072ecbcbe19..6d66729eee3 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: units.1,v 1.11 2000/04/20 23:49:27 pjanzen Exp $ +.\" $OpenBSD: units.1,v 1.12 2000/11/10 05:10:42 aaron Exp $ .\" converted to new format by deraadt@openbsd.org .Dd July 14, 1993 .Dt UNITS 1 @@ -146,6 +146,13 @@ Prefixes are applied after the longest matching unit name is found; for example, .Dq nmile is taken to be a nautical mile rather than a nanomile. +.Sh FILES +.Bl -tag -width /usr/share/misc/units.lib +.It Pa /usr/share/misc/units.lib +the standard units library +.El +.Sh AUTHORS +Adrian Mariano (adrian@cam.cornell.edu or mariano@geom.umn.edu) .Sh BUGS The effect of including a .Ql / @@ -177,7 +184,3 @@ of the units converted and on the length of the data file. The program should use a hash table to store units so that it doesn't take so long to load the units list and check for duplication. -.Sh FILES -/usr/share/misc/units.lib - the standard units library -.Sh AUTHOR -Adrian Mariano (adrian@cam.cornell.edu or mariano@geom.umn.edu) diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 61e3a5f7b4d..015d5a5b57f 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmstat.8,v 1.17 2000/11/09 17:52:46 aaron Exp $ +.\" $OpenBSD: vmstat.8,v 1.18 2000/11/10 05:10:42 aaron Exp $ .\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $ .\" .\" Copyright (c) 1986, 1993 @@ -197,7 +197,7 @@ some of the statistics are sampled in the system. Others vary every second and running the output for a while will make it apparent which are recomputed every second. .Sh FILES -.Bl -tag -width /etc/networks -compact +.Bl -tag -width /dev/mem -compact .It Pa /bsd default kernel namelist .It Pa /dev/mem diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1 index 1f042c587b7..e1aa4f28a56 100644 --- a/usr.bin/ypcat/ypcat.1 +++ b/usr.bin/ypcat/ypcat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypcat.1,v 1.5 2000/11/09 17:52:50 aaron Exp $ +.\" $OpenBSD: ypcat.1,v 1.6 2000/11/10 05:10:42 aaron Exp $ .\" $NetBSD: ypcat.1,v 1.4 1996/05/13 02:43:36 thorpej Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. @@ -29,7 +29,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: ypcat.1,v 1.5 2000/11/09 17:52:50 aaron Exp $ +.\" $Id: ypcat.1,v 1.6 2000/11/10 05:10:42 aaron Exp $ .\" .Dd December 3, 1993 .Dt YPCAT 1 @@ -74,5 +74,5 @@ Display the map nickname table. .Xr ypbind 8 , .Xr yppoll 8 , .Xr ypset 8 -.Sh AUTHOR +.Sh AUTHORS Theo De Raadt diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1 index 1f45a6f2aef..f81b556f3ab 100644 --- a/usr.bin/ypmatch/ypmatch.1 +++ b/usr.bin/ypmatch/ypmatch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypmatch.1,v 1.7 2000/11/09 17:52:51 aaron Exp $ +.\" $OpenBSD: ypmatch.1,v 1.8 2000/11/10 05:10:43 aaron Exp $ .\" $NetBSD: ypmatch.1,v 1.5 1996/05/13 02:43:41 thorpej Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. @@ -29,7 +29,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: ypmatch.1,v 1.7 2000/11/09 17:52:51 aaron Exp $ +.\" $Id: ypmatch.1,v 1.8 2000/11/10 05:10:43 aaron Exp $ .\" .Dd December 3, 1993 .Dt YPMATCH 1 @@ -75,5 +75,5 @@ Display the map nickname table. .Xr ypbind 8 , .Xr yppoll 8 , .Xr ypset 8 -.Sh AUTHOR +.Sh AUTHORS Theo De Raadt diff --git a/usr.bin/ypwhich/ypwhich.1 b/usr.bin/ypwhich/ypwhich.1 index 5467e2a29fb..16bb805ce56 100644 --- a/usr.bin/ypwhich/ypwhich.1 +++ b/usr.bin/ypwhich/ypwhich.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypwhich.1,v 1.10 2000/11/09 17:52:51 aaron Exp $ +.\" $OpenBSD: ypwhich.1,v 1.11 2000/11/10 05:10:43 aaron Exp $ .\" $NetBSD: ypwhich.1,v 1.3 1996/05/13 02:43:46 thorpej Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou @@ -29,7 +29,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: ypwhich.1,v 1.10 2000/11/09 17:52:51 aaron Exp $ +.\" $Id: ypwhich.1,v 1.11 2000/11/10 05:10:43 aaron Exp $ .\" .Dd February 23, 1994 .Dt YPWHICH 1 @@ -104,5 +104,5 @@ Display the map nickname table. .Xr ypbind 8 , .Xr yppoll 8 , .Xr ypset 8 -.Sh AUTHOR +.Sh AUTHORS Theo De Raadt |