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 /share/man/man8 | |
parent | f956d477de0bf60b432ead017c10115b715fee06 (diff) |
escape punctuation;
ok deraadt@
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/boot_config.8 | 32 |
1 files changed, 16 insertions, 16 deletions
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> |