summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-19 22:20:06 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-19 22:20:06 +0000
commit06ec923df520fbf7e875ad8175897e5fbf3ae208 (patch)
treea0253952eccc34e34f2a91e3d8c79300210540e9
parent3bfb2bf9929962cdfc7d411fe9f265f9e68c84a2 (diff)
escape full stops where necessary to kill erroneous double spaces;
softly, softly, catchy monkey...
-rw-r--r--bin/ksh/ksh.14
-rw-r--r--bin/ksh/ksh.1tbl4
-rw-r--r--bin/ksh/sh.14
-rw-r--r--bin/ksh/sh.1tbl4
-rw-r--r--lib/libwrap/hosts_access.54
-rw-r--r--share/man/man5/stab.54
-rw-r--r--share/man/man9/crypto.95
-rw-r--r--usr.bin/tn3270/tn3270/tn3270.14
8 files changed, 16 insertions, 17 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 4d64d12feaa..65393fcf3a5 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1,v 1.65 2004/01/23 23:08:45 jmc Exp $
+.\" $OpenBSD: ksh.1,v 1.66 2004/02/19 22:20:05 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -573,7 +573,7 @@ is set to the word and
is executed.
If
.Ic in
-is not used to specify a word list, the positional parameters ($1, $2, etc.)
+is not used to specify a word list, the positional parameters ($1, $2, etc.\&)
are used instead.
For historical reasons, open and close braces may be used instead of
.Ic do
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl
index 25aa5b99ea0..7776463c72c 100644
--- a/bin/ksh/ksh.1tbl
+++ b/bin/ksh/ksh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1tbl,v 1.65 2004/01/23 23:08:45 jmc Exp $
+.\" $OpenBSD: ksh.1tbl,v 1.66 2004/02/19 22:20:05 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -573,7 +573,7 @@ is set to the word and
is executed.
If
.Ic in
-is not used to specify a word list, the positional parameters ($1, $2, etc.)
+is not used to specify a word list, the positional parameters ($1, $2, etc.\&)
are used instead.
For historical reasons, open and close braces may be used instead of
.Ic do
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index 183468cd162..36f4eec4df1 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.44 2004/01/23 23:08:45 jmc Exp $
+.\" $OpenBSD: sh.1,v 1.45 2004/02/19 22:20:05 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -552,7 +552,7 @@ is set to the word and
is executed.
If
.Ic in
-is not used to specify a word list, the positional parameters ($1, $2, etc.)
+is not used to specify a word list, the positional parameters ($1, $2, etc.\&)
are used instead.
For historical reasons, open and close braces may be used instead of
.Ic do
diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl
index abe2c7cb147..a0baa735bc6 100644
--- a/bin/ksh/sh.1tbl
+++ b/bin/ksh/sh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1tbl,v 1.44 2004/01/23 23:08:45 jmc Exp $
+.\" $OpenBSD: sh.1tbl,v 1.45 2004/02/19 22:20:05 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -552,7 +552,7 @@ is set to the word and
is executed.
If
.Ic in
-is not used to specify a word list, the positional parameters ($1, $2, etc.)
+is not used to specify a word list, the positional parameters ($1, $2, etc.\&)
are used instead.
For historical reasons, open and close braces may be used instead of
.Ic do
diff --git a/lib/libwrap/hosts_access.5 b/lib/libwrap/hosts_access.5
index a74b229c359..489f1c955da 100644
--- a/lib/libwrap/hosts_access.5
+++ b/lib/libwrap/hosts_access.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts_access.5,v 1.21 2003/08/08 09:26:03 jmc Exp $
+.\" $OpenBSD: hosts_access.5,v 1.22 2004/02/19 22:20:05 jmc Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -352,7 +352,7 @@ but would perform username lookups with all other systems.
A flaw in the sequence number generator of many TCP/IP implementations
allows intruders to easily impersonate trusted hosts and to break in
via, for example, the remote shell service.
-The IDENT (RFC 931 etc.)
+The IDENT (RFC 931 etc.\&)
service can be used to detect such and other host address spoofing attacks.
.Pp
Before accepting a client request, the wrappers can use the IDENT
diff --git a/share/man/man5/stab.5 b/share/man/man5/stab.5
index cbc0a833a23..4fa1c65ae4b 100644
--- a/share/man/man5/stab.5
+++ b/share/man/man5/stab.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stab.5,v 1.12 2003/06/06 13:28:13 jmc Exp $
+.\" $OpenBSD: stab.5,v 1.13 2004/02/19 22:20:05 jmc Exp $
.\" $NetBSD: stab.5,v 1.3 1994/11/30 19:31:33 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -46,7 +46,7 @@ file defines some of the symbol table
field values for
.Xr a.out 5
files.
-These are the types for permanent symbols (i.e., not local labels, etc.)
+These are the types for permanent symbols (i.e., not local labels, etc.\&)
used by the old debugger
.Em sdb
and the Berkeley Pascal compiler pc.
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index 68cd04e9df6..30e7f9dcc93 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypto.9,v 1.26 2003/10/23 18:31:34 jmc Exp $
+.\" $OpenBSD: crypto.9,v 1.27 2004/02/19 22:20:05 jmc Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu)
.\"
@@ -443,8 +443,7 @@ elements, indicating which algorithms are supported.
The last three arguments are pointers to three
driver-provided functions that the framework may call to establish new
cryptographic context with the driver, free already established
-context, and ask for a request to be processed (encrypt, decrypt,
-etc.)
+context, and ask for a request to be processed (encrypt, decrypt, etc.\&)
.Fn crypto_unregister
is called by drivers that wish to withdraw support for an algorithm.
The two arguments are the driver and algorithm identifiers, respectively.
diff --git a/usr.bin/tn3270/tn3270/tn3270.1 b/usr.bin/tn3270/tn3270/tn3270.1
index 1bd6b43753f..75d45842ca8 100644
--- a/usr.bin/tn3270/tn3270/tn3270.1
+++ b/usr.bin/tn3270/tn3270/tn3270.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tn3270.1,v 1.12 2003/06/03 02:56:19 millert Exp $
+.\" $OpenBSD: tn3270.1,v 1.13 2004/02/19 22:20:05 jmc Exp $
.\"
.\" Copyright (c) 1986, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -161,7 +161,7 @@ and the
.Pa /usr/share/misc/termcap
file to do this.
The emulation also involves simulating the special 3270 keyboard keys
-(program function keys, etc.)
+(program function keys, etc.\&)
by mapping sequences of keystrokes
from the
.Tn ASCII