diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 22:14:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 22:14:44 +0000 |
commit | 741da2d2f4dd6091c93080f4edfffa157f26df50 (patch) | |
tree | cb79d3b313a6066ccd0693fc376f829151b56ef3 /share/man/man4/pcmcia.4 | |
parent | 5ebba3bcdd5f72b4465da531536951afe3fd543f (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;
Diffstat (limited to 'share/man/man4/pcmcia.4')
-rw-r--r-- | share/man/man4/pcmcia.4 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |