diff options
-rw-r--r-- | usr.bin/cksum/cksum.1 | 4 | ||||
-rw-r--r-- | usr.bin/ctags/ctags.1 | 4 | ||||
-rw-r--r-- | usr.bin/fold/fold.1 | 4 | ||||
-rw-r--r-- | usr.bin/fstat/fstat.1 | 10 | ||||
-rw-r--r-- | usr.bin/login/login.1 | 4 | ||||
-rw-r--r-- | usr.bin/netstat/netstat.1 | 6 |
6 files changed, 16 insertions, 16 deletions
diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1 index 9d81e03ef49..8e0062666b4 100644 --- a/usr.bin/cksum/cksum.1 +++ b/usr.bin/cksum/cksum.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cksum.1,v 1.9 1999/07/04 11:53:52 aaron Exp $ +.\" $OpenBSD: cksum.1,v 1.10 1999/07/21 01:25:42 deraadt Exp $ .\" $NetBSD: cksum.1,v 1.8 1995/09/02 05:45:15 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -71,7 +71,7 @@ It is provided for compatibility only. .Pp The options are as follows: .Bl -tag -width indent -.It Fl o +.It Fl o Ar \&1 No \&| Ar \&2 Use historic algorithms instead of the (superior) default one. .Pp Algorithm 1 is the algorithm used by historic diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1 index 96b800c8d4e..ed85fd591d7 100644 --- a/usr.bin/ctags/ctags.1 +++ b/usr.bin/ctags/ctags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctags.1,v 1.6 1999/07/04 11:53:52 aaron Exp $ +.\" $OpenBSD: ctags.1,v 1.7 1999/07/21 01:25:43 deraadt Exp $ .\" $NetBSD: ctags.1,v 1.4 1995/03/26 20:14:04 glass Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -84,7 +84,7 @@ Create tags for that don't take arguments; .Li #defines that take arguments are tagged automatically. -.It Fl f +.It Fl f Ar tagsfile Places the tag descriptions in a file called .Ar tagsfile . The default behaviour is to place them in a file called diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index d812fb0595e..2f0042668c6 100644 --- a/usr.bin/fold/fold.1 +++ b/usr.bin/fold/fold.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fold.1,v 1.4 1999/06/05 01:21:25 aaron Exp $ +.\" $OpenBSD: fold.1,v 1.5 1999/07/21 01:25:43 deraadt Exp $ .\" $NetBSD: fold.1,v 1.5 1995/09/01 01:42:42 jtc Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -61,7 +61,7 @@ in bytes rather than column positions. Fold line after the last blank character within the first .Ar width column positions (or bytes). -.It Fl w +.It Fl w Ar width Specifies a line width to use instead of the default 80 characters. .El .Pp diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 92d6de47a8d..d661df864b0 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstat.1,v 1.11 1999/06/05 01:21:25 aaron Exp $ +.\" $OpenBSD: fstat.1,v 1.12 1999/07/21 01:25:44 deraadt Exp $ .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -67,11 +67,11 @@ directory .Pa /usr/src resides, type .Dq Li fstat -f /usr/src . -.It Fl M +.It Fl M Ar core Extract values associated with the name list from the specified core instead of the default .Pa /dev/kmem . -.It Fl N +.It Fl N Ar system Extract the name list from the specified system instead of the default .Pa /bsd . .It Fl n @@ -82,9 +82,9 @@ device number that the special device refers to rather than the filename in .Pa /dev ; and print the mode of the file in octal instead of symbolic form. -.It Fl p +.It Fl p pid Report all files open by the specified process. -.It Fl u +.It Fl u user Report all files open by the specified user. .It Fl v Verbose mode. Print error messages upon failures to locate particular diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 5f4b940662e..ef4cc938f0f 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login.1,v 1.10 1999/07/09 13:35:29 aaron Exp $ +.\" $OpenBSD: login.1,v 1.11 1999/07/21 01:25:46 deraadt Exp $ .\" $NetBSD: login.1,v 1.7 1995/08/31 22:52:33 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -70,7 +70,7 @@ authentication has already been done and that no password need be requested. This option may only be used by the super-user or when an already logged in user is logging in as themselves. -.It Fl h +.It Fl h Ar hostname The .Fl h option specifies the host from which the connection was received. diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index c48935f8380..17887d3ec5b 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.16 1999/06/05 01:21:34 aaron Exp $ +.\" $OpenBSD: netstat.1,v 1.17 1999/07/21 01:25:47 deraadt Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -147,14 +147,14 @@ options is also present, multicast addresses currently in use are shown for each Ethernet interface and for each IP interface address. Multicast addresses are shown on separate lines following the interface address with which they are associated. -.It Fl M +.It Fl M Ar core Extract values associated with the name list from the specified core instead of the default .Pa /dev/kmem . .It Fl m Show statistics recorded by the memory management routines (the network manages a private pool of memory buffers). -.It Fl N +.It Fl N Ar system Extract the name list from the specified system instead of the default .Pa /bsd . .It Fl n |