summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-04-17 02:32:41 +0000
committeraaron <aaron@openbsd.org>2000-04-17 02:32:41 +0000
commitcbd3e2db9c2721b82712a4717cdc61b118c2d0ab (patch)
treec3c048e6aeaffbb356954ba7febf7480cef49588
parentFix strcpy/strcat abuse and fix stupid behaviour of the default (diff)
downloadwireguard-openbsd-cbd3e2db9c2721b82712a4717cdc61b118c2d0ab.tar.xz
wireguard-openbsd-cbd3e2db9c2721b82712a4717cdc61b118c2d0ab.zip
Move some misplaced periods outside of the parentheses.
-rw-r--r--bin/csh/csh.14
-rw-r--r--lib/libcurses/term.76
-rw-r--r--sbin/newfs/newfs.84
-rw-r--r--share/man/man4/ksyms.44
-rw-r--r--share/man/man4/ss.44
-rw-r--r--share/man/man4/tty.48
-rw-r--r--share/man/man8/crash.86
-rw-r--r--share/man/man8/yp.84
-rw-r--r--sys/arch/amiga/stand/binpatch/binpatch.85
-rw-r--r--usr.bin/cal/cal.14
-rw-r--r--usr.bin/m4/m4.14
-rw-r--r--usr.sbin/named/man/ndc.816
12 files changed, 35 insertions, 34 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1
index da9f4a43d24..3fe55c5bd8a 100644
--- a/bin/csh/csh.1
+++ b/bin/csh/csh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csh.1,v 1.35 2000/04/15 11:45:53 aaron Exp $
+.\" $OpenBSD: csh.1,v 1.36 2000/04/17 02:32:41 aaron Exp $
.\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -565,7 +565,7 @@ and may begin
.Em anywhere
in the input stream (with the proviso that they do
.Em not
-nest.)
+nest).
This
.Ql !
may be preceded by a
diff --git a/lib/libcurses/term.7 b/lib/libcurses/term.7
index d18899a89d6..749fd72173d 100644
--- a/lib/libcurses/term.7
+++ b/lib/libcurses/term.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: term.7,v 1.2 1999/01/24 20:06:45 millert Exp $
+.\" $OpenBSD: term.7,v 1.3 2000/04/17 02:32:46 aaron Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -29,7 +29,7 @@
.\"***************************************************************************
.\"
.\" $From: term.7,v 1.11 1999/01/24 02:35:14 Todd.Miller Exp $
-.\" $OpenBSD: term.7,v 1.2 1999/01/24 20:06:45 millert Exp $
+.\" $OpenBSD: term.7,v 1.3 2000/04/17 02:32:46 aaron Exp $
.TH TERM 7
.ds n 5
.ds d /usr/share/terminfo
@@ -55,7 +55,7 @@ Modern telnets pass your \fBTERM\fR environment variable from the local side to
the remote one. There can be problems if the remote terminfo or termcap entry
for your type is not compatible with yours, but this situation is rare and
can almost always be avoided by explicitly exporting `vt100' (assuming you
-are in fact using a VT100-superset console, terminal, or terminal emulator.)
+are in fact using a VT100-superset console, terminal, or terminal emulator).
.PP
In any case, you are free to override the system \fBTERM\fR setting to your
taste in your shell profile. The \fBtset\fP(1) utility may be of assistance;
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index b97684daf30..85aa8e5b28f 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: newfs.8,v 1.22 2000/03/29 01:28:56 deraadt Exp $
+.\" $OpenBSD: newfs.8,v 1.23 2000/04/17 02:32:48 aaron Exp $
.\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
@@ -265,7 +265,7 @@ system.
This does not include sectors reserved at the end of each track for bad
block replacement (see the
.Fl p
-option.)
+option).
.It Fl x Ar spare sectors per cylinder
Spare sectors (bad sector replacements) are physical sectors that occupy
space at the end of the last track in the cylinder.
diff --git a/share/man/man4/ksyms.4 b/share/man/man4/ksyms.4
index 85abae19ee9..7b3ab246baf 100644
--- a/share/man/man4/ksyms.4
+++ b/share/man/man4/ksyms.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksyms.4,v 1.3 1999/06/05 13:18:32 aaron Exp $
+.\" $OpenBSD: ksyms.4,v 1.4 2000/04/17 02:32:45 aaron Exp $
.\"
.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -81,7 +81,7 @@ An open was attempted with write permissions.
.It Bq Er ENXIO
No kernel symbols were saved by the boot loader (usually because
they were removed with
-.Xr strip 1).
+.Xr strip 1 ) .
.El
.Sh SEE ALSO
.Xr kvm 3 ,
diff --git a/share/man/man4/ss.4 b/share/man/man4/ss.4
index ec00a284d83..455ad0c6b71 100644
--- a/share/man/man4/ss.4
+++ b/share/man/man4/ss.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ss.4,v 1.5 1999/07/09 13:35:47 aaron Exp $
+.\" $OpenBSD: ss.4,v 1.6 2000/04/17 02:32:45 aaron Exp $
.\"
.\" Copyright (c) 1998 Kenneth Stailey and Ian Darwin
.\"
@@ -49,7 +49,7 @@ concerned with details of its particular command set.
The list of supported scanners varies from time to time; at present it
includes HP Scanner Control Language (SCL) SCSI processor type
scanners: Scanjet IIp, IIc, IIcx, 4p and 5p (others will probably work
-if the SCSI INQUIRY strings are added to the driver.) Not recently
+if the SCSI INQUIRY strings are added to the driver). Not recently
tested but worked in the past true SCSI scanners: Mustek 600CX and 1200CX
(these do not do SCSI disconnect-reconnect they will lock up the bus
during operation. You can use a second controller.)
diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4
index fd865f3ea49..0c22af437f9 100644
--- a/share/man/man4/tty.4
+++ b/share/man/man4/tty.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tty.4,v 1.14 1999/07/13 01:00:08 aaron Exp $
+.\" $OpenBSD: tty.4,v 1.15 2000/04/17 02:32:44 aaron Exp $
.\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $
.\"
.\" Copyright (c) 1991, 1992, 1993
@@ -51,12 +51,12 @@ file associated with it in the directory
.Pa /dev/
(for
example,
-.Pa /dev/tty03 ).
+.Pa /dev/tty03 ) .
When a user logs into
the system on one of these hardware terminal ports, the system has already
opened the associated device and prepared the line for normal interactive
use (see
-.Xr getty 8 .)
+.Xr getty 8 ) .
There is also a special case of a terminal file that connects not to
a hardware terminal port, but to another program on the other side.
These special terminal devices are called
@@ -66,7 +66,7 @@ system when logging in over a network (using
.Xr rlogin 1 ,
or
.Xr telnet 1
-for example.) Even in these cases the details of how the terminal
+for example). Even in these cases the details of how the terminal
file was opened and set up is already handled by special software
in the system.
Thus, users do not normally need to worry about the details of
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8
index ee194523bd6..2467e73073c 100644
--- a/share/man/man8/crash.8
+++ b/share/man/man8/crash.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crash.8,v 1.4 2000/03/22 03:05:51 aaron Exp $
+.\" $OpenBSD: crash.8,v 1.5 2000/04/17 02:32:47 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -89,7 +89,7 @@ A full understanding of most panic messages requires perusal of the
source code for the system.
.Pp
The most common cause of system failures is hardware failure
-.Pq e.g. bad memory
+.Pq e.g., bad memory
which
can reflect itself in different ways. Here are the messages which
are most likely, with some hints as to causes.
@@ -166,7 +166,7 @@ configured your kernel to include debugging symbols with
.Sq makeoptions DEBUG=-ggdb
.Pq see Xr options 4
(though you will not be able to boot an unstripped kernel since it uses too
-much memory.)
+much memory).
In this case, you should use
.Pa bsd.gdb
instead of
diff --git a/share/man/man8/yp.8 b/share/man/man8/yp.8
index 84c3ff8a817..2461013a5ad 100644
--- a/share/man/man8/yp.8
+++ b/share/man/man8/yp.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yp.8,v 1.11 1999/09/23 04:12:07 alex Exp $
+.\" $OpenBSD: yp.8,v 1.12 2000/04/17 02:32:48 aaron Exp $
.\" $NetBSD: yp.8,v 1.9 1995/08/11 01:16:52 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com>
@@ -170,7 +170,7 @@ This directory is automatically created by
.Xr ypinit 8
(which initializes the machine as a
.Nm YP
-server.)
+server).
.Pp
If
.Nm ypbind
diff --git a/sys/arch/amiga/stand/binpatch/binpatch.8 b/sys/arch/amiga/stand/binpatch/binpatch.8
index ed936d70c42..af6fae8ef04 100644
--- a/sys/arch/amiga/stand/binpatch/binpatch.8
+++ b/sys/arch/amiga/stand/binpatch/binpatch.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: binpatch.8,v 1.4 1999/07/09 13:35:31 aaron Exp $
+.\" $OpenBSD: binpatch.8,v 1.5 2000/04/17 02:32:46 aaron Exp $
.\" $NetBSD: binpatch.8,v 1.3 1994/10/26 02:06:54 cgd Exp $
.\"
.\" Copyright (c) 1994 Christian E. Hopps
@@ -59,7 +59,8 @@ The flags
and
.Fl l
specify the size of the data to be modified or examined
-(byte, word and long respectively.) The
+(byte, word and long, respectively).
+The
.Ar binfile
is scanned in search of the symbol
.Ar symname
diff --git a/usr.bin/cal/cal.1 b/usr.bin/cal/cal.1
index 02d5db5a7b1..e220c8cf760 100644
--- a/usr.bin/cal/cal.1
+++ b/usr.bin/cal/cal.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cal.1,v 1.9 2000/03/04 21:12:00 aaron Exp $
+.\" $OpenBSD: cal.1,v 1.10 2000/04/17 02:32:43 aaron Exp $
.\" $NetBSD: cal.1,v 1.6 1995/09/02 05:34:20 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -79,7 +79,7 @@ A year starts on January 1st.
The Gregorian Reformation is assumed to have occurred in 1752 after the 2nd
of September.
By this time, most countries had recognized the reformation (although a
-few did not recognize it until the early 1900's.)
+few did not recognize it until the early 1900's).
Eleven days following that date were eliminated by the reformation, so the
calendar for that month is a bit unusual.
.Sh SEE ALSO
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index 32027c1c0db..d3d8175f8a1 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,4 +1,4 @@
-.\" @(#) $OpenBSD: m4.1,v 1.15 2000/04/12 21:47:48 aaron Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.16 2000/04/17 02:32:43 aaron Exp $
.\"
.\"
.Dd January 26, 1993
@@ -203,7 +203,7 @@ Allows you to define what happens at the final
usually for cleanup purposes (e.g.,
.Ic m4wrap("cleanup(tempfile)")
causes the macro cleanup to be
-invoked after all other processing is done.)
+invoked after all other processing is done).
.It Ic maketemp
Translates the string
.Dq XXXXX
diff --git a/usr.sbin/named/man/ndc.8 b/usr.sbin/named/man/ndc.8
index 045c935f688..0f8a1e51d0e 100644
--- a/usr.sbin/named/man/ndc.8
+++ b/usr.sbin/named/man/ndc.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ndc.8,v 1.4 1999/06/05 22:17:44 aaron Exp $
+.\" $OpenBSD: ndc.8,v 1.5 2000/04/17 02:32:49 aaron Exp $
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -54,20 +54,20 @@ Causes
.B named
to dump its database and cache to
.B /etc/namedb/tmp/named_dump.db
-(uses the INT signal.)
+(uses the INT signal).
.TP
.B reload
Causes
.B named
to check the serial numbers of all primary and secondary zones
-and to reload those that have changed (uses the HUP signal.)
+and to reload those that have changed (uses the HUP signal).
.TP
.B stats
Causes
.B named
to dump its statistics to
.B /etc/namedb/tmp/named.stats
-(uses the IOT or ABRT signal.)
+(uses the IOT or ABRT signal).
.TP
.B trace
Causes
@@ -75,22 +75,22 @@ Causes
to increment its ``tracing level'' by one. Whenever the tracing level
is nonzero, trace information will be written to
.BR /etc/namedb/tmp/named.run .
-Higher tracing levels result in more detailed information.
-(Uses the USR1 signal.)
+Higher tracing levels result in more detailed information
+(uses the USR1 signal).
.TP
.B notrace
Causes
.B named
to set its ``tracing level'' to zero, closing
.B /etc/namedb/tmp/named.run
-if it is open (uses the USR2 signal.)
+if it is open (uses the USR2 signal).
.TP
.B querylog
Causes
.B named
to toggle the ``query logging'' feature, which while on will result in a
.BR syslog (3)
-of each incoming query (uses the WINCH signal.) Note that query logging
+of each incoming query (uses the WINCH signal). Note that query logging
consumes quite a lot of log file space. This directive may also be given as
.BR qrylog .
.TP