summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-11-13 14:00:16 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-11-13 14:00:16 +0000
commit6788c4c40e91b82f0ee156428c9e537193b67fa7 (patch)
treeeb036694541b6b65c9f9ae74b2503885456e80b7
parent138760cea6dfae9292858f5f76e471374533727e (diff)
o) start new sentence on a new line;
o) don't use .Pp before/after .Ss; o) wrap long lines; o) fix bogus .Xr usage; millert@ ok;
-rw-r--r--bin/csh/csh.16
-rw-r--r--bin/ed/ed.14
-rw-r--r--bin/expr/expr.15
-rw-r--r--bin/ln/ln.15
-rw-r--r--bin/ln/symlink.75
-rw-r--r--bin/rm/rm.18
-rw-r--r--bin/rmail/rmail.84
-rw-r--r--bin/stty/stty.16
8 files changed, 23 insertions, 20 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1
index f24186759e1..d20d7aea662 100644
--- a/bin/csh/csh.1
+++ b/bin/csh/csh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csh.1,v 1.41 2001/08/02 20:37:35 hugh Exp $
+.\" $OpenBSD: csh.1,v 1.42 2001/11/13 14:00:15 mpech Exp $
.\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -290,7 +290,8 @@ or
showing,
as in the C language,
that the second is to be executed only if the first fails or succeeds,
-respectively. (See
+respectively.
+(See
.Em Expressions . )
.Ss Jobs
The shell associates a
@@ -810,7 +811,6 @@ while
.Ic !la
would look for a command starting with
.Dq la .
-.Pp
.Ss Quotations with \' and \&"
The quotation of strings by
.Ql '
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1
index d9943e90425..20a73df3e59 100644
--- a/bin/ed/ed.1
+++ b/bin/ed/ed.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ed.1,v 1.33 2001/07/20 18:07:11 mpech Exp $
+.\" $OpenBSD: ed.1,v 1.34 2001/11/13 14:00:15 mpech Exp $
.\"
.Dd May 2, 1993
.Dt ED 1
@@ -132,7 +132,6 @@ The default filename is set to
.Ar file
only if it is not prefixed with a bang.
.El
-.Pp
.Ss LINE ADDRESSING
An address represents the number of a line in the buffer.
.Nm
@@ -247,7 +246,6 @@ The line previously marked by a
.Em lc
is a lower case letter.
.El
-.Pp
.Ss REGULAR EXPRESSIONS
Regular expressions are patterns used in selecting text.
For example, the
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1
index 100310d3e55..6052e8fa55e 100644
--- a/bin/expr/expr.1
+++ b/bin/expr/expr.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: expr.1,v 1.10 2000/10/18 06:55:08 aaron Exp $
+.\" $OpenBSD: expr.1,v 1.11 2001/11/13 14:00:15 mpech Exp $
.\" $NetBSD: expr.1,v 1.9 1995/04/28 23:27:13 jtc Exp $
.\"
.\" Written by J.T. Conklin <jtc@netbsd.org>.
@@ -47,7 +47,8 @@ or 0 if the relation is false.
.It Ar expr1 Li "{+, -}" Ar expr2
Returns the results of addition or subtraction of integer-valued arguments.
.It Ar expr1 Li "{*, /, %}" Ar expr2
-Returns the results of multiplication, integer division, or remainder of integer-valued arguments.
+Returns the results of multiplication, integer division, or remainder of
+integer-valued arguments.
.It Ar expr1 Li : Ar expr2
The
.Ql \&:
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index 1fb5d2dbddc..39921778fd3 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ln.1,v 1.12 2001/08/23 12:20:39 aaron Exp $
+.\" $OpenBSD: ln.1,v 1.13 2001/11/13 14:00:15 mpech Exp $
.\" $NetBSD: ln.1,v 1.10 1995/07/25 19:37:04 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -177,7 +177,8 @@ and inside
.Pa foo
create a new symlink
.Pa baz
-pointing to itself. This results from directory-walking.
+pointing to itself.
+This results from directory-walking.
.Sh SEE ALSO
.Xr link 2 ,
.Xr lstat 2 ,
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7
index 1ae87da496f..153ea35d2ed 100644
--- a/bin/ln/symlink.7
+++ b/bin/ln/symlink.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: symlink.7,v 1.13 2001/10/04 22:35:28 pjanzen Exp $
+.\" $OpenBSD: symlink.7,v 1.14 2001/11/13 14:00:15 mpech Exp $
.\" $NetBSD: symlink.7,v 1.4 1996/04/25 15:44:56 mycroft Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -221,7 +221,8 @@ command behaves as
.Xr ls 1
in that the
.Fl L
-option makes it follow a symbolic link. By default,
+option makes it follow a symbolic link.
+By default,
.Dq Li "file slink"
will report that
.Dq Li slink
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index 2df0bbc8ed6..369f705c4bd 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rm.1,v 1.14 2001/08/13 21:00:05 heko Exp $
+.\" $OpenBSD: rm.1,v 1.15 2001/11/13 14:00:15 mpech Exp $
.\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -175,9 +175,11 @@ to act like
.Xr rmdir 1
when the
.Ar file
-specified is a directory. This implementation requires the
+specified is a directory.
+This implementation requires the
.Fl d
-option if such behavior is desired. This follows the historical
+option if such behavior is desired.
+This follows the historical
behavior of
.Nm
with respect to directories.
diff --git a/bin/rmail/rmail.8 b/bin/rmail/rmail.8
index ae7de7c8acc..963b8f0bd25 100644
--- a/bin/rmail/rmail.8
+++ b/bin/rmail/rmail.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmail.8,v 1.10 1999/08/17 14:04:01 aaron Exp $
+.\" $OpenBSD: rmail.8,v 1.11 2001/11/13 14:00:15 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
+.Xr uucp 1
and
.Xr sendmail 8 .
.Sh SEE ALSO
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1
index 3491e5a9de2..6dde4a70e9f 100644
--- a/bin/stty/stty.1
+++ b/bin/stty/stty.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stty.1,v 1.24 2000/04/15 11:45:54 aaron Exp $
+.\" $OpenBSD: stty.1,v 1.25 2001/11/13 14:00:15 mpech Exp $
.\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -535,8 +535,8 @@ bit, it is not possible to intuit what flags were set prior to setting
This means that unsetting
.Cm raw
may not put back all the setting that were previously in effect.
-To set the terminal into a raw state and then accurately restore it, the following
-shell code is recommended:
+To set the terminal into a raw state and then accurately restore it,
+the following shell code is recommended:
.Bd -literal -offset indent
save_state=$(stty -g)
stty raw