summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 02:15:31 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 02:15:31 +0000
commiteebf512f9ccf68c32dd3357d8b220432728968c3 (patch)
tree6858a0c3ff6902f83bd5f4867667f4083aaae0d5 /usr.bin
parent1b52790c858f028bdd5d92656f0aecc3b609deef (diff)
Mostly punctuation fixes.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ar/ar.14
-rw-r--r--usr.bin/getopt/getopt.15
-rw-r--r--usr.bin/lndir/lndir.14
-rw-r--r--usr.bin/netstat/netstat.16
-rw-r--r--usr.bin/rup/rup.14
-rw-r--r--usr.bin/rusers/rusers.14
-rw-r--r--usr.bin/rwall/rwall.14
-rw-r--r--usr.bin/sed/sed.14
-rw-r--r--usr.bin/telnet/telnet.14
-rw-r--r--usr.bin/tip/tip.14
-rw-r--r--usr.bin/xlint/xlint/lint.14
11 files changed, 23 insertions, 24 deletions
diff --git a/usr.bin/ar/ar.1 b/usr.bin/ar/ar.1
index 04b88dd510f..1d2ea58bde3 100644
--- a/usr.bin/ar/ar.1
+++ b/usr.bin/ar/ar.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ar.1,v 1.7 2000/03/04 21:11:59 aaron Exp $
+.\" $OpenBSD: ar.1,v 1.8 2000/04/15 02:15:11 aaron Exp $
.\" $NetBSD: ar.1,v 1.7 1995/08/18 15:05:11 pk Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -270,7 +270,7 @@ style listing of information about the members of
the archive.
This listing consists of eight, whitespace-separated fields:
the file permissions (see
-.Xr strmode 3 ),
+.Xr strmode 3 ) ,
the decimal user and group IDs, separated by a single slash
.Pq Ql / ,
the file size (in bytes), the file modification time (in the
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1
index ca3f9c373f2..21c6863263e 100644
--- a/usr.bin/getopt/getopt.1
+++ b/usr.bin/getopt/getopt.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getopt.1,v 1.6 2000/03/07 21:11:09 aaron Exp $ -*- nroff -*-
+.\" $OpenBSD: getopt.1,v 1.7 2000/04/15 02:15:11 aaron Exp $ -*- nroff -*-
.Dd June 21, 1993
.Dt GETOPT 1
.Os
@@ -13,8 +13,7 @@ is used to break up options in command lines for easy parsing by
shell procedures, and to check for legal options.
.Op optstring
is a string of recognized option letters (see
-.Xr getopt 3
-);
+.Xr getopt 3 ) ;
if a letter is followed by a colon, the option
is expected to have an argument which may or may not be
separated from it by whitespace.
diff --git a/usr.bin/lndir/lndir.1 b/usr.bin/lndir/lndir.1
index 120e88472f2..fd3614106ba 100644
--- a/usr.bin/lndir/lndir.1
+++ b/usr.bin/lndir/lndir.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lndir.1,v 1.9 2000/03/08 03:11:31 aaron Exp $
+.\" $OpenBSD: lndir.1,v 1.10 2000/04/15 02:15:11 aaron Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -77,7 +77,7 @@ The
program makes a shadow copy
.Ar todir
of a directory tree
-.Ar fromdir,
+.Ar fromdir ,
except that the shadow is not
populated with real files but instead with symbolic links pointing at
the real files in the
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1
index 22b4a292acb..d42732d9d39 100644
--- a/usr.bin/netstat/netstat.1
+++ b/usr.bin/netstat/netstat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: netstat.1,v 1.19 1999/12/08 12:30:17 itojun Exp $
+.\" $OpenBSD: netstat.1,v 1.20 2000/04/15 02:15:12 aaron Exp $
.\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1992, 1993
@@ -162,7 +162,7 @@ option is present, show per-interface statistics on the
for the specfied
.Ar address_family
or
-.Ar protocol,
+.Ar protocol ,
respectively.
.It Fl i
Show the state of interfaces which have been auto-configured
@@ -184,7 +184,7 @@ option is present, show per-interface statistics on all interfaces
for the specfied
.Ar address_family
or
-.Ar protocol,
+.Ar protocol ,
respectively.
.It Fl M Ar core
Extract values associated with the name list from the specified core
diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1
index b05398c12f7..baf403101c3 100644
--- a/usr.bin/rup/rup.1
+++ b/usr.bin/rup/rup.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rup.1,v 1.6 2000/03/10 20:17:51 aaron Exp $
+.\" $OpenBSD: rup.1,v 1.7 2000/04/15 02:15:12 aaron Exp $
.\"
.\" Copyright (c) 1985, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -91,7 +91,7 @@ Either the network is excessively congested, or the
daemon has terminated on the remote host.
.It rup: RPC: Port mapper failure - RPC: Timed out
The remote host is not running the portmapper (see
-.Xr portmap 8 ),
+.Xr portmap 8 ) ,
and cannot accommodate any RPC-based services.
The host may be down.
.El
diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1
index 26ed1e82d76..8336dbf365e 100644
--- a/usr.bin/rusers/rusers.1
+++ b/usr.bin/rusers/rusers.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rusers.1,v 1.7 2000/03/23 21:39:54 aaron Exp $
+.\" $OpenBSD: rusers.1,v 1.8 2000/04/15 02:15:12 aaron Exp $
.\"
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -81,7 +81,7 @@ Either the network is excessively congested, or the
daemon has terminated on the remote host.
.It rusers: RPC: Port mapper failure - RPC: Timed out
The remote host is not running the portmapper (see
-.Xr portmap 8 ),
+.Xr portmap 8 ) ,
and cannot accommodate any RPC-based services.
The host may be down.
.El
diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1
index 0a581013539..d14bdac4e22 100644
--- a/usr.bin/rwall/rwall.1
+++ b/usr.bin/rwall/rwall.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rwall.1,v 1.5 2000/03/23 21:39:54 aaron Exp $
+.\" $OpenBSD: rwall.1,v 1.6 2000/04/15 02:15:12 aaron Exp $
.\"
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -63,7 +63,7 @@ Either the network is excessively congested, or the
daemon has terminated on the remote host.
.It rwall: RPC: Port mapper failure - RPC: Timed out
The remote host is not running the portmapper (see
-.Xr portmap 8 ),
+.Xr portmap 8 ) ,
and cannot accommodate any RPC-based services.
The host may be down.
.El
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1
index 8f36ba500cc..9f88641a5a5 100644
--- a/usr.bin/sed/sed.1
+++ b/usr.bin/sed/sed.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sed.1,v 1.13 2000/03/11 21:40:08 aaron Exp $
+.\" $OpenBSD: sed.1,v 1.14 2000/04/15 02:15:13 aaron Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -395,7 +395,7 @@ where
.Ql #
is a digit, is replaced by the text matched
by the corresponding backreference expression (see
-.Xr re_format 7 ).
+.Xr re_format 7 ) .
.Pp
A line can be split by substituting a newline character into it.
To specify a newline character in the replacement string, precede it with
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1
index 6bbdc3a7c13..12963a0b863 100644
--- a/usr.bin/telnet/telnet.1
+++ b/usr.bin/telnet/telnet.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: telnet.1,v 1.23 2000/03/23 21:39:55 aaron Exp $
+.\" $OpenBSD: telnet.1,v 1.24 2000/04/15 02:15:13 aaron Exp $
.\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -427,7 +427,7 @@ Attempts to start encryption.
If you omit
.Ic input
and
-.Ic output,
+.Ic output ,
both input and output are enabled.
To obtain a list of available types, use the
.Ic encrypt enable \&?
diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1
index cb86cf266a8..ff2eaf85604 100644
--- a/usr.bin/tip/tip.1
+++ b/usr.bin/tip/tip.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tip.1,v 1.7 2000/03/11 21:40:05 aaron Exp $
+.\" $OpenBSD: tip.1,v 1.8 2000/04/15 02:15:13 aaron Exp $
.\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -430,7 +430,7 @@ default is
When
.Ar script
is
-.Li true,
+.Li true ,
.Nm
will record everything transmitted by the remote machine in
the script record file specified in
diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1
index 53a0d0db69c..39c4ad6adb7 100644
--- a/usr.bin/xlint/xlint/lint.1
+++ b/usr.bin/xlint/xlint/lint.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lint.1,v 1.8 2000/03/14 21:31:42 aaron Exp $
+.\" $OpenBSD: lint.1,v 1.9 2000/04/15 02:15:13 aaron Exp $
.\" $NetBSD: lint.1,v 1.3 1995/10/23 13:45:31 jpo Exp $
.\"
.\" Copyright (c) 1994, 1995 Jochen Pohl
@@ -384,7 +384,7 @@ Suppress complaints about use of long long integer types.
At appropriate points, inhibit complaints about unreachable code.
(This comment is typically placed just after calls to functions
like
-.Xr exit 3 ).
+.Xr exit 3 ) .
.It Li /* PRINTFLIKE Ns Ar n Li */
makes
.Nm