summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/df/df.13
-rw-r--r--bin/echo/echo.14
-rw-r--r--bin/ed/ed.14
-rw-r--r--bin/ln/ln.14
-rw-r--r--bin/mv/mv.110
-rw-r--r--bin/pax/pax.14
-rw-r--r--bin/rm/rm.14
-rw-r--r--bin/rmail/rmail.84
8 files changed, 18 insertions, 19 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1
index c609a1b5e42..abaffa982df 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: df.1,v 1.24 2001/05/01 17:58:00 aaron Exp $
+.\" $OpenBSD: df.1,v 1.25 2001/12/21 11:41:49 mpech Exp $
.\" $NetBSD: df.1,v 1.12 1995/12/05 02:42:45 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -151,4 +151,3 @@ A
.Nm
utility appeared in
.At v6 .
-
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1
index 76adc8499e0..21df8f8d40d 100644
--- a/bin/echo/echo.1
+++ b/bin/echo/echo.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: echo.1,v 1.9 2000/11/09 17:51:54 aaron Exp $
+.\" $OpenBSD: echo.1,v 1.10 2001/12/21 11:41:49 mpech Exp $
.\" $NetBSD: echo.1,v 1.7 1995/03/21 09:04:26 cgd Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -51,7 +51,7 @@
The
.Nm
utility writes any specified operands, separated by single blank
-.Pq Sq \
+.Pq Sq \
characters and followed by a newline
.Pq Sq \en
character, to the standard
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1
index 20a73df3e59..d09b9766be7 100644
--- a/bin/ed/ed.1
+++ b/bin/ed/ed.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ed.1,v 1.34 2001/11/13 14:00:15 mpech Exp $
+.\" $OpenBSD: ed.1,v 1.35 2001/12/21 11:41:49 mpech Exp $
.\"
.Dd May 2, 1993
.Dt ED 1
@@ -397,7 +397,7 @@ matches the beginning of the string
since a null match is the only leftmost match.
.Sm off
.It Xo Em \e{ No n,m
-.Em \e}\ \e{ No n, Em \e}\
+.Em \e}\ \e{ No n, Em \e}\
.Em \e{ No n Em \e}
.Xc
.Sm on
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index 39921778fd3..fb5713ae432 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ln.1,v 1.13 2001/11/13 14:00:15 mpech Exp $
+.\" $OpenBSD: ln.1,v 1.14 2001/12/21 11:41:49 mpech Exp $
.\" $NetBSD: ln.1,v 1.10 1995/07/25 19:37:04 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -167,7 +167,7 @@ removes the original
.Pa foo
and creates a replacement pointing to
.Pa baz .
-Without the
+Without the
.Ar -h
option, this would instead leave
.Pa foo
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index 70099cbe08f..3518c695e50 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mv.1,v 1.13 2001/08/13 21:00:05 heko Exp $
+.\" $OpenBSD: mv.1,v 1.14 2001/12/21 11:41:49 mpech Exp $
.\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -138,11 +138,11 @@ if it already exists.
.Cm mv -i -- -f bar ,
.Cm mv -i ./-f bar
.Pp
-Either of these commands will rename the file
-.Pa -f
-to
+Either of these commands will rename the file
+.Pa -f
+to
.Pa bar ,
-prompting for confirmation if
+prompting for confirmation if
.Pa bar
already exists.
.Sh SEE ALSO
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index 9c3f5ef7bf6..06fc42fcbee 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pax.1,v 1.27 2001/05/01 17:58:01 aaron Exp $
+.\" $OpenBSD: pax.1,v 1.28 2001/12/21 11:41:49 mpech Exp $
.\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $
.\"
.\" Copyright (c) 1992 Keith Muller.
@@ -1047,7 +1047,7 @@ options are specified along with the
option, a file is not considered selected unless it is newer
than the file to which it is compared.
.Sh EXAMPLES
-.Cm pax -w -f /dev/rst0 .\
+.Cm pax -w -f /dev/rst0 .\
.Pp
Copies the contents of the current directory to the device
.Pa /dev/rst0 .
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index 369f705c4bd..cf0246b14bd 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rm.1,v 1.15 2001/11/13 14:00:15 mpech Exp $
+.\" $OpenBSD: rm.1,v 1.16 2001/12/21 11:41:50 mpech Exp $
.\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -142,7 +142,7 @@ directory hierarchy.
.Cm rm -- -f ,
.Cm rm ./-f
.Pp
-Either of these commands will remove the file
+Either of these commands will remove the file
.Pa -f .
.Sh SEE ALSO
.Xr rmdir 1 ,
diff --git a/bin/rmail/rmail.8 b/bin/rmail/rmail.8
index 963b8f0bd25..9120d1ed9d6 100644
--- a/bin/rmail/rmail.8
+++ b/bin/rmail/rmail.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmail.8,v 1.11 2001/11/13 14:00:15 mpech Exp $
+.\" $OpenBSD: rmail.8,v 1.12 2001/12/21 11:41:50 mpech 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.
@@ -59,7 +59,7 @@ and passing the processed mail on to
.Pp
.Nm
is explicitly designed for use with
-.Xr uucp 1
+.Xr uucp 1
and
.Xr sendmail 8 .
.Sh SEE ALSO