diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:37:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:37:09 +0000 |
commit | a6ddb286956dab32b638d65c6d6c10a6ffcbcee9 (patch) | |
tree | c4bb224613e98b82b63c5e634a119e73d2303a46 | |
parent | f956d477de0bf60b432ead017c10115b715fee06 (diff) |
escape punctuation;
ok deraadt@
-rw-r--r-- | share/man/man5/hostname.if.5 | 6 | ||||
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 | ||||
-rw-r--r-- | share/man/man7/packages-specs.7 | 4 | ||||
-rw-r--r-- | share/man/man8/boot_config.8 | 32 |
4 files changed, 23 insertions, 23 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index 9c384da0342..2eac3bebb0a 100644 --- a/share/man/man5/hostname.if.5 +++ b/share/man/man5/hostname.if.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.if.5,v 1.33 2003/06/06 13:28:13 jmc Exp $ +.\" $OpenBSD: hostname.if.5,v 1.34 2003/09/02 18:37:08 jmc Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -149,7 +149,7 @@ the interface, such as 64. .It Li # Comments are allowed. Anything following a comment character is treated as a comment. -.It Li ! Ns Ar command-line +.It Li \&! Ns Ar command-line Arbitrary shell commands can be executed using this directive. Useful for doing interface specific configuration using commands like .Xr wicontrol 8 , @@ -272,7 +272,7 @@ Comments starting with .Ql # and commands to be executed prefixed by -.Ql ! +.Ql \&! are permitted. .El .Sh SEE ALSO diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index dfec303547a..988131857ae 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.270 2003/08/28 09:41:22 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.271 2003/09/02 18:37:08 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1433,7 +1433,7 @@ Used with filter rules to specify that packets must already be tagged with the given tag in order to match the rule. Inverse tag matching can also be done by specifying the -.Cm ! +.Cm !\& operator before the .Ar tagged keyword. diff --git a/share/man/man7/packages-specs.7 b/share/man/man7/packages-specs.7 index 6809d83a5fb..0c8caa8302c 100644 --- a/share/man/man7/packages-specs.7 +++ b/share/man/man7/packages-specs.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages-specs.7,v 1.6 2003/06/06 13:44:30 jmc Exp $ +.\" $OpenBSD: packages-specs.7,v 1.7 2003/09/02 18:37:08 jmc Exp $ .\" .\" Copyright (c) 2001 Marc Espie .\" @@ -124,7 +124,7 @@ Package specifications are extended package names, that may use -style wildcards, like .Sq * or -.Sq ? . +.Sq \&? . .Pp A specification such as .Qq ghostscript-* diff --git a/share/man/man8/boot_config.8 b/share/man/man8/boot_config.8 index f7a2ae685df..04aacbf531e 100644 --- a/share/man/man8/boot_config.8 +++ b/share/man/man8/boot_config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_config.8,v 1.20 2003/07/10 08:30:36 jmc Exp $ +.\" $OpenBSD: boot_config.8,v 1.21 2003/09/02 18:37:08 jmc Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson .\" All rights reserved. @@ -124,15 +124,15 @@ The device can be specified by either name or number. .Bd -literal .No UKC> Ic change ne1 25 ne1 at isa0 port 0x300 size 0 iomem -1 iosiz 0 irq 10 drq -1 drq2 -1 flags 0x0 -.No change (y/n) ? Ic y -.No port [0x300] ? -.No size [0] ? -.No iomem [-1] ? -.No iosiz [0] ? -.No irq [10] ? Ic 5 -.No drq [-1] ? -.No drq2 [-1] ? -.No flags [0] ? +.No change (y/n) \&? Ic y +.No port [0x300] \&? +.No size [0] \&? +.No iomem [-1] \&? +.No iosiz [0] \&? +.No irq [10] \&? Ic 5 +.No drq [-1] \&? +.No drq2 [-1] \&? +.No flags [0] \&? 25 ne1 changed 25 ne1 at isa0 port 0x300 size 0 iomem -1 iosiz 0 irq 5 drq -1 drq2 -1 flags 0x0 UKC> @@ -185,15 +185,15 @@ If a new device is added, following devices will be renumbered. 17 ep* at pci* dev -1 function -1 flags 0x0 18 ep* at pcmcia* dev -1 irq -1 flags 0x0 .No UKC> Ic add ep1 -.No "Clone Device (DevNo, 'q' or '?') ?" Ic 13 -.No "Insert before Device (DevNo, 'q' or '?')" Ic 14 +.No "Clone Device (DevNo, 'q' or '\&?') \&?" Ic 13 +.No "Insert before Device (DevNo, 'q' or '\&?')" Ic 14 14 ep1 at pci* dev -1 function -1 .No UKC> Ic change 14 14 ep1 at pci* dev -1 function -1 -.No change (y/n) ? Ic y -.No dev [-1] ? Ic 14 -.No function [-1] ? -.No flags [0] ? 18 +.No change (y/n) \&? Ic y +.No dev [-1] \&? Ic 14 +.No function [-1] \&? +.No flags [0] \&? 18 14 ep1 changed 14 ep1 at pci* dev 14 function -1 flags 0x12 UKC> |