diff options
author | josef <josef@FreeBSD.org> | 2004-05-21 21:38:17 +0000 |
---|---|---|
committer | josef <josef@FreeBSD.org> | 2004-05-21 21:38:17 +0000 |
commit | 961a518f13e26784de15b97e2f5644405c114380 (patch) | |
tree | 1a394db47d95aca73be458a9e1a4102fb3820c43 /usr.sbin/pccard | |
parent | 222404c032773fbff208ba88e1b1dbf36a2d7c04 (diff) | |
download | FreeBSD-src-961a518f13e26784de15b97e2f5644405c114380.zip FreeBSD-src-961a518f13e26784de15b97e2f5644405c114380.tar.gz |
Some wordsmithing and mdoc(7) cleanup.
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
PR: docs/66823
Reviewed by: simon
Diffstat (limited to 'usr.sbin/pccard')
-rw-r--r-- | usr.sbin/pccard/pccardd/pccard.conf.5 | 41 |
1 files changed, 27 insertions, 14 deletions
diff --git a/usr.sbin/pccard/pccardd/pccard.conf.5 b/usr.sbin/pccard/pccardd/pccard.conf.5 index 51adca2..6536de8 100644 --- a/usr.sbin/pccard/pccardd/pccard.conf.5 +++ b/usr.sbin/pccard/pccardd/pccard.conf.5 @@ -169,7 +169,7 @@ The parameters are the Manufacturer name, card version and additional information add_info1, add_info2 that is used to match the values from the card's CIS memory. -These parameter can be described in extended regular expression +These parameters can be described in extended regular expression .Xr regex 3 if the string is enclosed by '/' like "/.*/". Each of the expressions is evaluated with a character '^' at top. @@ -184,8 +184,13 @@ An optional set of flags may be assigned. In .Ar index , -specify either ``auto'' or ``default'' or the range available in the card's CIS. -``auto'' allows to allocate resources automatically with information +specify either +.Dq auto +or +.Dq default +or the range available in the card's CIS. +.Dq auto +allows to allocate resources automatically with information from the CIS and status of using I/O resources. .Pp The optional @@ -243,21 +248,29 @@ for generic type of the cards: .Pp The keyword .Em serial -matches ``Functional ID: Serial port/modem'' and +matches +.Dq Functional ID: Serial port/modem +and .Em fixed_disk -matches ``Fixed disk card''. -The syntax is the same of +matches +.Dq Fixed disk card . +The syntax is the same as for .Em "card identifiers" -but used ``generic'' instead of ``card'' in the first line. -These are in the last of +but uses +.Dq generic +instead of +.Dq card +in the first line. +These are defined at the bottom of .Nm -because unmatched cards with the other -.Em card -entries can match these entries secondly. -The alias ``function'' can be used instead of ``generic'' because of -the historical reason. +so unmatched cards use the generic entries. +The alias +.Dq function +can be used instead of +.Dq generic , +this is supported due to historical reasons. .Sh EXAMPLES -A typical configuration file may appear thus: +A typical configuration file may look like this: .Bd -literal # # Sample configuration file. |