summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-04 22:36:43 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-04 22:36:43 +0000
commit86774a8c9cb493dd785d351d886579d53b3f99d1 (patch)
tree3ba7338f1c33fe0d591ab3fa0c40ab44b341541c /usr.bin
parentb509827e1dd80fa1781142578d6230f13e145899 (diff)
be really pedantic about punctuation following -mdoc macro'd text
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/asa/asa.14
-rw-r--r--usr.bin/at/at.16
-rw-r--r--usr.bin/file2c/file2c.14
-rw-r--r--usr.bin/hexdump/hexdump.16
-rw-r--r--usr.bin/nohup/nohup.14
-rw-r--r--usr.bin/skey/skey.14
-rw-r--r--usr.bin/skeyinit/skeyinit.14
-rw-r--r--usr.bin/telnet/telnet.16
-rw-r--r--usr.bin/time/time.14
-rw-r--r--usr.bin/wc/wc.14
-rw-r--r--usr.bin/window/window.14
11 files changed, 25 insertions, 25 deletions
diff --git a/usr.bin/asa/asa.1 b/usr.bin/asa/asa.1
index 8c1f48adc54..a23e904e557 100644
--- a/usr.bin/asa/asa.1
+++ b/usr.bin/asa/asa.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: asa.1,v 1.5 1998/09/23 04:32:34 aaron Exp $
+.\" $OpenBSD: asa.1,v 1.6 1998/11/04 22:36:39 aaron Exp $
.\" $NetBSD: asa.1,v 1.4 1995/03/26 02:25:05 glass Exp $
.\"
.\" Copyright (c) 1993 Winning Strategies, Inc.
@@ -35,7 +35,7 @@
.Sh NAME
.Nm asa ,
.Nm fpr
-.Nd interpret carriage-control characters.
+.Nd interpret carriage-control characters
.Sh SYNOPSIS
.Nm asa
.Op Ar
diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1
index e8492c72a8e..54b89042b09 100644
--- a/usr.bin/at/at.1
+++ b/usr.bin/at/at.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: at.1,v 1.7 1998/09/23 04:32:34 aaron Exp $
+.\" $OpenBSD: at.1,v 1.8 1998/11/04 22:36:40 aaron Exp $
.\" $FreeBSD: at.man,v 1.6 1997/02/22 19:54:05 peter Exp $
.Dd April 12, 1995
.Dt AT 1
@@ -97,14 +97,14 @@ and you can tell
to run the job today by suffixing the time with
.Nm today
and to run the job tomorrow by suffixing the time with
-.Nm tomorrow.
+.Nm tomorrow .
.Pp
For example, to run a job at 4pm three days from now, you would do
.Nm at 4pm + 3 days .
To run a job at 10:00am on July 31, you would do
.Nm at 10am Jul 31 .
To run a job at 1am tomorrow, you would do
-.Nm at 1am tomorrow.
+.Nm at 1am tomorrow .
.Pp
For both
.Nm at
diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1
index e316534dcde..09bfe427afa 100644
--- a/usr.bin/file2c/file2c.1
+++ b/usr.bin/file2c/file2c.1
@@ -5,14 +5,14 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\" ---------------------------------------------------------------------------
.\"
-.\" $Id: file2c.1,v 1.2 1998/09/26 19:54:43 aaron Exp $
+.\" $Id: file2c.1,v 1.3 1998/11/04 22:36:40 aaron Exp $
.\"
.Dd Jan 28, 1995
.Dt FILE2C 1
.Os
.Sh NAME
.Nm file2c
-.Nd convert file to c-source.
+.Nd convert file to c-source
.Sh SYNOPSIS
.Nm file2c
.Op Ar string
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1
index b72ce9edc58..89bd1d0a461 100644
--- a/usr.bin/hexdump/hexdump.1
+++ b/usr.bin/hexdump/hexdump.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hexdump.1,v 1.5 1998/09/26 19:54:51 aaron Exp $
+.\" $OpenBSD: hexdump.1,v 1.6 1998/11/04 22:36:40 aaron Exp $
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -84,7 +84,7 @@ Interpret only
.Ar length
bytes of input.
.It Fl o
-.Em Two-byte octal display.
+.Em Two-byte octal display .
Display the input offset in hexadecimal, followed by eight
space-separated, six column, zero-filled, two byte quantities of
input data, in octal, per line.
@@ -129,7 +129,7 @@ identical to the immediately preceding group of output lines (except
for the input offsets), are replaced with a line comprised of a
single asterisk.
.It Fl x
-.Em Two-byte hexadecimal display.
+.Em Two-byte hexadecimal display .
Display the input offset in hexadecimal, followed by eight, space
separated, four column, zero-filled, two-byte quantities of input
data, in hexadecimal, per line.
diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1
index e616508d8b0..4678bb34692 100644
--- a/usr.bin/nohup/nohup.1
+++ b/usr.bin/nohup/nohup.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nohup.1,v 1.3 1998/09/27 16:57:49 aaron Exp $
+.\" $OpenBSD: nohup.1,v 1.4 1998/11/04 22:36:40 aaron Exp $
.\" $NetBSD: nohup.1,v 1.5 1995/08/31 23:35:24 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -89,7 +89,7 @@ was found but could not be invoked.
The
.Ar utility
could not be found or an error occurred in
-.Nm nohup.
+.Nm nohup .
.El
.Pp
Otherwise, the exit status of
diff --git a/usr.bin/skey/skey.1 b/usr.bin/skey/skey.1
index 04b050d391f..57caa2896ac 100644
--- a/usr.bin/skey/skey.1
+++ b/usr.bin/skey/skey.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: skey.1,v 1.12 1998/09/27 16:57:53 aaron Exp $
+.\" $OpenBSD: skey.1,v 1.13 1998/11/04 22:36:40 aaron Exp $
.\" @(#)skey.1 1.1 10/28/93
.\"
.Dd 28 October 1993
@@ -6,7 +6,7 @@
.Os
.Sh NAME
.Nm skey, otp-md4, otp-md5, otp-sha1, otp-rmd160
-.Nd Respond to a OTP challenge.
+.Nd respond to an OTP challenge
.Sh SYNOPSIS
.Nm skey
.Op Fl x
diff --git a/usr.bin/skeyinit/skeyinit.1 b/usr.bin/skeyinit/skeyinit.1
index ebfe7f694ca..f7f766b0759 100644
--- a/usr.bin/skeyinit/skeyinit.1
+++ b/usr.bin/skeyinit/skeyinit.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: skeyinit.1,v 1.13 1998/09/27 20:24:31 aaron Exp $
+.\" $OpenBSD: skeyinit.1,v 1.14 1998/11/04 22:36:41 aaron Exp $
.\" $NetBSD: skeyinit.1,v 1.4 1995/07/07 22:24:09 jtc Exp $
.\" @(#)skeyinit.1 1.1 10/28/93
.\"
@@ -7,7 +7,7 @@
.Os
.Sh NAME
.Nm skeyinit
-.Nd change password or add user to S/Key authentication system.
+.Nd change password or add user to S/Key authentication system
.Sh SYNOPSIS
.Nm skeyinit
.Op Fl s
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1
index 5e018140878..239f6390459 100644
--- a/usr.bin/telnet/telnet.1
+++ b/usr.bin/telnet/telnet.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: telnet.1,v 1.12 1998/10/30 00:24:38 aaron Exp $
+.\" $OpenBSD: telnet.1,v 1.13 1998/11/04 22:36:41 aaron Exp $
.\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -1408,7 +1408,7 @@ skips the reading of the
file in the user's home
directory when connections are opened. The initial
value for this toggle is
-.Dv FALSE.
+.Dv FALSE .
.It Ic termdata
Toggles the display of all terminal data (in hexadecimal format).
The initial value for this toggle is
@@ -1421,7 +1421,7 @@ toggle is
.Nm telnet
prints out a message each time encryption is enabled or
disabled. The initial value for this toggle is
-.Dv FALSE.
+.Dv FALSE .
.It Ic \&?
Displays the legal
.Ic toggle
diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1
index d27e42ae059..1eb6d7596b9 100644
--- a/usr.bin/time/time.1
+++ b/usr.bin/time/time.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: time.1,v 1.5 1998/11/03 04:58:46 aaron Exp $
+.\" $OpenBSD: time.1,v 1.6 1998/11/04 22:36:41 aaron Exp $
.\" $NetBSD: time.1,v 1.5 1994/12/08 09:36:57 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -75,7 +75,7 @@ The output is formatted as specified by
.Pp
.Xr csh 1
has its own and syntactically different built-in version of
-.Nm time.
+.Nm time .
The utility described here
is available as
.Pa /usr/bin/time
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1
index 7b496447c08..f5ef5d28720 100644
--- a/usr.bin/wc/wc.1
+++ b/usr.bin/wc/wc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wc.1,v 1.3 1998/10/30 00:24:43 aaron Exp $
+.\" $OpenBSD: wc.1,v 1.4 1998/11/04 22:36:41 aaron Exp $
.\" Copyright (c) 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -40,7 +40,7 @@
.Os
.Sh NAME
.Nm wc
-.Nd Word, line, and byte count.
+.Nd word, line, and byte count
.Sh SYNOPSIS
.Nm wc
.Op Fl c | Fl m
diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1
index d4277cea44a..a122667974e 100644
--- a/usr.bin/window/window.1
+++ b/usr.bin/window/window.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: window.1,v 1.4 1998/10/30 00:24:44 aaron Exp $
+.\" $OpenBSD: window.1,v 1.5 1998/11/04 22:36:41 aaron Exp $
.\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
@@ -199,7 +199,7 @@ where
is any character. In particular,
.Ic ^^
is
-.Li control\-^.
+.Li control\-^ .
.Ar Escape
is the escape key, or
.Ic ^\&[ .