diff options
author | pav <pav@FreeBSD.org> | 2007-05-12 12:42:00 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-12 12:42:00 +0000 |
commit | c2655594fb28027bea5c849b3099a6a6f4170821 (patch) | |
tree | ac383cac4c9af4470ea499af5670f11711e32e7f /usr.sbin | |
parent | 587620304d24e4111d0bc90280780cd674ee0514 (diff) | |
download | FreeBSD-src-c2655594fb28027bea5c849b3099a6a6f4170821.zip FreeBSD-src-c2655594fb28027bea5c849b3099a6a6f4170821.tar.gz |
Correct two typos
PR: docs/66771
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
MFC after: 1 week
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pccard/pccardc/pccardc.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pccard/pccardc/pccardc.8 b/usr.sbin/pccard/pccardc/pccardc.8 index b47a19c..e1e0925 100644 --- a/usr.sbin/pccard/pccardc/pccardc.8 +++ b/usr.sbin/pccard/pccardc/pccardc.8 @@ -138,7 +138,7 @@ is the address (hex) to map the memory to in the computer's address space, and is the size of memory window (kb). .It Fl a Ar iobase .Ar iobase -specifies the port a number to be mapped to the I/O window (hex) +specifies the port number to be mapped to the I/O window (hex) .It Fl i Ar irq .Ar irq specifies the IRQ (decimal from 1 to 15) the card will use for interrupts. @@ -164,7 +164,7 @@ Prints help for .It .Ic pccardmem Ar addr .Pp -Specifies the host address using PC-CARD controller(PCIC) +Specifies the host address range PC-CARD controller(PCIC) will use to map cards to. Because the PCIC needs a contiguous 16KB memory, and most machines have other ROMs or devices at other places in the ISA I/O memory |