diff options
116 files changed, 280 insertions, 278 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index 2cdfb4135c6..617182a710d 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cat.1,v 1.6 1998/11/28 03:20:31 aaron Exp $ +.\" $OpenBSD: cat.1,v 1.7 1998/12/15 01:20:16 aaron Exp $ .\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -44,7 +44,7 @@ .Nm cat .Nd concatenate and print files .Sh SYNOPSIS -.Nm +.Nm cat .Op Fl benstuv .Op Fl .Op Ar diff --git a/bin/chio/chio.1 b/bin/chio/chio.1 index d87c06249ef..c91c2003e3a 100644 --- a/bin/chio/chio.1 +++ b/bin/chio/chio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chio.1,v 1.8 1998/11/28 03:20:31 aaron Exp $ +.\" $OpenBSD: chio.1,v 1.9 1998/12/15 01:20:17 aaron Exp $ .\" $NetBSD: chio.1,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ .\" .\" Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> @@ -38,7 +38,7 @@ .Nm chio .Nd medium changer control utility .Sh SYNOPSIS -.Nm +.Nm chio .Op Fl f Ar changer .Ar command .Ar arg1 diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 4acbca725e7..40fb4fad577 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chmod.1,v 1.7 1998/11/28 03:20:31 aaron Exp $ +.\" $OpenBSD: chmod.1,v 1.8 1998/12/15 01:20:18 aaron Exp $ .\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -44,7 +44,7 @@ .Nm chmod .Nd change file modes .Sh SYNOPSIS -.Nm +.Nm chmod .Oo .Fl R .Op Fl H | Fl L | Fl P diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index 0dd20a17f52..c6bb0a1fd70 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cp.1,v 1.5 1998/11/28 03:20:31 aaron Exp $ +.\" $OpenBSD: cp.1,v 1.6 1998/12/15 01:20:17 aaron Exp $ .\" $NetBSD: cp.1,v 1.9 1995/07/25 19:36:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -44,14 +44,14 @@ .Nm cp .Nd copy files .Sh SYNOPSIS -.Nm +.Nm cp .Oo .Fl R .Op Fl H | Fl L | Fl P .Oc .Op Fl fip .Ar source_file target_file -.Nm +.Nm cp .Oo .Fl R .Op Fl H | Fl L | Fl P diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 4c2dbbbc77b..78861012cb0 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.19 1998/11/28 03:20:31 aaron Exp $ +.\" $OpenBSD: csh.1,v 1.20 1998/12/15 01:20:18 aaron Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -41,10 +41,10 @@ .Nm csh .Nd a shell (command interpreter) with C-like syntax .Sh SYNOPSIS -.Nm +.Nm csh .Op Fl bcefinstvVxX .Op arg ... -.Nm +.Nm csh .Op Fl l .Sh DESCRIPTION .Nm diff --git a/bin/date/date.1 b/bin/date/date.1 index 6eeb2f1b232..ea69863803b 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: date.1,v 1.16 1998/11/28 03:20:32 aaron Exp $ +.\" $OpenBSD: date.1,v 1.17 1998/12/15 01:20:18 aaron Exp $ .\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -44,7 +44,7 @@ .Nm date .Nd display or set date and time .Sh SYNOPSIS -.Nm +.Nm date .Op Fl d Ar dst .Op Fl r Ar seconds .Op Fl t Ar minutes_west diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index edb492daab8..66f0d307002 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dd.1,v 1.6 1998/11/28 03:20:32 aaron Exp $ +.\" $OpenBSD: dd.1,v 1.7 1998/12/15 01:20:19 aaron Exp $ .\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -44,7 +44,7 @@ .Nm dd .Nd convert and copy a file .Sh SYNOPSIS -.Nm +.Nm dd .Op operands ... .Sh DESCRIPTION The diff --git a/bin/df/df.1 b/bin/df/df.1 index 2b8796c36ec..c736bf18432 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: df.1,v 1.13 1998/11/28 03:20:32 aaron Exp $ +.\" $OpenBSD: df.1,v 1.14 1998/12/15 01:20:19 aaron Exp $ .\" $NetBSD: df.1,v 1.12 1995/12/05 02:42:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -41,7 +41,7 @@ .Nm df .Nd display free disk space .Sh SYNOPSIS -.Nm +.Nm df .Op Fl hiklnP .Op Fl t Ar type .Op Ar file | Ar file_system ... diff --git a/bin/domainname/domainname.1 b/bin/domainname/domainname.1 index a15a8124da6..7562e4ec6de 100644 --- a/bin/domainname/domainname.1 +++ b/bin/domainname/domainname.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: domainname.1,v 1.5 1998/11/28 03:20:32 aaron Exp $ +.\" $OpenBSD: domainname.1,v 1.6 1998/12/15 01:20:19 aaron Exp $ .\" $NetBSD: domainname.1,v 1.7 1995/07/25 19:36:57 jtc Exp $ .\" .\" Copyright (c) 1983, 1988, 1990, 1993 @@ -41,7 +41,7 @@ .Nm domainname .Nd set or print YP domain of current host system .Sh SYNOPSIS -.Nm +.Nm domainname .Op Ar name-of-domain .Sh DESCRIPTION .Nm diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index f3c0929e5f1..16da8fa025c 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: echo.1,v 1.5 1998/11/28 03:20:33 aaron Exp $ +.\" $OpenBSD: echo.1,v 1.6 1998/12/15 01:20:20 aaron Exp $ .\" $NetBSD: echo.1,v 1.7 1995/03/21 09:04:26 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -44,7 +44,7 @@ .Nm echo .Nd write arguments to the standard output .Sh SYNOPSIS -.Nm +.Nm echo .Op Fl n .Op Ar string ... .Sh DESCRIPTION diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 7d76aa5526b..e5afb80b52f 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.15 1998/11/28 03:20:33 aaron Exp $ +.\" $OpenBSD: ed.1,v 1.16 1998/12/15 01:20:20 aaron Exp $ .\" .Dd May 2, 1993 .Dt ED 1 @@ -7,7 +7,7 @@ .Nm ed .Nd text editor .Sh SYNOPSIS -.Nm +.Nm ed .Op Fl .Op Fl sx .Op Fl p Ar string diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 9cfd266f170..a7556453b8b 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: expr.1,v 1.5 1998/11/28 03:20:33 aaron Exp $ +.\" $OpenBSD: expr.1,v 1.6 1998/12/15 01:20:21 aaron Exp $ .\" $NetBSD: expr.1,v 1.9 1995/04/28 23:27:13 jtc Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. @@ -11,7 +11,7 @@ .Nm expr .Nd evaluate expression .Sh SYNOPSIS -.Nm +.Nm expr .Ar expression .Sh DESCRIPTION The diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1 index 469515ab9f4..9030b1ae24f 100644 --- a/bin/hostname/hostname.1 +++ b/bin/hostname/hostname.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.1,v 1.5 1998/11/28 03:20:33 aaron Exp $ +.\" $OpenBSD: hostname.1,v 1.6 1998/12/15 01:20:22 aaron Exp $ .\" $NetBSD: hostname.1,v 1.11 1995/09/07 06:28:39 jtc Exp $ .\" .\" Copyright (c) 1983, 1988, 1990, 1993 @@ -41,7 +41,7 @@ .Nm hostname .Nd set or print name of current host system .Sh SYNOPSIS -.Nm +.Nm hostname .Op Fl s .Op Ar name-of-host .Sh DESCRIPTION diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index f8a2f794a0c..6e2b5aa2eea 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kill.1,v 1.6 1998/11/28 03:20:33 aaron Exp $ +.\" $OpenBSD: kill.1,v 1.7 1998/12/15 01:20:22 aaron Exp $ .\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -44,18 +44,18 @@ .Nm kill .Nd terminate or signal a process .Sh SYNOPSIS -.Nm +.Nm kill .Op Fl s Ar signal_name .Ar PID .Ar \&... -.Nm +.Nm kill .Fl l .Op Ar exit_status -.Nm +.Nm kill .Fl signal_name .Ar PID .Ar \&... -.Nm +.Nm kill .Fl signal_number .Ar PID .Ar \&... diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index adea21cf466..b6e04685c79 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ln.1,v 1.4 1998/11/28 03:20:33 aaron Exp $ +.\" $OpenBSD: ln.1,v 1.5 1998/12/15 01:20:22 aaron Exp $ .\" $NetBSD: ln.1,v 1.10 1995/07/25 19:37:04 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -44,11 +44,11 @@ .Nm ln .Nd make links .Sh SYNOPSIS -.Nm +.Nm ln .Op Fl fs .Ar source_file .Op target_file -.Nm +.Nm ln .Op Fl fs .Ar source_file ... .Op target_dir diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 3283f849f3a..cfdb8f3483f 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.12 1998/11/28 03:20:34 aaron Exp $ +.\" $OpenBSD: ls.1,v 1.13 1998/12/15 01:20:23 aaron Exp $ .\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -44,7 +44,7 @@ .Nm ls .Nd list directory contents .Sh SYNOPSIS -.Nm +.Nm ls .Op Fl ACFLRSTWacdfgiklnoqrstu1 .Op Ar file ... .Sh DESCRIPTION diff --git a/bin/md5/md5.1 b/bin/md5/md5.1 index 977992b00d0..b935c87e01e 100644 --- a/bin/md5/md5.1 +++ b/bin/md5/md5.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: md5.1,v 1.6 1998/09/23 00:13:49 aaron Exp $ +.\" $OpenBSD: md5.1,v 1.7 1998/12/15 01:20:23 aaron Exp $ .\" .Dd February 14, 1994 .Dt MD5 1 @@ -7,7 +7,7 @@ .Nm md5 .Nd calculate a message-digest fingerprint (checksum) for a file .Sh SYNOPSIS -.Nm +.Nm md5 .Op Fl ptx .Op Fl s Ar string .Op Ar file ... diff --git a/bin/md5/rmd160.1 b/bin/md5/rmd160.1 index 2dee8c6a7ab..5b050f81ce3 100644 --- a/bin/md5/rmd160.1 +++ b/bin/md5/rmd160.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmd160.1,v 1.4 1998/09/23 00:13:49 aaron Exp $ +.\" $OpenBSD: rmd160.1,v 1.5 1998/12/15 01:20:23 aaron Exp $ .\" .Dd July 16, 1997 .Dt RMD160 1 @@ -7,7 +7,7 @@ .Nm rmd160 .Nd calculate a message-digest fingerprint (checksum) for a file .Sh SYNOPSIS -.Nm +.Nm rmd160 .Op Fl ptx .Op Fl s Ar string .Op Ar file ... diff --git a/bin/md5/sha1.1 b/bin/md5/sha1.1 index f574c92ee1b..a1bdfcc3922 100644 --- a/bin/md5/sha1.1 +++ b/bin/md5/sha1.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha1.1,v 1.5 1998/09/23 00:13:49 aaron Exp $ +.\" $OpenBSD: sha1.1,v 1.6 1998/12/15 01:20:23 aaron Exp $ .\" .Dd July 12, 1997 .Dt SHA1 1 @@ -7,7 +7,7 @@ .Nm sha1 .Nd calculate a message-digest fingerprint (checksum) for a file .Sh SYNOPSIS -.Nm +.Nm sha1 .Op Fl ptx .Op Fl s Ar string .Op Ar file ... diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 2a9af6ce1ce..5db7e2c5427 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkdir.1,v 1.5 1998/11/28 03:20:34 aaron Exp $ +.\" $OpenBSD: mkdir.1,v 1.6 1998/12/15 01:20:24 aaron Exp $ .\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -44,7 +44,7 @@ .Nm mkdir .Nd make directories .Sh SYNOPSIS -.Nm +.Nm mkdir .Op Fl p .Op Fl m Ar mode .Ar directory_name ... diff --git a/bin/mt/mt.1 b/bin/mt/mt.1 index 6d70cf51261..ffa37a88a90 100644 --- a/bin/mt/mt.1 +++ b/bin/mt/mt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mt.1,v 1.10 1998/11/28 03:20:34 aaron Exp $ +.\" $OpenBSD: mt.1,v 1.11 1998/12/15 01:20:24 aaron Exp $ .\" $NetBSD: mt.1,v 1.8 1996/05/21 10:23:55 mrg Exp $ .\" .\" Copyright (c) 1981, 1990, 1993 @@ -42,7 +42,7 @@ .Nm eject .Nd magnetic tape and removable media manipulating program .Sh SYNOPSIS -.Nm +.Nm mt .Op Fl f Ar tapename .Ar command .Op Ar count diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index 6f6fd0d13ad..3eb09b8709f 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mv.1,v 1.6 1998/11/28 03:20:34 aaron Exp $ +.\" $OpenBSD: mv.1,v 1.7 1998/12/15 01:20:24 aaron Exp $ .\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -44,10 +44,10 @@ .Nm mv .Nd move files .Sh SYNOPSIS -.Nm +.Nm mv .Op Fl fi .Ar source target -.Nm +.Nm mv .Op Fl fi .Ar source ... directory .Sh DESCRIPTION diff --git a/bin/pax/cpio.1 b/bin/pax/cpio.1 index cb5754a2ddd..138d60730d3 100644 --- a/bin/pax/cpio.1 +++ b/bin/pax/cpio.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. .\" -.\" $OpenBSD: cpio.1,v 1.6 1998/11/28 03:20:34 aaron Exp $ +.\" $OpenBSD: cpio.1,v 1.7 1998/12/15 01:20:24 aaron Exp $ .\" .Dd February 16, 1997 .Dt CPIO 1 @@ -36,7 +36,7 @@ .Nm cpio .Nd copy file archives in and out .Sh SYNOPSIS -.Nm +.Nm cpio .Fl o .Op Fl aABcLvzZ .Op Fl C Ar bytes @@ -45,7 +45,7 @@ .Op Fl O Ar archive .Ar "< name-list" .Op Ar "> archive" -.Nm +.Nm cpio .Fl i .Op Fl bBcdfmrsStuvzZ6 .Op Fl C Ar bytes @@ -55,7 +55,7 @@ .Op Fl I Ar archive .Op Ar "pattern ..." .Op Ar "< archive" -.Nm +.Nm cpio .Fl p .Op Fl adlLmuv .Ar destination-directory diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index 72874cea69e..8f54dca1621 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.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. .\" -.\" $OpenBSD: tar.1,v 1.19 1998/12/02 00:02:51 aaron Exp $ +.\" $OpenBSD: tar.1,v 1.20 1998/12/15 01:20:25 aaron Exp $ .\" .Dd June 11, 1996 .Dt TAR 1 @@ -36,7 +36,7 @@ .Nm tar .Nd tape archiver .Sh SYNOPSIS -.Nm +.Nm tar .Sm off .Oo \&- Oc {crtux} Op Fl befhmopvwzHLOPXZ014578 .Sm on diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 5bdf6c29b98..24a8652928d 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.15 1998/11/28 03:20:34 aaron Exp $ +.\" $OpenBSD: ps.1,v 1.16 1998/12/15 01:20:25 aaron Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -41,7 +41,7 @@ .Nm ps .Nd process status .Sh SYNOPSIS -.Nm +.Nm ps .Op Fl acCehjlmrSTuvwx .Op Fl M Ar core .Op Fl N Ar system @@ -50,7 +50,7 @@ .Op Fl p Ar pid .Op Fl t Ar tty .Op Fl W Ar swap -.Nm +.Nm ps .Op Fl L .Sh DESCRIPTION .Nm diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index fbf60ffd411..e5755cd7ecf 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwd.1,v 1.5 1998/11/28 03:20:35 aaron Exp $ +.\" $OpenBSD: pwd.1,v 1.6 1998/12/15 01:20:25 aaron Exp $ .\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -44,7 +44,7 @@ .Nm pwd .Nd return working directory name .Sh SYNOPSIS -.Nm +.Nm pwd .Sh DESCRIPTION .Nm writes the absolute pathname of the current working directory to diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index f782119b6b0..7d86e87228b 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcp.1,v 1.6 1998/11/28 03:20:35 aaron Exp $ +.\" $OpenBSD: rcp.1,v 1.7 1998/12/15 01:20:25 aaron Exp $ .\" $NetBSD: rcp.1,v 1.6 1995/07/25 19:37:25 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -41,11 +41,11 @@ .Nm rcp .Nd remote file copy .Sh SYNOPSIS -.Nm +.Nm rcp .Op Fl Kpx .Op Fl k Ar realm .Ar file1 file2 -.Nm +.Nm rcp .Op Fl Kprx .Op Fl k Ar realm .Ar file ... diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 9ab8d065478..1fec0b19316 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rm.1,v 1.5 1998/11/28 03:20:35 aaron Exp $ +.\" $OpenBSD: rm.1,v 1.6 1998/12/15 01:20:26 aaron Exp $ .\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -44,7 +44,7 @@ .Nm rm .Nd remove directory entries .Sh SYNOPSIS -.Nm +.Nm rm .Op Fl f | Fl i .Op Fl dPRrW .Ar file ... diff --git a/bin/rmail/rmail.8 b/bin/rmail/rmail.8 index c00dbcb52f0..1546ac1e24b 100644 --- a/bin/rmail/rmail.8 +++ b/bin/rmail/rmail.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmail.8,v 1.6 1998/11/28 03:20:35 aaron Exp $ +.\" $OpenBSD: rmail.8,v 1.7 1998/12/15 01:20:26 aaron Exp $ .\" $NetBSD: rmail.8,v 1.8 1995/03/21 07:08:21 cgd Exp $ .\" .\" Copyright (c) 1983, 1990 The Regents of the University of California. @@ -41,7 +41,7 @@ .Nm rmail .Nd handle remote mail received via uucp .Sh SYNOPSIS -.Nm +.Nm rmail .Ar user ... .Sh DESCRIPTION .Nm diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1 index e9181fc49ad..a0d14896e73 100644 --- a/bin/rmdir/rmdir.1 +++ b/bin/rmdir/rmdir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmdir.1,v 1.4 1998/11/28 03:20:35 aaron Exp $ +.\" $OpenBSD: rmdir.1,v 1.5 1998/12/15 01:20:26 aaron Exp $ .\" $NetBSD: rmdir.1,v 1.10 1995/07/25 19:37:35 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -44,7 +44,7 @@ .Nm rmdir .Nd remove directories .Sh SYNOPSIS -.Nm +.Nm rmdir .Op Fl p .Ar directory ... .Sh DESCRIPTION diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index 253ed21a7ef..d14d5be6ec0 100644 --- a/bin/sleep/sleep.1 +++ b/bin/sleep/sleep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sleep.1,v 1.6 1998/11/28 03:20:35 aaron Exp $ +.\" $OpenBSD: sleep.1,v 1.7 1998/12/15 01:20:27 aaron Exp $ .\" $NetBSD: sleep.1,v 1.9 1995/07/25 19:37:43 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -44,7 +44,7 @@ .Nm sleep .Nd suspend execution for an interval of time .Sh SYNOPSIS -.Nm +.Nm sleep .Ar seconds .Sh DESCRIPTION The diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 32fd4b383e0..84c9acb34a3 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stty.1,v 1.11 1998/11/28 03:20:35 aaron Exp $ +.\" $OpenBSD: stty.1,v 1.12 1998/12/15 01:20:27 aaron Exp $ .\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -44,7 +44,7 @@ .Nm stty .Nd set the options for a terminal device interface .Sh SYNOPSIS -.Nm +.Nm stty .Op Fl a | Fl e | Fl g .Op Fl f Ar file .Op operands diff --git a/bin/sync/sync.8 b/bin/sync/sync.8 index 4c3d6cefe8b..071ba867a5d 100644 --- a/bin/sync/sync.8 +++ b/bin/sync/sync.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sync.8,v 1.6 1998/11/28 03:20:36 aaron Exp $ +.\" $OpenBSD: sync.8,v 1.7 1998/12/15 01:20:27 aaron Exp $ .\" $NetBSD: sync.8,v 1.6 1995/03/21 09:11:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -41,7 +41,7 @@ .Nm sync .Nd force completion of pending disk writes (flush cache) .Sh SYNOPSIS -.Nm +.Nm sync .Sh DESCRIPTION .Nm can be called to ensure that all disk writes have been completed before the diff --git a/kerberosIV/afslog/afslog.1 b/kerberosIV/afslog/afslog.1 index 4918b4451ea..29a7a421b99 100644 --- a/kerberosIV/afslog/afslog.1 +++ b/kerberosIV/afslog/afslog.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afslog.1,v 1.1 1998/03/12 14:36:17 art Exp $ +.\" $OpenBSD: afslog.1,v 1.2 1998/12/15 01:20:51 aaron Exp $ .\" $KTH: afslog.1,v 1.2 1996/11/28 13:44:40 assar Exp $ .\" .Dd April 27, 1996 @@ -9,7 +9,7 @@ .Nd obtains AFS tokens for specified cells .Sh SYNOPSIS -.Nm +.Nm afslog .Op Fl d .Op Fl c Ar cell .Op Fl k Ar realm diff --git a/kerberosIV/kauth/kauth.1 b/kerberosIV/kauth/kauth.1 index dabc54b81fb..3c32f764086 100644 --- a/kerberosIV/kauth/kauth.1 +++ b/kerberosIV/kauth/kauth.1 @@ -1,4 +1,4 @@ -.\" $Id: kauth.1,v 1.1 1998/01/23 07:24:25 art Exp $ +.\" $Id: kauth.1,v 1.2 1998/12/15 01:20:51 aaron Exp $ .\" .Dd May 4, 1996 .Dt KAUTH 1 @@ -8,7 +8,7 @@ .Nd overworked Kerberos login program .Sh SYNOPSIS -.Nm +.Nm kauth .Op Fl n Ar name .Op Fl r Ar remote user .Op Fl t Pa remote ticket file diff --git a/kerberosIV/kauthd/kauthd.8 b/kerberosIV/kauthd/kauthd.8 index 5cf8c4add5f..32d5818499a 100644 --- a/kerberosIV/kauthd/kauthd.8 +++ b/kerberosIV/kauthd/kauthd.8 @@ -1,5 +1,5 @@ .\" $KTH: kauthd.8,v 1.2 1996/09/28 22:04:48 assar Exp $ -.\" $OpenBSD: kauthd.8,v 1.1 1998/02/18 07:10:24 art Exp $ +.\" $OpenBSD: kauthd.8,v 1.2 1998/12/15 01:20:52 aaron Exp $ .\" .Dd September 27, 1996 .Dt KAUTHD 8 @@ -9,7 +9,7 @@ .Nd remote Kerberos login daemon .Sh SYNOPSIS -.Nm +.Nm kauthd .Sh DESCRIPTION Daemon for the .Xr kauth 1 diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5 index ea3da760442..96a0cd7e2ed 100644 --- a/lib/libedit/editrc.5 +++ b/lib/libedit/editrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editrc.5,v 1.3 1997/06/29 23:40:47 millert Exp $ +.\" $OpenBSD: editrc.5,v 1.4 1998/12/15 01:20:50 aaron Exp $ .\" $NetBSD: editrc.5,v 1.4 1997/04/24 20:20:31 christos Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ .Nm editrc .Nd configuration file for editline library .Sh SYNOPSIS -.Nm +.Nm editrc .Sh DESCRIPTION The .Nm diff --git a/libexec/getNAME/getNAME.8 b/libexec/getNAME/getNAME.8 index 0c6eb55808c..edbe398a1e5 100644 --- a/libexec/getNAME/getNAME.8 +++ b/libexec/getNAME/getNAME.8 @@ -33,7 +33,7 @@ .Nm getNAME .Nd get NAME sections from manual source for whatis/apropos data base .Sh SYNOPSIS -.Nm +.Nm getNAME .Op Fl itw .Ar path Op Ar path ... .Sh DESCRIPTION diff --git a/libexec/identd/identd.8 b/libexec/identd/identd.8 index b01215600a8..5cb75795704 100644 --- a/libexec/identd/identd.8 +++ b/libexec/identd/identd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: identd.8,v 1.7 1998/09/16 20:22:14 deraadt Exp $ +.\" $OpenBSD: identd.8,v 1.8 1998/12/15 01:20:50 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -41,7 +41,7 @@ .Nm identd .Nd TCP/IP IDENT protocol server .Sh SYNOPSIS -.Nm +.Nm identd .Op Fl i | w | b .Op Fl t Ar seconds .Op Fl u Ar uid diff --git a/libexec/uucpd/uucpd.8 b/libexec/uucpd/uucpd.8 index 84025d5e8b0..4a6fe0022c9 100644 --- a/libexec/uucpd/uucpd.8 +++ b/libexec/uucpd/uucpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uucpd.8,v 1.2 1998/08/11 16:06:58 deraadt Exp $ +.\" $OpenBSD: uucpd.8,v 1.3 1998/12/15 01:20:50 aaron Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green .\" All rights reserved. @@ -33,7 +33,7 @@ .Nm uucpd .Nd unix to unix copy protocol daemon .Sh SYNOPSIS -.Nm +.Nm uucpd .Sh DESCRIPTION The .Nm diff --git a/sbin/badsect/badsect.8 b/sbin/badsect/badsect.8 index 75154952a6e..a811537e356 100644 --- a/sbin/badsect/badsect.8 +++ b/sbin/badsect/badsect.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: badsect.8,v 1.5 1998/11/26 21:32:50 aaron Exp $ +.\" $OpenBSD: badsect.8,v 1.6 1998/12/15 01:20:27 aaron Exp $ .\" $NetBSD: badsect.8,v 1.8 1995/03/18 14:54:27 cgd Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -41,7 +41,7 @@ .Nm badsect .Nd create files to contain bad sectors .Sh SYNOPSIS -.Nm +.Nm badsect .Ar bbdir sector Op Ar ... .Sh DESCRIPTION .Nm diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index a1be2a5932c..2767f6afa42 100644 --- a/sbin/ccdconfig/ccdconfig.8 +++ b/sbin/ccdconfig/ccdconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ccdconfig.8,v 1.10 1998/11/28 19:56:15 aaron Exp $ +.\" $OpenBSD: ccdconfig.8,v 1.11 1998/12/15 01:20:28 aaron Exp $ .\" $NetBSD: ccdconfig.8,v 1.4 1996/02/28 01:01:17 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -42,27 +42,27 @@ .Nm ccdconfig .Nd configuration utility for the concatenated disk driver .Sh SYNOPSIS -.Nm +.Nm ccdconfig .Op Fl cv .Ar ccd .Ar ileave .Ar flags .Ar dev .Op Ar ... -.Nm +.Nm ccdconfig .Fl C .Op Fl v .Op Fl f Ar config_file -.Nm +.Nm ccdconfig .Fl u .Op Fl v .Ar ccd .Op Ar ... -.Nm +.Nm ccdconfig .Fl U .Op Fl v .Op Fl f Ar config_file -.Nm +.Nm ccdconfig .Fl g .Op Fl M Ar core .Op Fl N Ar system diff --git a/sbin/clri/clri.8 b/sbin/clri/clri.8 index ac66e310b96..21c2f8400dc 100644 --- a/sbin/clri/clri.8 +++ b/sbin/clri/clri.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clri.8,v 1.6 1998/11/28 19:56:17 aaron Exp $ +.\" $OpenBSD: clri.8,v 1.7 1998/12/15 01:20:28 aaron Exp $ .\" $NetBSD: clri.8,v 1.2 1995/03/18 14:54:31 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -41,7 +41,7 @@ .Nm clri .Nd clear inode(s) .Sh SYNOPSIS -.Nm +.Nm clri .Ar special_device inode_number Op Ar ... .Sh DESCRIPTION .Bf -symbolic diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 2e4b72fb735..5a946633c97 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.22 1998/11/28 19:56:17 aaron Exp $ +.\" $OpenBSD: disklabel.8,v 1.23 1998/12/15 01:20:28 aaron Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -44,38 +44,38 @@ .Nm disklabel .Nd read and write disk pack label .Sh SYNOPSIS -.Nm +.Nm disklabel .Op Fl r .Op Fl n .Op Fl t .Ar disk -.Nm +.Nm disklabel .Fl w .Op Fl r .Op Fl n .Ar disk Ar disktype .Oo Ar packid Oc -.Nm +.Nm disklabel .Fl e .Op Fl r .Op Fl n .Ar disk -.Nm +.Nm disklabel .Fl E .Op Fl r .Op Fl n .Ar disk -.Nm +.Nm disklabel .Fl R .Op Fl r .Op Fl n .Ar disk Ar protofile -.Nm +.Nm disklabel .Op Fl NW .Op Fl n .Ar disk .sp -.Nm +.Nm disklabel .Fl B .Op Fl n .Oo @@ -84,7 +84,7 @@ .Oc .Ar disk .Oo Ar disktype Oc -.Nm +.Nm disklabel .Fl w .Fl B .Op Fl n @@ -94,7 +94,7 @@ .Oc .Ar disk Ar disktype .Oo Ar packid Oc -.Nm +.Nm disklabel .Fl R .Fl B .Op Fl n diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8 index d6a1f439593..170d7fbb6af 100644 --- a/sbin/dmesg/dmesg.8 +++ b/sbin/dmesg/dmesg.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dmesg.8,v 1.5 1998/11/28 19:56:17 aaron Exp $ +.\" $OpenBSD: dmesg.8,v 1.6 1998/12/15 01:20:29 aaron Exp $ .\" $NetBSD: dmesg.8,v 1.9 1995/03/18 14:54:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -41,7 +41,7 @@ .Nm dmesg .Nd "display the system message buffer" .Sh SYNOPSIS -.Nm +.Nm dmesg .Op Fl M Ar core .Op Fl N Ar system .Sh DESCRIPTION diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index d0b10f38dd6..a8bb29e5c22 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dump.8,v 1.15 1998/11/28 19:56:18 aaron Exp $ +.\" $OpenBSD: dump.8,v 1.16 1998/12/15 01:20:29 aaron Exp $ .\" $NetBSD: dump.8,v 1.17 1997/06/05 11:15:06 lukem Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -42,7 +42,7 @@ .Nm dump .Nd filesystem backup .Sh SYNOPSIS -.Nm +.Nm dump .Op Fl 0123456789acnu .Op Fl B Ar records .Op Fl b Ar blocksize @@ -52,7 +52,7 @@ .Op Fl s Ar feet .Op Fl T Ar date .Ar files-to-dump -.Nm +.Nm dump .Op Fl W Li \&| Fl w .Pp .in -\\n(iSu diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index 8b856feb73e..6073804b6ed 100644 --- a/sbin/dumpfs/dumpfs.8 +++ b/sbin/dumpfs/dumpfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dumpfs.8,v 1.3 1997/05/31 08:32:29 deraadt Exp $ +.\" $OpenBSD: dumpfs.8,v 1.4 1998/12/15 01:20:29 aaron Exp $ .\" $NetBSD: dumpfs.8,v 1.8 1997/05/07 23:19:03 lukem Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -41,7 +41,7 @@ .Nm dumpfs .Nd dump file system information .Sh SYNOPSIS -.Nm +.Nm dumpfs .Op Ar filesys No \&| Ar device .Sh DESCRIPTION .Nm diff --git a/sbin/dumplfs/dumplfs.8 b/sbin/dumplfs/dumplfs.8 index 217b180b078..764abbc3789 100644 --- a/sbin/dumplfs/dumplfs.8 +++ b/sbin/dumplfs/dumplfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dumplfs.8,v 1.6 1998/11/28 19:56:18 aaron Exp $ +.\" $OpenBSD: dumplfs.8,v 1.7 1998/12/15 01:20:29 aaron Exp $ .\" $NetBSD: dumplfs.8,v 1.2 1995/03/18 14:55:19 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -41,7 +41,7 @@ .Nm dumplfs .Nd dump file system information .Sh SYNOPSIS -.Nm +.Nm dumplfs .Op Ar filesys No \&| Ar device .Sh DESCRIPTION .Nm diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index a0bc90256a8..9506d4ec63a 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.19 1998/11/28 19:56:18 aaron Exp $ +.\" $OpenBSD: fdisk.8,v 1.20 1998/12/15 01:20:30 aaron Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" All rights reserved. @@ -35,7 +35,7 @@ .Nm fdisk .Nd DOS partition maintenance program .Sh SYNOPSIS -.Nm +.Nm fdisk .Op Fl ie .Op Fl f Ar mbrname .Op Fl c Ar cyls diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index e0c366123ca..5606c8a8e1e 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck.8,v 1.12 1998/11/28 19:56:19 aaron Exp $ +.\" $OpenBSD: fsck.8,v 1.13 1998/12/15 01:20:30 aaron Exp $ .\" $NetBSD: fsck.8,v 1.14 1996/10/03 20:08:29 christos Exp $ .\" .\" Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -35,7 +35,7 @@ .Nm fsck .Nd filesystem consistency check and interactive repair .Sh SYNOPSIS -.Nm +.Nm fsck .Op Fl dvplfyn .Op Fl l Ar maxparallel .Op Fl t Ar fstype diff --git a/sbin/fsck_ext2fs/fsck_ext2fs.8 b/sbin/fsck_ext2fs/fsck_ext2fs.8 index ea92e8c3d6b..fd03232c437 100644 --- a/sbin/fsck_ext2fs/fsck_ext2fs.8 +++ b/sbin/fsck_ext2fs/fsck_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck_ext2fs.8,v 1.7 1998/11/28 19:56:19 aaron Exp $ +.\" $OpenBSD: fsck_ext2fs.8,v 1.8 1998/12/15 01:20:30 aaron Exp $ .\" $NetBSD: fsck_ext2fs.8,v 1.1 1997/06/11 11:21:48 bouyer Exp $ .\" .\" Copyright (c) 1997 Manuel Bouyer. @@ -42,7 +42,7 @@ .Nm fsck_ext2fs .Nd Second Extended File System consistency check and interactive repair .Sh SYNOPSIS -.Nm +.Nm fsck_ext2fs .Op Fl b Ar block# .Op Fl c Ar level .Op Fl d diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index b6065a49d4f..9c86db25bfc 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck_ffs.8,v 1.6 1998/11/28 19:56:19 aaron Exp $ +.\" $OpenBSD: fsck_ffs.8,v 1.7 1998/12/15 01:20:31 aaron Exp $ .\" $NetBSD: fsck_ffs.8,v 1.12 1996/09/23 16:18:34 christos Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -41,11 +41,11 @@ .Nm fsck_ffs , fsck .Nd Fast File System consistency check and interactive repair .Sh SYNOPSIS -.Nm +.Nm fsck_ffs .Fl p .Op Fl f .Op Fl m Ar mode -.Nm +.Nm fsck_ffs .Op Fl f .Op Fl b Ar block# .Op Fl c Ar level diff --git a/sbin/fsck_msdos/fsck_msdos.8 b/sbin/fsck_msdos/fsck_msdos.8 index 20b63bb8643..a53344684eb 100644 --- a/sbin/fsck_msdos/fsck_msdos.8 +++ b/sbin/fsck_msdos/fsck_msdos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck_msdos.8,v 1.7 1998/11/28 19:56:19 aaron Exp $ +.\" $OpenBSD: fsck_msdos.8,v 1.8 1998/12/15 01:20:31 aaron Exp $ .\" $NetBSD: fsck_msdos.8,v 1.4 1996/10/17 20:41:24 cgd Exp $ .\" .\" Copyright (C) 1995 Wolfgang Solfrank @@ -39,12 +39,12 @@ .Nm fsck_msdos .Nd DOS/Windows (FAT) filesystem consistency checker .Sh SYNOPSIS -.Nm +.Nm fsck_msdos .Fl p .Op Fl f .Ar filesystem .Ar ... -.Nm +.Nm fsck_msdos .Op Fl fny .Ar filesystem .Ar ... diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 5466bf6adeb..b27cf9e9934 100644 --- a/sbin/fsdb/fsdb.8 +++ b/sbin/fsdb/fsdb.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsdb.8,v 1.9 1998/11/11 22:19:57 aaron Exp $ +.\" $OpenBSD: fsdb.8,v 1.10 1998/12/15 01:20:31 aaron Exp $ .\" $NetBSD: fsdb.8,v 1.5 1997/01/11 05:51:40 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ .Nm fsdb .Nd FFS debugging/editing tool .Sh SYNOPSIS -.Nm +.Nm fsdb .Op Fl d .Fl f Ar fsname .Sh DESCRIPTION diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 84ecacb0e7e..fb570fba47e 100644 --- a/sbin/fsirand/fsirand.8 +++ b/sbin/fsirand/fsirand.8 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: fsirand.8,v 1.14 1998/11/28 19:56:20 aaron Exp $ +.\" $OpenBSD: fsirand.8,v 1.15 1998/12/15 01:20:31 aaron Exp $ .\" .Dd January 25, 1997 .Dt FSIRAND 8 @@ -32,7 +32,7 @@ .Nm fsirand .Nd randomize inode generation numbers .Sh SYNOPSIS -.Nm +.Nm fsirand .Op Fl b .Op Fl f .Op Fl p diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index a38e324c4c6..b0171dda0d0 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.18 1998/11/28 19:56:20 aaron Exp $ +.\" $OpenBSD: ifconfig.8,v 1.19 1998/12/15 01:20:32 aaron Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -42,24 +42,24 @@ .Nm ifconfig .Nd configure network interface parameters .Sh SYNOPSIS -.Nm +.Nm ifconfig .Ar interface address_family .Oo .Ar address .Op Ar dest_address .Oc .Op Ar parameters -.Nm +.Nm ifconfig .Ar interface .Op Ar address_family -.Nm +.Nm ifconfig .Fl m .Ar interface .Op Ar address_family -.Nm +.Nm ifconfig .Op Fl a | am .Op Ar address_family -.Nm +.Nm ifconfig .Op Fl A | Am .Op Ar address_family .Sh DESCRIPTION diff --git a/sbin/init/init.8 b/sbin/init/init.8 index e71b8e2845f..d93c79171d5 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: init.8,v 1.13 1998/11/28 19:56:21 aaron Exp $ +.\" $OpenBSD: init.8,v 1.14 1998/12/15 01:20:32 aaron Exp $ .\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -44,7 +44,7 @@ .Nm init .Nd process control initialization .Sh SYNOPSIS -.Nm +.Nm init .Sh DESCRIPTION The .Nm diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index f9a13c07f10..7f9fe4c92dc 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.4 1998/11/28 19:56:32 aaron Exp $ +.\" $OpenBSD: isakmpd.8,v 1.5 1998/12/15 01:20:42 aaron Exp $ .\" $EOM: isakmpd.8,v 1.8 1998/10/10 17:28:13 niklas Exp $ .\" .\" Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -39,7 +39,7 @@ .Nm isakmpd .Nd ISAKMP/Oakley aka IKE key management daemon .Sh SYNOPSIS -.Nm +.Nm isakmpd .Op Fl c Ar config-file .Op Fl d .Op Fl D Ar debug-class=level diff --git a/sbin/kbd/kbd.8 b/sbin/kbd/kbd.8 index 5b76c55d55a..f67c1d80de0 100644 --- a/sbin/kbd/kbd.8 +++ b/sbin/kbd/kbd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kbd.8,v 1.6 1998/11/28 19:56:21 aaron Exp $ +.\" $OpenBSD: kbd.8,v 1.7 1998/12/15 01:20:32 aaron Exp $ .\" .\" Copyright (c) 1996 Juergen Hannken-Illjes .\" All rights reserved. @@ -37,9 +37,9 @@ .Nm kbd .Nd "set national keyboard translation" .Sh SYNOPSIS -.Nm +.Nm kbd .Fl l -.Nm +.Nm kbd .Op Fl q .Ar name .Sh DESCRIPTION diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index 306fd0d3e28..9df329e40ae 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mknod.8,v 1.5 1998/11/28 19:56:21 aaron Exp $ +.\" $OpenBSD: mknod.8,v 1.6 1998/12/15 01:20:32 aaron Exp $ .\" $NetBSD: mknod.8,v 1.9 1995/08/10 23:47:32 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -41,7 +41,7 @@ .Nm mknod .Nd build special file .Sh SYNOPSIS -.Nm +.Nm mknod .Ar name .Op Cm c | Cm b .Ar major minor diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8 index d3887f3d5a6..49fcf7208cc 100644 --- a/sbin/modload/modload.8 +++ b/sbin/modload/modload.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: modload.8,v 1.8 1998/11/28 19:56:21 aaron Exp $ +.\" $OpenBSD: modload.8,v 1.9 1998/12/15 01:20:33 aaron Exp $ .\" $NetBSD: modload.8,v 1.5 1995/03/18 14:56:43 cgd Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -33,7 +33,7 @@ .Nm modload .Nd load a kernel module .Sh SYNOPSIS -.Nm +.Nm modload .Op Fl dvuv .Op Fl A Ar kernel .Op Fl e Ar entry diff --git a/sbin/modunload/modunload.8 b/sbin/modunload/modunload.8 index 5b5dc4d24c9..f34c2b120b4 100644 --- a/sbin/modunload/modunload.8 +++ b/sbin/modunload/modunload.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: modunload.8,v 1.6 1998/11/28 19:56:23 aaron Exp $ +.\" $OpenBSD: modunload.8,v 1.7 1998/12/15 01:20:33 aaron Exp $ .\" $NetBSD: modunload.8,v 1.3 1995/03/18 14:56:49 cgd Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -33,7 +33,7 @@ .Nm modunload .Nd unload a kernel module .Sh SYNOPSIS -.Nm +.Nm modunload .Op Fl i Ar id .Op Fl n Ar name .Sh DESCRIPTION diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index acf7404c8cf..a7da81efe03 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.12 1998/11/28 19:56:23 aaron Exp $ +.\" $OpenBSD: mount.8,v 1.13 1998/12/15 01:20:33 aaron Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -41,13 +41,13 @@ .Nm mount .Nd mount file systems .Sh SYNOPSIS -.Nm +.Nm mount .Op Fl Aadfruvw .Op Fl t Ar type -.Nm +.Nm mount .Op Fl dfruvw .Ar special | node -.Nm +.Nm mount .Op Fl dfruvw .Op Fl o Ar options .Op Fl t Ar type diff --git a/sbin/mount_ados/mount_ados.8 b/sbin/mount_ados/mount_ados.8 index 5ae53ce61de..9bbbf9e0d17 100644 --- a/sbin/mount_ados/mount_ados.8 +++ b/sbin/mount_ados/mount_ados.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_ados.8,v 1.5 1998/11/28 19:56:24 aaron Exp $ +.\" $OpenBSD: mount_ados.8,v 1.6 1998/12/15 01:20:34 aaron Exp $ .\" $NetBSD: mount_ados.8,v 1.3 1995/03/18 14:57:09 cgd Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou @@ -36,7 +36,7 @@ .Nm mount_ados .Nd mount an AmigaDOS file system .Sh SYNOPSIS -.Nm +.Nm mount_ados .Op Fl o Ar options .Op Fl u Ar uid .Op Fl g Ar gid diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index c75ba8fe550..cdaa571e77e 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_cd9660.8,v 1.6 1998/11/28 19:56:24 aaron Exp $ +.\" $OpenBSD: mount_cd9660.8,v 1.7 1998/12/15 01:20:34 aaron Exp $ .\" $NetBSD: mount_cd9660.8,v 1.3 1995/04/23 10:33:13 cgd Exp $ .\" .\" Copyright (c) 1993, 1994 @@ -44,7 +44,7 @@ .Nm mount_cd9660 .Nd mount an ISO-9660 filesystem .Sh SYNOPSIS -.Nm +.Nm mount_cd9660 .Op Fl egR .Op Fl o Ar options .Ar special node diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8 index d47144b992b..b05a7c1a6a8 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.8 +++ b/sbin/mount_ext2fs/mount_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_ext2fs.8,v 1.2 1998/11/28 19:56:24 aaron Exp $ +.\" $OpenBSD: mount_ext2fs.8,v 1.3 1998/12/15 01:20:34 aaron Exp $ .\" .\" Copyright (c) 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -39,7 +39,7 @@ .Nm mount_ext2fs .Nd mount a ext2fs file system .Sh SYNOPSIS -.Nm +.Nm mount_ext2fs .Op Fl o Ar options .Ar special .Ar node diff --git a/sbin/mount_fdesc/mount_fdesc.8 b/sbin/mount_fdesc/mount_fdesc.8 index 6be7d086c2a..c686e366eb3 100644 --- a/sbin/mount_fdesc/mount_fdesc.8 +++ b/sbin/mount_fdesc/mount_fdesc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_fdesc.8,v 1.5 1998/11/28 19:56:24 aaron Exp $ +.\" $OpenBSD: mount_fdesc.8,v 1.6 1998/12/15 01:20:35 aaron Exp $ .\" $NetBSD: mount_fdesc.8,v 1.6 1995/12/17 18:50:19 ghudson Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -44,7 +44,7 @@ .Nm mount_fdesc .Nd mount the file-descriptor file system .Sh SYNOPSIS -.Nm +.Nm mount_fdesc .Op Fl o Ar options .Ar fdesc .Ar mount_point diff --git a/sbin/mount_ffs/mount_ffs.8 b/sbin/mount_ffs/mount_ffs.8 index 9717b74f378..3ca4c272786 100644 --- a/sbin/mount_ffs/mount_ffs.8 +++ b/sbin/mount_ffs/mount_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_ffs.8,v 1.4 1998/11/28 19:56:25 aaron Exp $ +.\" $OpenBSD: mount_ffs.8,v 1.5 1998/12/15 01:20:35 aaron Exp $ .\" $NetBSD: mount_ffs.8,v 1.2 1996/02/05 06:33:47 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -41,7 +41,7 @@ .Nm mount_ffs , mount_ufs .Nd mount a Berkeley Fast File System .Sh SYNOPSIS -.Nm +.Nm mount_ffs .Op Fl o Ar options .Ar special node .Sh DESCRIPTION diff --git a/sbin/mount_kernfs/mount_kernfs.8 b/sbin/mount_kernfs/mount_kernfs.8 index e80120ca28f..874b325b48e 100644 --- a/sbin/mount_kernfs/mount_kernfs.8 +++ b/sbin/mount_kernfs/mount_kernfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_kernfs.8,v 1.6 1998/11/28 19:56:25 aaron Exp $ +.\" $OpenBSD: mount_kernfs.8,v 1.7 1998/12/15 01:20:35 aaron Exp $ .\" $NetBSD: mount_kernfs.8,v 1.6 1995/03/18 14:57:24 cgd Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -45,7 +45,7 @@ .Nm mount_kernfs .Nd mount the /kern file system .Sh SYNOPSIS -.Nm +.Nm mount_kernfs .Op Fl o Ar options .Ar /kern .Ar mount_point diff --git a/sbin/mount_lfs/mount_lfs.8 b/sbin/mount_lfs/mount_lfs.8 index f928531743c..2800358cb86 100644 --- a/sbin/mount_lfs/mount_lfs.8 +++ b/sbin/mount_lfs/mount_lfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_lfs.8,v 1.5 1998/11/28 19:56:25 aaron Exp $ +.\" $OpenBSD: mount_lfs.8,v 1.6 1998/12/15 01:20:36 aaron Exp $ .\" $NetBSD: mount_lfs.8,v 1.2 1995/03/18 14:57:30 cgd Exp $ .\" .\" Copyright (c) 1993, 1994 @@ -41,7 +41,7 @@ .Nm mount_lfs .Nd mount a log-structured file system .Sh SYNOPSIS -.Nm +.Nm mount_lfs .Op Fl dns .Op Fl o Ar options .Ar special diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8 index 337e3386aa9..09359aad99b 100644 --- a/sbin/mount_msdos/mount_msdos.8 +++ b/sbin/mount_msdos/mount_msdos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_msdos.8,v 1.8 1998/11/28 19:56:26 aaron Exp $ +.\" $OpenBSD: mount_msdos.8,v 1.9 1998/12/15 01:20:36 aaron Exp $ .\" $NetBSD: mount_msdos.8,v 1.10 1996/01/19 21:14:43 leo Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou @@ -36,7 +36,7 @@ .Nm mount_msdos .Nd mount an MS-DOS file system .Sh SYNOPSIS -.Nm +.Nm mount_msdos .Op Fl o Ar options .Op Fl u Ar uid .Op Fl g Ar gid diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index a472ef6a6c0..41636ec1a22 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_nfs.8,v 1.10 1998/11/28 19:56:26 aaron Exp $ +.\" $OpenBSD: mount_nfs.8,v 1.11 1998/12/15 01:20:36 aaron Exp $ .\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 @@ -41,7 +41,7 @@ .Nm mount_nfs .Nd mount nfs file systems .Sh SYNOPSIS -.Nm +.Nm mount_nfs .Op Fl 23KPTUbcdilqs .Op Fl D Ar deadthresh .Op Fl I Ar readdirsize diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index e90e9dab8ef..9707467ba91 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_null.8,v 1.6 1998/11/28 19:56:26 aaron Exp $ +.\" $OpenBSD: mount_null.8,v 1.7 1998/12/15 01:20:38 aaron Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -44,7 +44,7 @@ .Nm mount_null .Nd demonstrate the use of a null file system layer .Sh SYNOPSIS -.Nm +.Nm mount_null .Op Fl o Ar options .Ar target .Ar mount_point diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8 index 73cc3699d6c..6809d031a9d 100644 --- a/sbin/mount_portal/mount_portal.8 +++ b/sbin/mount_portal/mount_portal.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_portal.8,v 1.7 1998/11/28 19:56:26 aaron Exp $ +.\" $OpenBSD: mount_portal.8,v 1.8 1998/12/15 01:20:38 aaron Exp $ .\" $NetBSD: mount_portal.8,v 1.6 1995/08/18 15:01:19 pk Exp $ .\" .\" Copyright (c) 1993, 1994 @@ -45,7 +45,7 @@ .Nm mount_portal .Nd mount the portal daemon .Sh SYNOPSIS -.Nm +.Nm mount_portal .Op Fl o Ar options .Ar /etc/portal.conf .Ar mount_point diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8 index e9894923341..06306a9f8a8 100644 --- a/sbin/mount_procfs/mount_procfs.8 +++ b/sbin/mount_procfs/mount_procfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_procfs.8,v 1.8 1998/11/28 19:56:27 aaron Exp $ +.\" $OpenBSD: mount_procfs.8,v 1.9 1998/12/15 01:20:39 aaron Exp $ .\" $NetBSD: mount_procfs.8,v 1.6 1995/03/18 14:58:10 cgd Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -45,7 +45,7 @@ .Nm mount_procfs .Nd mount the process file system .Sh SYNOPSIS -.Nm +.Nm mount_procfs .Op Fl o Ar options .Pa /proc .Pa mount_point diff --git a/sbin/mount_umap/mount_umap.8 b/sbin/mount_umap/mount_umap.8 index 4b3a2ee4c91..21455512353 100644 --- a/sbin/mount_umap/mount_umap.8 +++ b/sbin/mount_umap/mount_umap.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_umap.8,v 1.7 1998/11/28 19:56:27 aaron Exp $ +.\" $OpenBSD: mount_umap.8,v 1.8 1998/12/15 01:20:39 aaron Exp $ .\" $NetBSD: mount_umap.8,v 1.4 1996/03/05 02:36:42 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -45,7 +45,7 @@ .Nm mount_umap .Nd sample file system layer .Sh SYNOPSIS -.Nm +.Nm mount_umap .Op Fl o Ar options -u .Ar uid-mapfile diff --git a/sbin/mount_union/mount_union.8 b/sbin/mount_union/mount_union.8 index f40c71c4f8e..da36ccc1160 100644 --- a/sbin/mount_union/mount_union.8 +++ b/sbin/mount_union/mount_union.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_union.8,v 1.5 1998/11/28 19:56:27 aaron Exp $ +.\" $OpenBSD: mount_union.8,v 1.6 1998/12/15 01:20:39 aaron Exp $ .\" $NetBSD: mount_union.8,v 1.4 1995/09/29 06:44:02 jtc Exp $ .\" .\" Copyright (c) 1994 @@ -44,7 +44,7 @@ .Nm mount_union .Nd mount union filesystems .Sh SYNOPSIS -.Nm +.Nm mount_union .Op Fl br .Op Fl o Ar options .Ar directory diff --git a/sbin/mount_xfs/mount_xfs.8 b/sbin/mount_xfs/mount_xfs.8 index b74c58d2cb1..b72d1f2651c 100644 --- a/sbin/mount_xfs/mount_xfs.8 +++ b/sbin/mount_xfs/mount_xfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_xfs.8,v 1.8 1998/11/28 19:56:36 aaron Exp $ +.\" $OpenBSD: mount_xfs.8,v 1.9 1998/12/15 01:20:46 aaron Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan @@ -44,7 +44,7 @@ .Nm mount_xfs .Nd mount the xfs filesystem .Sh SYNOPSIS -.Nm +.Nm mount_xfs .Op Fl o Ar options .Ar char-device .Ar mount-point diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index b6c18c3b05f..facce1324c5 100644 --- a/sbin/mountd/exports.5 +++ b/sbin/mountd/exports.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exports.5,v 1.7 1998/11/28 19:56:28 aaron Exp $ +.\" $OpenBSD: exports.5,v 1.8 1998/12/15 01:20:39 aaron Exp $ .\" $NetBSD: exports.5,v 1.9 1996/02/18 11:57:50 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -43,7 +43,7 @@ .Tn NFS mount requests .Sh SYNOPSIS -.Nm +.Nm exports .Sh DESCRIPTION The .Nm diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index 6c40c3fd9b2..3f5acf9bd5d 100644 --- a/sbin/mountd/mountd.8 +++ b/sbin/mountd/mountd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mountd.8,v 1.11 1998/11/28 19:56:28 aaron Exp $ +.\" $OpenBSD: mountd.8,v 1.12 1998/12/15 01:20:39 aaron Exp $ .\" $NetBSD: mountd.8,v 1.11 1996/02/18 11:57:51 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -43,7 +43,7 @@ .Tn NFS mount requests .Sh SYNOPSIS -.Nm +.Nm mountd .Op Fl dn .Op Ar exportsfile .Sh DESCRIPTION diff --git a/sbin/ncheck_ffs/ncheck_ffs.8 b/sbin/ncheck_ffs/ncheck_ffs.8 index b491117f7cb..019d0433e43 100644 --- a/sbin/ncheck_ffs/ncheck_ffs.8 +++ b/sbin/ncheck_ffs/ncheck_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ncheck_ffs.8,v 1.5 1998/11/28 19:56:28 aaron Exp $ +.\" $OpenBSD: ncheck_ffs.8,v 1.6 1998/12/15 01:20:40 aaron Exp $ .\" .\" Copyright (c) 1995, 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> .\" All rights reserved. @@ -35,7 +35,7 @@ .Nm ncheck_ffs .Nd generate names from inode-numbers .Sh SYNOPSIS -.Nm +.Nm ncheck_ffs .Op Fl i Ar numbers .Op Fl ams .Ar filesystem diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 752db3b79b9..a6a2c350485 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.12 1998/11/28 19:56:28 aaron Exp $ +.\" $OpenBSD: newfs.8,v 1.13 1998/12/15 01:20:40 aaron Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -41,7 +41,7 @@ .Nm newfs , mount_mfs .Nd construct a new file system .Sh SYNOPSIS -.Nm +.Nm newfs .Op Fl NO .Op Fl S Ar sector-size .Op Fl a Ar maxcontig diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8 index 91560df0357..baf28b65555 100644 --- a/sbin/newfs_msdos/newfs_msdos.8 +++ b/sbin/newfs_msdos/newfs_msdos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs_msdos.8,v 1.7 1998/11/28 19:56:29 aaron Exp $ +.\" $OpenBSD: newfs_msdos.8,v 1.8 1998/12/15 01:20:40 aaron Exp $ .\" .\" Copyright (c) 1995, 1996 Joerg Wunsch .\" @@ -34,7 +34,7 @@ .Nm newfs_msdos .Nd create an MS-DOS (FAT) file system .Sh SYNOPSIS -.Nm +.Nm newfs_msdos .Bq Fl s Ar kilobytes .Bq Fl L Ar vollabel .Ar device diff --git a/sbin/newlfs/newlfs.8 b/sbin/newlfs/newlfs.8 index 9540e1f53f8..f522231ee20 100644 --- a/sbin/newlfs/newlfs.8 +++ b/sbin/newlfs/newlfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newlfs.8,v 1.5 1998/11/28 19:56:29 aaron Exp $ +.\" $OpenBSD: newlfs.8,v 1.6 1998/12/15 01:20:41 aaron Exp $ .\" $NetBSD: newlfs.8,v 1.2 1995/03/18 14:58:54 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -41,7 +41,7 @@ .Nm newlfs .Nd construct a new LFS file system .Sh SYNOPSIS -.Nm +.Nm newlfs .Fl L .Op Fl B Ar segsize .Op Fl b Ar blocksize diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8 index e18354d4709..cf3865bbb7d 100644 --- a/sbin/nfsd/nfsd.8 +++ b/sbin/nfsd/nfsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfsd.8,v 1.6 1998/11/28 19:56:30 aaron Exp $ +.\" $OpenBSD: nfsd.8,v 1.7 1998/12/15 01:20:41 aaron Exp $ .\" $NetBSD: nfsd.8,v 1.7 1996/02/18 11:58:24 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -43,7 +43,7 @@ .Tn NFS server .Sh SYNOPSIS -.Nm +.Nm nfsd .Op Fl rut .Op Fl n Ar num_servers .Sh DESCRIPTION diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8 index cdc4af529da..43e44da585d 100644 --- a/sbin/nfsiod/nfsiod.8 +++ b/sbin/nfsiod/nfsiod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfsiod.8,v 1.6 1998/11/28 19:56:30 aaron Exp $ +.\" $OpenBSD: nfsiod.8,v 1.7 1998/12/15 01:20:41 aaron Exp $ .\" $NetBSD: nfsiod.8,v 1.6 1995/03/18 14:59:04 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -43,7 +43,7 @@ .Tn NFS asynchronous I/O server .Sh SYNOPSIS -.Nm +.Nm nfsiod .Op Fl n Ar num_servers .Sh DESCRIPTION .Nm diff --git a/sbin/nologin/nologin.8 b/sbin/nologin/nologin.8 index 75ba56a54f8..ab78c51d315 100644 --- a/sbin/nologin/nologin.8 +++ b/sbin/nologin/nologin.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nologin.8,v 1.6 1998/11/28 19:56:30 aaron Exp $ +.\" $OpenBSD: nologin.8,v 1.7 1998/12/15 01:20:41 aaron Exp $ .\" $NetBSD: nologin.8,v 1.3 1995/03/18 14:59:09 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -41,7 +41,7 @@ .Nm nologin .Nd politely refuse a login .Sh SYNOPSIS -.Nm +.Nm nologin .Sh DESCRIPTION .Nm displays a message that an account is not available and diff --git a/sbin/pcmcia_cntrl/pcmcia_cntrl.8 b/sbin/pcmcia_cntrl/pcmcia_cntrl.8 index fc6557d50de..0dccb453b9f 100644 --- a/sbin/pcmcia_cntrl/pcmcia_cntrl.8 +++ b/sbin/pcmcia_cntrl/pcmcia_cntrl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcmcia_cntrl.8,v 1.4 1998/11/28 19:56:31 aaron Exp $ +.\" $OpenBSD: pcmcia_cntrl.8,v 1.5 1998/12/15 01:20:42 aaron Exp $ .\" Copyright (c) 1994 Stefan Grefen .\" All rights reserved. .\" @@ -42,7 +42,7 @@ .Nm pcmcia_cntrl .Nd change the status of a pcmcia slot .Sh SYNOPSIS -.Nm +.Nm pcmcia_cntrl .Ar slotid .Op on | off | unmap | probe .Sh DESCRIPTION diff --git a/sbin/photurisd/photurisd.8 b/sbin/photurisd/photurisd.8 index 2fa8e4c4f10..32d28c52bf9 100644 --- a/sbin/photurisd/photurisd.8 +++ b/sbin/photurisd/photurisd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: photurisd.8,v 1.2 1998/11/28 19:56:37 aaron Exp $ +.\" $OpenBSD: photurisd.8,v 1.3 1998/12/15 01:20:46 aaron Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -36,7 +36,7 @@ .Nm photurisd .Nd IPSec key management daemon .Sh SYNOPSIS -.Nm +.Nm photurisd .Op Fl cvi .Op Fl d Ar directory .Op Fl p Ar port diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 82960b3b628..0271f6b642c 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping.8,v 1.11 1998/11/28 19:56:31 aaron Exp $ +.\" $OpenBSD: ping.8,v 1.12 1998/12/15 01:20:42 aaron Exp $ .\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -43,7 +43,7 @@ .Tn ICMP ECHO_REQUEST packets to network hosts .Sh SYNOPSIS -.Nm +.Nm ping .Op Fl dfLnqRrv .Op Fl c Ar count .Op Fl I Ar ifaddr diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8 index 86825bfa3bd..d154ce55f92 100644 --- a/sbin/quotacheck/quotacheck.8 +++ b/sbin/quotacheck/quotacheck.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: quotacheck.8,v 1.5 1998/11/28 19:56:31 aaron Exp $ +.\" $OpenBSD: quotacheck.8,v 1.6 1998/12/15 01:20:42 aaron Exp $ .\" $NetBSD: quotacheck.8,v 1.4 1995/03/18 14:59:20 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -44,13 +44,13 @@ .Nm quotacheck .Nd filesystem quota consistency checker .Sh SYNOPSIS -.Nm +.Nm quotacheck .Op Fl d .Op Fl g .Op Fl u .Op Fl v .Ar filesystem Ar ... -.Nm +.Nm quotacheck .Op Fl d .Op Fl g .Op Fl l Ar maxparallel diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index f50a944ad06..139054d54fe 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: restore.8,v 1.12 1998/11/28 19:56:33 aaron Exp $ +.\" $OpenBSD: restore.8,v 1.13 1998/12/15 01:20:43 aaron Exp $ .\" $NetBSD: restore.8,v 1.15 1997/07/01 05:37:53 lukem Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -41,32 +41,32 @@ .Nm restore .Nd "restore files or file systems from backups made with dump" .Sh SYNOPSIS -.Nm +.Nm restore .Fl i .Op Fl chmvy .Op Fl b Ar blocksize .Op Fl f Ar file .Op Fl s Ar fileno -.Nm +.Nm restore .Fl R .Op Fl cvy .Op Fl b Ar blocksize .Op Fl f Ar file .Op Fl s Ar fileno -.Nm +.Nm restore .Fl r .Op Fl cvy .Op Fl b Ar blocksize .Op Fl f Ar file .Op Fl s Ar fileno -.Nm +.Nm restore .Fl t .Op Fl chvy .Op Fl b Ar blocksize .Op Fl f Ar file .Op Fl s Ar fileno .Op Ar file Ar ... -.Nm +.Nm restore .Fl x .Op Fl chmvy .Op Fl b Ar blocksize diff --git a/sbin/route/route.8 b/sbin/route/route.8 index da86199a4d3..a3510399880 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.8,v 1.11 1998/11/28 19:56:33 aaron Exp $ +.\" $OpenBSD: route.8,v 1.12 1998/12/15 01:20:43 aaron Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -41,7 +41,7 @@ .Nm route .Nd manually manipulate the routing tables .Sh SYNOPSIS -.Nm +.Nm route .Op Fl dnqv .Ar command .Oo diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index dcea3976ae5..640d5f47d3a 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: routed.8,v 1.19 1998/11/28 19:56:33 aaron Exp $ +.\" $OpenBSD: routed.8,v 1.20 1998/12/15 01:20:43 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -40,7 +40,7 @@ .Nm routed .Nd network RIP and router discovery routing daemon .Sh SYNOPSIS -.Nm +.Nm routed .Op Fl sqdghmpAt .Op Fl T Ar tracefile .Oo diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index 38cdd088306..b59f0c506b3 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -5,7 +5,7 @@ .Nm rtquery .Nd query routing daemons for their routing tables .Sh SYNOPSIS -.Nm +.Nm rtquery .Op Fl np1 .Op Fl w Ar timeout .Op Fl r Ar addr diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index e0b6d952216..59b270ff54f 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: savecore.8,v 1.7 1998/11/28 19:56:34 aaron Exp $ +.\" $OpenBSD: savecore.8,v 1.8 1998/12/15 01:20:44 aaron Exp $ .\" $NetBSD: savecore.8,v 1.11 1995/06/27 22:40:46 briggs Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -41,9 +41,9 @@ .Nm savecore .Nd "save a core dump of the operating system" .Sh SYNOPSIS -.Nm +.Nm savecore .Fl c -.Nm +.Nm savecore .Op Fl fvz .Op Fl N Ar system .Ar directory diff --git a/sbin/scan_ffs/scan_ffs.8 b/sbin/scan_ffs/scan_ffs.8 index dc2a9452f9c..a8056271468 100644 --- a/sbin/scan_ffs/scan_ffs.8 +++ b/sbin/scan_ffs/scan_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scan_ffs.8,v 1.5 1998/11/11 22:20:01 aaron Exp $ +.\" $OpenBSD: scan_ffs.8,v 1.6 1998/12/15 01:20:44 aaron Exp $ .\" .\" Copyright (c) 1997 Niklas Hallqvist, Tobias Weingartner .\" All rights reserved. @@ -36,7 +36,7 @@ .Nm scan_ffs .Nd find UFS/FFS partitions on a disk .Sh SYNOPSIS -.Nm +.Nm scan_ffs .Op Fl lsv .Op Fl b Ar begin .Op Fl e Ar end diff --git a/sbin/scsi/scsi.8 b/sbin/scsi/scsi.8 index 6fb60fceb12..03abef38074 100644 --- a/sbin/scsi/scsi.8 +++ b/sbin/scsi/scsi.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.8,v 1.7 1998/11/28 19:56:34 aaron Exp $ +.\" $OpenBSD: scsi.8,v 1.8 1998/12/15 01:20:44 aaron Exp $ .\" $FreeBSD: scsi.8,v 1.5 1995/05/05 20:41:58 dufault Exp $ .\" .\" Written By Julian ELischer @@ -47,30 +47,30 @@ .Nm scsi .Nd program to assist with SCSI devices .Sh SYNOPSIS -.Nm +.Nm scsi .Fl f Ar device .Fl d Ar debug_level -.Nm +.Nm scsi .Fl f Ar device .Op Fl v .Fl z Ar seconds -.Nm +.Nm scsi .Fl f Ar device .Fl m Ar page .Op Fl P Ar pc .Op Fl e -.Nm +.Nm scsi .Fl f Ar device .Fl p .Op Fl b Ar bus .Op Fl l Ar lun -.Nm +.Nm scsi .Fl f Ar device .Fl r .Op Fl b Ar bus .Op Fl t Ar targ .Op Fl l Ar lun -.Nm +.Nm scsi .Fl f Ar device .Op Fl v .Op Fl s Ar seconds diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index 210cbace794..b8e53c73c66 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shutdown.8,v 1.10 1998/11/28 19:56:35 aaron Exp $ +.\" $OpenBSD: shutdown.8,v 1.11 1998/12/15 01:20:45 aaron Exp $ .\" $NetBSD: shutdown.8,v 1.6 1995/03/18 15:01:07 cgd Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -41,7 +41,7 @@ .Nm shutdown .Nd "close down the system at a given time" .Sh SYNOPSIS -.Nm +.Nm shutdown .Op Fl .Op Fl dfhkrnp .Ar time diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8 index 90cfc451d8d..90a7de59c20 100644 --- a/sbin/slattach/slattach.8 +++ b/sbin/slattach/slattach.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: slattach.8,v 1.6 1998/11/28 19:56:35 aaron Exp $ +.\" $OpenBSD: slattach.8,v 1.7 1998/12/15 01:20:45 aaron Exp $ .\" $NetBSD: slattach.8,v 1.12 1995/03/18 15:01:12 cgd Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 @@ -41,7 +41,7 @@ .Nm slattach .Nd attach serial lines as network interfaces .Sh SYNOPSIS -.Nm +.Nm slattach .Op Fl hm .Op Fl s Ar baudrate .Ar ttyname diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8 index b7335e3421f..4d611cf60d3 100644 --- a/sbin/swapon/swapon.8 +++ b/sbin/swapon/swapon.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: swapon.8,v 1.6 1998/11/28 19:56:35 aaron Exp $ +.\" $OpenBSD: swapon.8,v 1.7 1998/12/15 01:20:45 aaron Exp $ .\" $NetBSD: swapon.8,v 1.8 1995/08/18 14:51:35 pk Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -41,9 +41,9 @@ .Nm swapon .Nd "specify additional device for paging and swapping" .Sh SYNOPSIS -.Nm +.Nm swapon .Fl a -.Nm +.Nm swapon .Ar special_file ... .Sh DESCRIPTION .Nm diff --git a/sbin/ttyflags/ttyflags.8 b/sbin/ttyflags/ttyflags.8 index 36de8d87f4a..b74f51f29f1 100644 --- a/sbin/ttyflags/ttyflags.8 +++ b/sbin/ttyflags/ttyflags.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ttyflags.8,v 1.6 1998/11/28 19:56:36 aaron Exp $ +.\" $OpenBSD: ttyflags.8,v 1.7 1998/12/15 01:20:45 aaron Exp $ .\" $NetBSD: ttyflags.8,v 1.2 1995/03/18 15:01:22 cgd Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou @@ -36,7 +36,7 @@ .Nm ttyflags .Nd set device-specific flags for terminals .Sh SYNOPSIS -.Nm +.Nm ttyflags .Op Fl v .Op Fl p .Op Fl a | Ar tty ... diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index 8b29ba7f36e..d579e2c2efd 100644 --- a/sbin/tunefs/tunefs.8 +++ b/sbin/tunefs/tunefs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tunefs.8,v 1.9 1998/11/28 19:56:36 aaron Exp $ +.\" $OpenBSD: tunefs.8,v 1.10 1998/12/15 01:20:46 aaron Exp $ .\" $NetBSD: tunefs.8,v 1.8 1995/03/18 15:01:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -41,7 +41,7 @@ .Nm tunefs .Nd tune up an existing file system .Sh SYNOPSIS -.Nm +.Nm tunefs .Op Fl A .Op Fl a Ar maxcontig .Op Fl d Ar rotdelay diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index 82579a1ddda..8011478a91a 100644 --- a/sbin/umount/umount.8 +++ b/sbin/umount/umount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umount.8,v 1.5 1998/11/28 19:56:36 aaron Exp $ +.\" $OpenBSD: umount.8,v 1.6 1998/12/15 01:20:46 aaron Exp $ .\" $NetBSD: umount.8,v 1.2 1995/03/18 15:01:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -41,10 +41,10 @@ .Nm umount .Nd unmount file systems .Sh SYNOPSIS -.Nm +.Nm umount .Op Fl fv .Ar special | node -.Nm +.Nm umount .Fl a .Op Fl fv .Op Fl h Ar host diff --git a/share/man/man5/netgroup.5 b/share/man/man5/netgroup.5 index b879f3bb3d3..71b221b2cd6 100644 --- a/share/man/man5/netgroup.5 +++ b/share/man/man5/netgroup.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netgroup.5,v 1.4 1998/11/29 15:47:24 aaron Exp $ +.\" $OpenBSD: netgroup.5,v 1.5 1998/12/15 01:20:51 aaron Exp $ .\" $NetBSD: netgroup.5,v 1.3 1995/03/18 14:58:34 cgd Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -41,7 +41,7 @@ .Nm netgroup .Nd defines network groups .Sh SYNOPSIS -.Nm +.Nm netgroup .Sh DESCRIPTION The .Nm diff --git a/share/man/man5/printcap.5 b/share/man/man5/printcap.5 index bf965233e1b..0a8167987ef 100644 --- a/share/man/man5/printcap.5 +++ b/share/man/man5/printcap.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printcap.5,v 1.6 1998/11/29 15:47:24 aaron Exp $ +.\" $OpenBSD: printcap.5,v 1.7 1998/12/15 01:20:51 aaron Exp $ .\" $NetBSD: printcap.5,v 1.7 1998/02/20 12:24:50 hubertf Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -41,7 +41,7 @@ .Nm printcap .Nd printer capability data base .Sh SYNOPSIS -.Nm +.Nm printcap .Sh DESCRIPTION The .Nm diff --git a/usr.sbin/adduser/rmgroup.8 b/usr.sbin/adduser/rmgroup.8 index f2a45264703..db9cc1b46bb 100644 --- a/usr.sbin/adduser/rmgroup.8 +++ b/usr.sbin/adduser/rmgroup.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmgroup.8,v 1.3 1998/11/08 00:21:25 aaron Exp $ +.\" $OpenBSD: rmgroup.8,v 1.4 1998/12/15 01:20:47 aaron Exp $ .\" .\" Copyright (c) 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. .\" All rights reserved. @@ -33,7 +33,7 @@ .Nm rmgroup .Nd delete a Unix group .Sh SYNOPSIS -.Nm +.Nm rmgroup .Ar group .Sh DESCRIPTION .Nm diff --git a/usr.sbin/afs/afsd/afsd.8 b/usr.sbin/afs/afsd/afsd.8 index 23404ddc844..f113eb46b8e 100644 --- a/usr.sbin/afs/afsd/afsd.8 +++ b/usr.sbin/afs/afsd/afsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afsd.8,v 1.3 1998/11/08 00:21:25 aaron Exp $ +.\" $OpenBSD: afsd.8,v 1.4 1998/12/15 01:20:49 aaron Exp $ .\" .Dd September 5, 1998 .Dt AFSD 8 @@ -7,7 +7,7 @@ .Nm afsd .Nd AFS cache manager for xfs .Sh SYNOPSIS -.Nm +.Nm afsd .Op Fl t | Fl -test .Oo Fl c Ar string \*(Ba Xo .Fl -conffile= Ns Ar string Oc diff --git a/usr.sbin/amd/mk-amd-map/mk-amd-map.8 b/usr.sbin/amd/mk-amd-map/mk-amd-map.8 index 32d93ef73fb..0ae86d71bed 100644 --- a/usr.sbin/amd/mk-amd-map/mk-amd-map.8 +++ b/usr.sbin/amd/mk-amd-map/mk-amd-map.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)mk-amd-map.8 8.1 (Berkeley) 6/28/93 -.\" $Id: mk-amd-map.8,v 1.2 1997/05/30 07:49:37 deraadt Exp $ +.\" $Id: mk-amd-map.8,v 1.3 1998/12/15 01:20:47 aaron Exp $ .\" .Dd June, 28, 1993 .Dt MK-AMD-MAP 8 @@ -40,7 +40,7 @@ .Nm mk-amd-map .Nd create database maps for Amd .Sh SYNOPSIS -.Nm +.Nm mk-amd-map .Op Fl p .Ar mapname .Sh DESCRIPTION diff --git a/usr.sbin/apmd/apmd.8 b/usr.sbin/apmd/apmd.8 index fc3444dfed2..7c82956910d 100644 --- a/usr.sbin/apmd/apmd.8 +++ b/usr.sbin/apmd/apmd.8 @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: apmd.8,v 1.6 1998/11/08 00:21:26 aaron Exp $ +.\" $Id: apmd.8,v 1.7 1998/12/15 01:20:47 aaron Exp $ .\" .Dd March 24, 1996 .Dt APMD 8 @@ -33,7 +33,7 @@ .Nm apmd .Nd Advanced Power Management monitor daemon .Sh SYNOPSIS -.Nm +.Nm apmd .Op Fl dsaqepm .Op Fl t Ar seconds .Op Fl S Ar sockname diff --git a/usr.sbin/grfconfig/grfconfig.8 b/usr.sbin/grfconfig/grfconfig.8 index e8cbe7ee51d..3c56ada3018 100644 --- a/usr.sbin/grfconfig/grfconfig.8 +++ b/usr.sbin/grfconfig/grfconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: grfconfig.8,v 1.4 1998/11/08 00:21:29 aaron Exp $ +.\" $OpenBSD: grfconfig.8,v 1.5 1998/12/15 01:20:47 aaron Exp $ .\" $NetBSD: grfconfig.8,v 1.4 1997/07/29 17:40:47 veego Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ .Nm grfconfig .Nd alter grf device screen mode definitions at run time .Sh SYNOPSIS -.Nm +.Nm grfconfig .Op Fl r .Ar device .Op Ar file diff --git a/usr.sbin/pcmciad/pcmciad.8 b/usr.sbin/pcmciad/pcmciad.8 index ea608bb48fd..e6c5376b291 100644 --- a/usr.sbin/pcmciad/pcmciad.8 +++ b/usr.sbin/pcmciad/pcmciad.8 @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: pcmciad.8,v 1.2 1998/03/10 04:51:09 millert Exp $ +.\" $Id: pcmciad.8,v 1.3 1998/12/15 01:20:48 aaron Exp $ .\" .Dd October 29, 1995 .Dt PCMCIAD 8 @@ -33,7 +33,7 @@ .Nm pcmciad .Nd PC-CARD slot monitor daemon .Sh SYNOPSIS -.Nm +.Nm pcmciad .Op Fl d .Op Fl q .Op Fl c Ar conf-file @@ -48,7 +48,9 @@ flag, or, if no file is specified, the default configuration file .Pp Each line of the configuration file contains a list of PCMCIA slot device files to monitor and a command name for that slot. -Whenever a card event occurs on a monitored slot, pcmciad attempts to +Whenever a card event occurs on a monitored slot, +.Nm +attempts to configure (upon insertion) or unconfigure (upon removal) the card. If the action succeeds, the slot's command is run, passed the slot number, event type (insert or delete), and device type name. @@ -67,9 +69,9 @@ When the flag is specified, the card insertion/removal events are not announced on the speaker. .Sh SEE ALSO -.Xr pcmcia_cntrl 8 , +.Xr speaker 4 , .Xr config_slot 8 , -.Xr speaker 4 . +.Xr pcmcia_cntrl 8 .Sh HISTORY The .Nm pcmciad diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index 54bcea0a059..6980dfb1997 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.8 1998/11/08 13:06:26 brian Exp $ +.\" $Id: ppp.8,v 1.9 1998/12/15 01:20:48 aaron Exp $ .Dd 20 September 1995 .Os FreeBSD .Dt PPP 8 @@ -6,7 +6,7 @@ .Nm ppp .Nd Point to Point Protocol (a.k.a. user-ppp) .Sh SYNOPSIS -.Nm +.Nm ppp .Oo .Fl auto | .Fl background | diff --git a/usr.sbin/ppp/pppctl/pppctl.8 b/usr.sbin/ppp/pppctl/pppctl.8 index 1b5e6ae65e3..294e92f280c 100644 --- a/usr.sbin/ppp/pppctl/pppctl.8 +++ b/usr.sbin/ppp/pppctl/pppctl.8 @@ -1,4 +1,4 @@ -.\" $Id: pppctl.8,v 1.1 1998/08/31 00:22:31 brian Exp $ +.\" $Id: pppctl.8,v 1.2 1998/12/15 01:20:48 aaron Exp $ .Dd 26 June 1997 .Os FreeBSD .Dt PPPCTL 8 @@ -7,7 +7,7 @@ .Nd PPP control program .Sh SYNOPSIS -.Nm +.Nm pppctl .Op Fl v .Op Fl t Ar n .Op Fl p Ar passwd diff --git a/usr.sbin/sendmail/makemap/makemap.8 b/usr.sbin/sendmail/makemap/makemap.8 index 6180c8bda8b..f3428a135a2 100644 --- a/usr.sbin/sendmail/makemap/makemap.8 +++ b/usr.sbin/sendmail/makemap/makemap.8 @@ -16,7 +16,7 @@ .Nm makemap .Nd create database maps for sendmail .Sh SYNOPSIS -.Nm +.Nm makemap .Op Fl N .Op Fl d .Op Fl f diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8 index 111c9aa896a..8f8b0d1d2d1 100644 --- a/usr.sbin/ypbind/ypbind.8 +++ b/usr.sbin/ypbind/ypbind.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypbind.8,v 1.10 1998/09/07 16:44:34 aaron Exp $ +.\" $OpenBSD: ypbind.8,v 1.11 1998/12/15 01:20:49 aaron Exp $ .\" $NetBSD: ypbind.8,v 1.2 1996/02/28 01:21:00 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ .Nm ypbind .Nd create and maintain a binding to a YP server .Sh SYNOPSIS -.Nm +.Nm ypbind .Op Fl ypset .Op Fl ypsetme .Op Fl insecure |