diff options
-rw-r--r-- | games/sail/sail.6 | 4 | ||||
-rw-r--r-- | games/snake/snake.6 | 4 | ||||
-rw-r--r-- | sbin/raidctl/raidctl.8 | 6 | ||||
-rw-r--r-- | share/man/man3/stdarg.3 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.hp300/hil.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.vax/autoconf.4 | 4 | ||||
-rw-r--r-- | share/man/man5/login.conf.5 | 4 | ||||
-rw-r--r-- | share/man/man5/mk.conf.5 | 4 | ||||
-rw-r--r-- | share/man/man5/remote.5 | 4 | ||||
-rw-r--r-- | share/man/man8/compat_freebsd.8 | 4 | ||||
-rw-r--r-- | share/man/man9/bus_space.9 | 4 | ||||
-rw-r--r-- | share/termtypes/termcap.5 | 6 | ||||
-rw-r--r-- | usr.bin/tip/tip.1 | 4 |
13 files changed, 28 insertions, 28 deletions
diff --git a/games/sail/sail.6 b/games/sail/sail.6 index d6199ca997d..a6416ac1ef7 100644 --- a/games/sail/sail.6 +++ b/games/sail/sail.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sail.6,v 1.12 2004/12/06 10:02:58 jmc Exp $ +.\" $OpenBSD: sail.6,v 1.13 2005/03/12 12:21:08 jmc Exp $ .\" $NetBSD: sail.6,v 1.4 1995/04/22 10:37:24 cgd Exp $ .\" .\" Copyright (c) 1988, 1993 @@ -651,7 +651,7 @@ Print the closest ship .It I Print all ships .It F -Find a particular ship or ships (e.g. +Find a particular ship or ships (e.g.\& .Sq a? for all Americans) .It s diff --git a/games/snake/snake.6 b/games/snake/snake.6 index 4ac2dd42996..f63de05f272 100644 --- a/games/snake/snake.6 +++ b/games/snake/snake.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: snake.6,v 1.7 2004/04/04 13:19:36 jmc Exp $ +.\" $OpenBSD: snake.6,v 1.8 2005/03/12 12:21:08 jmc Exp $ .\" $NetBSD: snake.6,v 1.5 1995/04/22 08:34:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -92,7 +92,7 @@ The snake still gets all his turns. Likewise for the upper case versions on the left. .It Ic ATPB These keys move you to the four edges of the screen. -Their position on the keyboard is mnemonic, e.g. +Their position on the keyboard is mnemonic, e.g.\& P is at the far right of the keyboard. .It Ic x This lets you quit the game at any time. diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8 index 8ee3ad2c760..8e3d6a6adb1 100644 --- a/sbin/raidctl/raidctl.8 +++ b/sbin/raidctl/raidctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: raidctl.8,v 1.32 2003/12/04 11:43:27 henning Exp $ +.\" $OpenBSD: raidctl.8,v 1.33 2005/03/12 12:21:08 jmc Exp $ .\" $NetBSD: raidctl.8,v 1.24 2001/07/10 01:30:52 lukem Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -97,7 +97,7 @@ The device used by is specified by .Ar dev . .Ar dev -may be either the full name of the device, e.g. +may be either the full name of the device, e.g.\& .Pa /dev/rraid0c , or just simply raid0 (for .Pa /dev/rraid0c ) . @@ -1278,7 +1278,7 @@ Use .Xr disklabel 8 to create the components (of type RAID). .It -Construct a RAID configuration file: e.g. +Construct a RAID configuration file: e.g.\& .Sq raid0.conf .It Configure the RAID set with: diff --git a/share/man/man3/stdarg.3 b/share/man/man3/stdarg.3 index 3e60004ef48..9b3b73ce4bf 100644 --- a/share/man/man3/stdarg.3 +++ b/share/man/man3/stdarg.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdarg.3,v 1.13 2003/06/03 19:11:04 jmc Exp $ +.\" $OpenBSD: stdarg.3,v 1.14 2005/03/12 12:21:08 jmc Exp $ .\" $NetBSD: stdarg.3,v 1.15 2002/08/18 08:57:07 yamt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -148,7 +148,7 @@ is promoted to .El .Pp The same rules apply to unsigned versions of the above types, as well -as their bit-type equivalents (e.g. +as their bit-type equivalents (e.g.\& .Dv int8_t and .Dv int16_t ) . .Pp diff --git a/share/man/man4/man4.hp300/hil.4 b/share/man/man4/man4.hp300/hil.4 index 04eec3cf9a9..fc9e53fb661 100644 --- a/share/man/man4/man4.hp300/hil.4 +++ b/share/man/man4/man4.hp300/hil.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hil.4,v 1.13 2005/01/16 01:46:17 jmc Exp $ +.\" $OpenBSD: hil.4,v 1.14 2005/03/12 12:21:08 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -108,7 +108,7 @@ and a header containing the size of the queue, and its head and tail indices. The system deposits event data at the tail of the queue, a process extracts it from the head. Extracting an event is done by copying it from the queue and then updating -the head appropriately (i.e. +the head appropriately (i.e.\& head = (head + 1) % qsize). It is up to the process to ensure that packets are removed from the queue quickly enough to prevent the queue from filling. diff --git a/share/man/man4/man4.vax/autoconf.4 b/share/man/man4/man4.vax/autoconf.4 index 67650a131cb..76421f7c422 100644 --- a/share/man/man4/man4.vax/autoconf.4 +++ b/share/man/man4/man4.vax/autoconf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: autoconf.4,v 1.10 2003/06/06 10:29:42 jmc Exp $ +.\" $OpenBSD: autoconf.4,v 1.11 2005/03/12 12:21:08 jmc Exp $ .\" $NetBSD: autoconf.4,v 1.3 1996/03/03 17:13:13 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -214,7 +214,7 @@ will call the device, e.g., .It "%s%d at uba%d csr %o vec %o ipl %x." The device .Ql %s%d , -e.g. +e.g.\& .Dq Li dz0 was found on .Ql uba%d diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index 2c3dfb46d09..07fadcd3739 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.37 2005/02/28 16:23:05 millert Exp $ +.\" $OpenBSD: login.conf.5,v 1.38 2005/03/12 12:21:08 jmc Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" .Dd June 18, 2001 @@ -566,7 +566,7 @@ The authentication type, used to determine the available authentication styles. .It Ar username The name of the user to authenticate. -The name may contain an instance, e.g. +The name may contain an instance, e.g.\& .Dq user.root , as used by Kerberos authentication. If the authentication style being used does not support such instances, diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index 87ba572d130..45298ad3863 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.6 2004/12/03 13:51:41 jsg Exp $ +.\" $OpenBSD: mk.conf.5,v 1.7 2005/03/12 12:21:08 jmc Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -234,7 +234,7 @@ Possible values are "symlinks" or "copies" .It Ev WARNINGS Adds appropriate warning flags (defined in .Ev CDIAGFLAGS , -e.g. +e.g.\& .Fl Wall . . . ) to compiles. .Bq no diff --git a/share/man/man5/remote.5 b/share/man/man5/remote.5 index c22836a8930..fb87cd47f38 100644 --- a/share/man/man5/remote.5 +++ b/share/man/man5/remote.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: remote.5,v 1.14 2003/09/20 18:15:32 millert Exp $ +.\" $OpenBSD: remote.5,v 1.15 2005/03/12 12:21:08 jmc Exp $ .\" $NetBSD: remote.5,v 1.4 1997/04/20 00:05:27 mellon Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -78,7 +78,7 @@ When .Xr tip 1 is invoked with only a baud rate, it looks for an entry of the form .Dq tip<baud rate> . -E.g. +E.g.\& .Ic tip -300 will cause .Xr tip 1 diff --git a/share/man/man8/compat_freebsd.8 b/share/man/man8/compat_freebsd.8 index 7b19d32cf93..c9b4796cd9c 100644 --- a/share/man/man8/compat_freebsd.8 +++ b/share/man/man8/compat_freebsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_freebsd.8,v 1.17 2003/10/25 07:50:51 jmc Exp $ +.\" $OpenBSD: compat_freebsd.8,v 1.18 2005/03/12 12:21:08 jmc Exp $ .\" $NetBSD: compat_linux.8,v 1.1 1995/03/05 23:30:36 fvdl Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -222,7 +222,7 @@ below. Retrieve the following files (from _one_ ftp site to avoid any version mismatches), and install them under .Pa /emul/freebsd -(i.e. +(i.e.\& .Pa foo/bar is installed as .Pa /emul/freebsd/foo/bar ) : diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9 index ab9d655010f..994baabcced 100644 --- a/share/man/man9/bus_space.9 +++ b/share/man/man9/bus_space.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bus_space.9,v 1.14 2004/12/20 22:12:43 jsg Exp $ +.\" $OpenBSD: bus_space.9,v 1.15 2005/03/12 12:21:08 jmc Exp $ .\" $NetBSD: bus_space.9,v 1.15 2000/08/09 03:11:00 tv Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -379,7 +379,7 @@ machine-dependence clear. .Sh CONCEPTS AND GUIDELINES Bus spaces are described by bus space tags, which can be created only by machine-dependent code. -A given machine may have several different types of bus space (e.g. +A given machine may have several different types of bus space (e.g.\& memory space and I/O space), and thus may provide multiple different bus space tags. Individual busses or devices on a machine may use more than one bus diff --git a/share/termtypes/termcap.5 b/share/termtypes/termcap.5 index e07bdfc478e..2d4209a72b7 100644 --- a/share/termtypes/termcap.5 +++ b/share/termtypes/termcap.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termcap.5,v 1.16 2005/03/07 23:01:40 jmc Exp $ +.\" $OpenBSD: termcap.5,v 1.17 2005/03/12 12:21:08 jmc Exp $ .\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. @@ -710,7 +710,7 @@ for example. If the terminal has switch-selectable automatic margins, the .Nm -description usually assumes that this feature is on, i.e. +description usually assumes that this feature is on, i.e.\& .Sy \&am . If the terminal has a command that moves to the first column of the next line, @@ -1545,7 +1545,7 @@ A string that turns off the status line (or otherwise erases its contents) should be given as .Sy \&ds . The status line is normally assumed to be the same width as the -rest of the screen, i.e. +rest of the screen, i.e.\& .Sy \&co . If the status line is a different width (possibly because the terminal does not allow an entire line to be loaded), then its width in columns diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1 index 4f3a6c0322e..7edc6b9afec 100644 --- a/usr.bin/tip/tip.1 +++ b/usr.bin/tip/tip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tip.1,v 1.32 2005/03/11 22:16:16 otto Exp $ +.\" $OpenBSD: tip.1,v 1.33 2005/03/12 12:21:08 jmc Exp $ .\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -143,7 +143,7 @@ is not, will be set to a value of 'tip' with .Ar speed appended. -e.g. +e.g.\& .Ic tip -1200 will set .Ar system-name |