summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-12-15 01:20:53 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-12-15 01:20:53 +0000
commitad3209ab6a39f87faf0d2171cdfc73eb5d46df8d (patch)
treeb54160234444c70a92f7729894e15af668141646 /bin
parent6522caaeea17770c4d5798c2647c0c6b135dfc4c (diff)
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
Diffstat (limited to 'bin')
-rw-r--r--bin/cat/cat.14
-rw-r--r--bin/chio/chio.14
-rw-r--r--bin/chmod/chmod.14
-rw-r--r--bin/cp/cp.16
-rw-r--r--bin/csh/csh.16
-rw-r--r--bin/date/date.14
-rw-r--r--bin/dd/dd.14
-rw-r--r--bin/df/df.14
-rw-r--r--bin/domainname/domainname.14
-rw-r--r--bin/echo/echo.14
-rw-r--r--bin/ed/ed.14
-rw-r--r--bin/expr/expr.14
-rw-r--r--bin/hostname/hostname.14
-rw-r--r--bin/kill/kill.110
-rw-r--r--bin/ln/ln.16
-rw-r--r--bin/ls/ls.14
-rw-r--r--bin/md5/md5.14
-rw-r--r--bin/md5/rmd160.14
-rw-r--r--bin/md5/sha1.14
-rw-r--r--bin/mkdir/mkdir.14
-rw-r--r--bin/mt/mt.14
-rw-r--r--bin/mv/mv.16
-rw-r--r--bin/pax/cpio.18
-rw-r--r--bin/pax/tar.14
-rw-r--r--bin/ps/ps.16
-rw-r--r--bin/pwd/pwd.14
-rw-r--r--bin/rcp/rcp.16
-rw-r--r--bin/rm/rm.14
-rw-r--r--bin/rmail/rmail.84
-rw-r--r--bin/rmdir/rmdir.14
-rw-r--r--bin/sleep/sleep.14
-rw-r--r--bin/stty/stty.14
-rw-r--r--bin/sync/sync.84
33 files changed, 77 insertions, 77 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