summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-09-04 22:14:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-09-04 22:14:44 +0000
commit741da2d2f4dd6091c93080f4edfffa157f26df50 (patch)
treecb79d3b313a6066ccd0693fc376f829151b56ef3
parent5ebba3bcdd5f72b4465da531536951afe3fd543f (diff)
put escapes in the right place;
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4;
-rw-r--r--distrib/special/more/more.14
-rw-r--r--games/hack/hack.64
-rw-r--r--games/rogue/rogue.64
-rw-r--r--lib/libc/sys/execve.24
-rw-r--r--share/man/man4/man4.hp300/grf.44
-rw-r--r--share/man/man4/man4.sparc/fga.44
-rw-r--r--share/man/man4/mpu.44
-rw-r--r--share/man/man4/pcmcia.44
-rw-r--r--share/man/man4/ss.44
-rw-r--r--share/man/man4/uk.410
-rw-r--r--share/man/man4/wdc.46
-rw-r--r--share/man/man8/makedev.88
-rw-r--r--share/man/man8/man8.macppc/boot_macppc.84
-rw-r--r--share/man/man8/man8.sparc/boot_sparc.810
-rw-r--r--share/man/man8/man8.sparc64/boot_sparc64.84
-rw-r--r--usr.bin/mail/mail.14
-rw-r--r--usr.bin/make/make.14
-rw-r--r--usr.bin/telnet/telnet.120
-rw-r--r--usr.bin/tip/tip.14
-rw-r--r--usr.bin/window/window.14
-rw-r--r--usr.sbin/afs/src/appl/pts/pts.14
-rw-r--r--usr.sbin/afs/src/appl/vos/vos.86
-rw-r--r--usr.sbin/tcpdump/tcpdump.84
23 files changed, 64 insertions, 64 deletions
diff --git a/distrib/special/more/more.1 b/distrib/special/more/more.1
index 7b5ff8b2793..7861f89e95b 100644
--- a/distrib/special/more/more.1
+++ b/distrib/special/more/more.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: more.1,v 1.6 2003/09/02 18:12:23 jmc Exp $
+.\" $OpenBSD: more.1,v 1.7 2003/09/04 22:14:42 jmc Exp $
.\"
.\" Copyright (c) 1980 The Regents of the University of California.
.\" All rights reserved.
@@ -303,7 +303,7 @@ are flushed when the quit signal occurs.
The terminal is set to
.Dq noecho
mode by this program so that the output can be continuous.
-What you type will thus not show on your terminal, except for the / and !
+What you type will thus not show on your terminal, except for the / and !\&
commands.
.Pp
If the standard output is not a teletype, then
diff --git a/games/hack/hack.6 b/games/hack/hack.6
index 219a6a8ed2f..64ca65fa111 100644
--- a/games/hack/hack.6
+++ b/games/hack/hack.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hack.6,v 1.10 2003/09/02 18:14:18 jmc Exp $ -*- nroff -*-
+.\" $OpenBSD: hack.6,v 1.11 2003/09/04 22:14:42 jmc Exp $ -*- nroff -*-
.\" $NetBSD: hack.6,v 1.5 1995/07/03 19:44:30 jtc Exp $ -*- nroff -*-
.\"
.\" Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -84,7 +84,7 @@ a real cave instead of dull rectangles - try Quest.)
.Pp
To get started you really only need to know two commands.
The command
-.Ic \&?
+.Ic ?\&
will give you a list of the available commands and the command
.Ic /
will identify the things you see on the screen.
diff --git a/games/rogue/rogue.6 b/games/rogue/rogue.6
index c50f4f0f2d0..1462945ad0f 100644
--- a/games/rogue/rogue.6
+++ b/games/rogue/rogue.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rogue.6,v 1.10 2003/06/03 03:01:41 millert Exp $
+.\" $OpenBSD: rogue.6,v 1.11 2003/09/04 22:14:42 jmc Exp $
.\"
.\" Copyright (c) 1988, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -51,7 +51,7 @@ fantasy games.
.Pp
To get started you really only need to know two commands.
The command
-.Ic \&?
+.Ic ?\&
will give you a list of the available commands and the command
.Ic \&/
will identify the things you see on the screen.
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 4784bc321f1..9b6391b4954 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: execve.2,v 1.24 2003/07/02 08:38:05 tedu Exp $
+.\" $OpenBSD: execve.2,v 1.25 2003/09/04 22:14:42 jmc Exp $
.\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -63,7 +63,7 @@ with zero data; see
An interpreter file begins with a line of the form:
.Pp
.Bd -filled -offset indent -compact
-.Sy \&#!
+.Sy #!\&
.Em interpreter
.Bq Em arg
.Ed
diff --git a/share/man/man4/man4.hp300/grf.4 b/share/man/man4/man4.hp300/grf.4
index a2532b37f2d..eb1ce25c026 100644
--- a/share/man/man4/man4.hp300/grf.4
+++ b/share/man/man4/man4.hp300/grf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: grf.4,v 1.12 2003/06/02 23:30:13 millert Exp $
+.\" $OpenBSD: grf.4,v 1.13 2003/09/04 22:14:42 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -70,7 +70,7 @@ and the A1096A
Hyperion graphics cards.
.Pp
The basic programming of the
-.Nm grf Ns ?
+.Nm grf Ns ?\&
devices involves opening the device
file, mapping the control registers and frame buffer addresses into user
space, and then manipulating the device as the application requires.
diff --git a/share/man/man4/man4.sparc/fga.4 b/share/man/man4/man4.sparc/fga.4
index ef0f9c9f059..28a93ea1595 100644
--- a/share/man/man4/man4.sparc/fga.4
+++ b/share/man/man4/man4.sparc/fga.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fga.4,v 1.8 2003/06/02 18:51:34 jason Exp $
+.\" $OpenBSD: fga.4,v 1.9 2003/09/04 22:14:42 jmc Exp $
.\"
.\" Copyright (c) 1999 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -68,7 +68,7 @@ By default the following address ranges are established:
The abort switch on the FORCE CPU boards is also controlled by the
.Nm fga ,
and is enabled if the eeprom variable
-.Pa abort-ena?
+.Pa abort-ena?\&
is set to
.Pa true .
Toggling the switch when enabled stops the kernel and starts the
diff --git a/share/man/man4/mpu.4 b/share/man/man4/mpu.4
index 5aa1d9ba85f..2e9254732a5 100644
--- a/share/man/man4/mpu.4
+++ b/share/man/man4/mpu.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mpu.4,v 1.2 2003/03/07 06:21:37 david Exp $
+.\" $OpenBSD: mpu.4,v 1.3 2003/09/04 22:14:42 jmc Exp $
.\" $NetBSD: mpu.4,v 1.5 2001/03/30 14:34:27 minoura Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
.Nd Roland/Yamaha MPU401 (and compatible) MIDI UART driver
.Sh SYNOPSIS
.Cd "mpu* at isa? port 0x300"
-.Cd "mpu* at isapnp?
+.Cd "mpu* at isapnp?"
.Cd "midi* at mpu?"
.Sh DESCRIPTION
The
diff --git a/share/man/man4/pcmcia.4 b/share/man/man4/pcmcia.4
index 6f610ff14ae..4dfa296662a 100644
--- a/share/man/man4/pcmcia.4
+++ b/share/man/man4/pcmcia.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pcmcia.4,v 1.34 2003/08/31 20:44:45 jmc Exp $
+.\" $OpenBSD: pcmcia.4,v 1.35 2003/09/04 22:14:42 jmc Exp $
.\" $NetBSD: pcmcia.4,v 1.4 1998/06/07 09:10:30 enami Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
.Cd "pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000"
.Cd "pcic1 at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000"
.Cd "pcic2 at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000"
-.Cd "pcic* at isapnp?
+.Cd "pcic* at isapnp?"
.Cd "pcic* at pci? dev? function ?"
.Cd "pcmcia* at pcic? controller ? socket ?"
.Pp
diff --git a/share/man/man4/ss.4 b/share/man/man4/ss.4
index f0b3e3f3ccf..2a36b151b36 100644
--- a/share/man/man4/ss.4
+++ b/share/man/man4/ss.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ss.4,v 1.13 2003/07/28 09:47:11 jmc Exp $
+.\" $OpenBSD: ss.4,v 1.14 2003/09/04 22:14:42 jmc Exp $
.\"
.\" Copyright (c) 1998 Kenneth Stailey and Ian Darwin
.\"
@@ -38,7 +38,7 @@
.Nm ss
.Nd SCSI Scanner device
.Sh SYNOPSIS
-.Nm ss* at scsibus? target ? lun ?
+.Cd "ss* at scsibus? target ? lun ?"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/uk.4 b/share/man/man4/uk.4
index ce454dbd2fb..d8d6ba5c529 100644
--- a/share/man/man4/uk.4
+++ b/share/man/man4/uk.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uk.4,v 1.12 2003/04/09 04:29:03 jmc Exp $
+.\" $OpenBSD: uk.4,v 1.13 2003/09/04 22:14:42 jmc Exp $
.\" $NetBSD: uk.4,v 1.3 1996/10/20 23:15:26 explorer Exp $
.\"
.\" Copyright (c) 1996
@@ -31,17 +31,17 @@
.Os
.Sh NAME
.Nm uk
-.Nd scsi user-level driver
+.Nd SCSI user-level driver
.Sh SYNOPSIS
-.Nm uk* at scsibus? target ? lun ?
+.Cd "uk* at scsibus? target ? lun ?"
.Sh DESCRIPTION
The
.Nm
driver provides support for a
-process to address devices on the scsi bus for which there is no configured
+process to address devices on the SCSI bus for which there is no configured
driver.
.Pp
-A scsi adapter must also be separately configured into the system
+A SCSI adapter must also be separately configured into the system
before this driver makes sense.
.Sh KERNEL CONFIGURATION
If a count is given that number of
diff --git a/share/man/man4/wdc.4 b/share/man/man4/wdc.4
index c8017a2c8bb..71210b8e23d 100644
--- a/share/man/man4/wdc.4
+++ b/share/man/man4/wdc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wdc.4,v 1.10 2003/06/11 20:35:41 drahn Exp $
+.\" $OpenBSD: wdc.4,v 1.11 2003/09/04 22:14:42 jmc Exp $
.\" $NetBSD: wdc.4,v 1.4 1999/05/19 14:44:02 bouyer Exp $
.\"
.\" Copyright (c) 1998 Manuel Bouyer.
@@ -45,8 +45,8 @@
.Cd "wdc* at pcmcia? function ?"
.Pp
.Cd "# macppc"
-.Cd "wdc* at macobio?
-.Cd "wdc* at kauaiata?
+.Cd "wdc* at macobio?"
+.Cd "wdc* at kauaiata?"
.Pp
.Cd "atapiscsi* at wdc?* channel ? flags 0x0000"
.Cd "wd* at wdc? drive ? flags 0x0000"
diff --git a/share/man/man8/makedev.8 b/share/man/man8/makedev.8
index 26075704491..6fd3b84da52 100644
--- a/share/man/man8/makedev.8
+++ b/share/man/man8/makedev.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: makedev.8,v 1.8 2003/06/02 23:30:15 millert Exp $
+.\" $OpenBSD: makedev.8,v 1.9 2003/09/04 22:14:42 jmc Exp $
.\" $NetBSD: makedev.8,v 1.3 1994/11/30 19:36:25 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -49,7 +49,7 @@ directory, as this is the normal location of special files.
Arguments to
.Nm MAKEDEV
are usually of the form
-.Ar device-name Ns Sy \&?
+.Ar device-name Ns Sy ?\&
where
.Ar device-name
is one of the supported devices listed in section 4 of the
@@ -79,7 +79,7 @@ and
and
.Tn VAX-11/730
console cassette device(s),
-.Pa /dev/tu?
+.Pa /dev/tu?\&
devices would be made for the appropriate system.
.It Sy local
Create those devices specific to the local site.
@@ -87,7 +87,7 @@ This request causes the shell file
.Pa /dev/MAKEDEV.local
to be executed.
Site specific commands, such as those used to set up dialup lines as
-.Pa ttyd?
+.Pa ttyd?\&
should be included
in this file.
.El
diff --git a/share/man/man8/man8.macppc/boot_macppc.8 b/share/man/man8/man8.macppc/boot_macppc.8
index 1a7ea83b38e..9dd768e57bd 100644
--- a/share/man/man8/man8.macppc/boot_macppc.8
+++ b/share/man/man8/man8.macppc/boot_macppc.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_macppc.8,v 1.10 2003/07/10 08:30:36 jmc Exp $
+.\" $OpenBSD: boot_macppc.8,v 1.11 2003/09/04 22:14:42 jmc Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -45,7 +45,7 @@ the
.Tn Open Firmware
will proceed to its initialization, and will boot an operating system
if the
-.Em auto-boot?
+.Em auto-boot?\&
variable is set to
.Dq true ,
or will wait for interactive commands otherwise.
diff --git a/share/man/man8/man8.sparc/boot_sparc.8 b/share/man/man8/man8.sparc/boot_sparc.8
index 2ef92f3119a..cf85148eff0 100644
--- a/share/man/man8/man8.sparc/boot_sparc.8
+++ b/share/man/man8/man8.sparc/boot_sparc.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_sparc.8,v 1.8 2003/07/10 08:30:36 jmc Exp $
+.\" $OpenBSD: boot_sparc.8,v 1.9 2003/09/04 22:14:42 jmc Exp $
.\" $NetBSD: boot_sparc.8,v 1.4 1995/04/25 11:37:25 pk Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -94,7 +94,7 @@ incantation in new-mode to force the ROM to always start in new-mode:
.Pp
.Em \ ok
setenv
-.Em sunmon-compat?
+.Em sunmon-compat?\&
false
.Ss Old-style PROM operation
By default, the old ROM will poll for boot devices, unless the eeprom settings
@@ -112,7 +112,7 @@ for more information.
.Ss OpenBoot PROM version 1 operation
Older OpenBOOT PROM, as well as hybrid (dual-mode) versions operating in
compatibility mode (with the variable
-.Em version2?
+.Em version2?\&
set to false) will look for a bootloader and kernel filename as specified
by the
.Em boot-from
@@ -131,7 +131,7 @@ Replace
with the appropriate boot device if necessary.
.Pp
Autoboot is enabled by setting the
-.Em auto-boot?
+.Em auto-boot?\&
variable to
.Dq true ,
and is the factory default.
@@ -155,7 +155,7 @@ set-default
.Em boot-file
.Pp
Autoboot is enabled by setting the
-.Em auto-boot?
+.Em auto-boot?\&
variable to
.Dq true ,
and is the factory default.
diff --git a/share/man/man8/man8.sparc64/boot_sparc64.8 b/share/man/man8/man8.sparc64/boot_sparc64.8
index b3284077641..d29c400d29d 100644
--- a/share/man/man8/man8.sparc64/boot_sparc64.8
+++ b/share/man/man8/man8.sparc64/boot_sparc64.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_sparc64.8,v 1.6 2003/07/10 08:30:36 jmc Exp $
+.\" $OpenBSD: boot_sparc64.8,v 1.7 2003/09/04 22:14:42 jmc Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -81,7 +81,7 @@ set-default
.Em boot-file
.Pp
Autoboot is enabled by setting the
-.Em auto-boot?
+.Em auto-boot?\&
variable to
.Dq true ,
and is the factory default.
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1
index 7a6ccbf2064..3408bc2133b 100644
--- a/usr.bin/mail/mail.1
+++ b/usr.bin/mail/mail.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mail.1,v 1.41 2003/09/04 14:09:05 jmc Exp $
+.\" $OpenBSD: mail.1,v 1.42 2003/09/04 22:14:42 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -987,7 +987,7 @@ is used if this option is not defined.
Pathname of the shell to use in the
.Ic !\&
command and the
-.Ic \&~!
+.Ic ~!\&
escape.
A default shell is used if this option is
not defined.
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 5468af01fb2..4b129cf41c5 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: make.1,v 1.55 2003/09/02 18:50:06 jmc Exp $
+.\" $OpenBSD: make.1,v 1.56 2003/09/04 22:14:43 jmc Exp $
.\" $OpenPackages$
.\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $
.\"
@@ -299,7 +299,7 @@ The
.Ic \&::
operator is a fairly standard extension.
The
-.Ic \&!
+.Ic !\&
operator is a BSD extension.
.Pp
As an extension, targets and sources may contain the shell wildcard
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1
index af4d6460a26..14574b84344 100644
--- a/usr.bin/telnet/telnet.1
+++ b/usr.bin/telnet/telnet.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: telnet.1,v 1.34 2003/07/25 09:58:45 jmc Exp $
+.\" $OpenBSD: telnet.1,v 1.35 2003/09/04 22:14:43 jmc Exp $
.\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -328,14 +328,14 @@ Disables the specified
.Ar type
of authentication.
To obtain a list of available types, use the
-.Ic auth disable \&?
+.Ic auth disable ?\&
command.
.It Ic enable Ar type
Enables the specified
.Ar type
of authentication.
To obtain a list of available types, use the
-.Ic auth enable \&?
+.Ic auth enable ?\&
command.
.It Ic status
Lists the current status of the various types of
@@ -371,7 +371,7 @@ and
both input and output
are disabled.
To obtain a list of available types, use the
-.Ic encrypt disable \&?
+.Ic encrypt disable ?\&
command.
.It Ic enable Ar type Ic [input|output]
Enables the specified
@@ -384,7 +384,7 @@ and
both input and output are
enabled.
To obtain a list of available types, use the
-.Ic encrypt enable \&?
+.Ic encrypt enable ?\&
command.
.It Ic input
This is the same as the
@@ -410,7 +410,7 @@ and
.Ic output ,
both input and output are enabled.
To obtain a list of available types, use the
-.Ic encrypt enable \&?
+.Ic encrypt enable ?\&
command.
.It Ic status
Lists the current status of encryption.
@@ -732,7 +732,7 @@ command.
can also be either
.Ic help
or
-.Ic \&?
+.Ic ?\&
to print out help information, including
a list of known symbolic names.
.It Ic dont Ar cmd
@@ -749,7 +749,7 @@ command.
can also be either
.Ic help
or
-.Ic \&?
+.Ic ?\&
to print out help information, including
a list of known symbolic names.
.It Ic will Ar cmd
@@ -766,7 +766,7 @@ command.
can also be either
.Ic help
or
-.Ic \&?
+.Ic ?\&
to print out help information, including
a list of known symbolic names.
.It Ic wont Ar cmd
@@ -783,7 +783,7 @@ command.
can also be either
.Ic help
or
-.Ic \&?
+.Ic ?\&
to print out help information, including
a list of known symbolic names.
.It Ic \&?
diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1
index 3a5f99460f0..87d05926a7c 100644
--- a/usr.bin/tip/tip.1
+++ b/usr.bin/tip/tip.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tip.1,v 1.27 2003/09/04 10:54:29 jmc Exp $
+.\" $OpenBSD: tip.1,v 1.28 2003/09/04 22:14:43 jmc Exp $
.\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -550,7 +550,7 @@ transferred during a file transfer operations, and more.
.Bl -tag -width Fl
.It Ev SHELL
The name of the shell to use for the
-.Ic ~!
+.Ic ~!\&
command; default value is
.Dq /bin/sh .
.It Ev HOME
diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1
index 934f02d0fd8..8880d384291 100644
--- a/usr.bin/window/window.1
+++ b/usr.bin/window/window.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: window.1,v 1.17 2003/09/02 18:50:07 jmc Exp $
+.\" $OpenBSD: window.1,v 1.18 2003/09/04 22:14:43 jmc Exp $
.\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
@@ -486,7 +486,7 @@ Returns the value of
.Aq Va expr2 .
.It Xo
.Aq Va expr1
-.Ic \&?
+.Ic ?\&
.Aq Va expr2
.Ic :
.Aq Va expr3
diff --git a/usr.sbin/afs/src/appl/pts/pts.1 b/usr.sbin/afs/src/appl/pts/pts.1
index 6e140c3b89f..260217fa34a 100644
--- a/usr.sbin/afs/src/appl/pts/pts.1
+++ b/usr.sbin/afs/src/appl/pts/pts.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" $arla: pts.1,v 1.8 2003/06/06 12:53:49 hin Exp $
-.\" $OpenBSD: pts.1,v 1.8 2003/09/02 18:56:35 jmc Exp $
+.\" $OpenBSD: pts.1,v 1.9 2003/09/04 22:14:43 jmc Exp $
.\"
.Dd March 25, 2000
.Dt PTS 1
@@ -206,7 +206,7 @@ Print verbose information about a user or a group.
.Pp
.Ic pts help
or
-.Ic pts \&?
+.Ic pts ?\&
.Bd -filled -offset indent -compact
Print help about
.Nm
diff --git a/usr.sbin/afs/src/appl/vos/vos.8 b/usr.sbin/afs/src/appl/vos/vos.8
index a95d8bca210..26931dcfb3d 100644
--- a/usr.sbin/afs/src/appl/vos/vos.8
+++ b/usr.sbin/afs/src/appl/vos/vos.8
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: vos.8,v 1.9 2003/09/02 18:56:35 jmc Exp $
+.\" $OpenBSD: vos.8,v 1.10 2003/09/04 22:14:43 jmc Exp $
.\" $arla: vos.8,v 1.12 2003/06/06 12:53:51 hin Exp $
.\"
.Dd March 26, 2000
@@ -303,9 +303,9 @@ command.
Print help.
.Ed
.Pp
-.Ic vos \&?
+.Ic vos ?\&
.Bd -filled -offset indent -compact
-.Ic vos \&?
+.Ic vos ?\&
Shorthand for
.Nm help Ns .
.Ed
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8
index 687db2b6d24..f675b6c12a4 100644
--- a/usr.sbin/tcpdump/tcpdump.8
+++ b/usr.sbin/tcpdump/tcpdump.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpdump.8,v 1.40 2003/09/02 18:56:36 jmc Exp $
+.\" $OpenBSD: tcpdump.8,v 1.41 2003/09/04 22:14:43 jmc Exp $
.\"
.\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996
.\" The Regents of the University of California. All rights reserved.
@@ -1397,7 +1397,7 @@ Name server requests are formatted as
.Ar src
>
.Ar dst :
-.Ar id op Ns \&?
+.Ar id op Ns ?\&
.Ar flags qtype qclass name
.Pq Ar len
.Pp