diff options
author | ru <ru@FreeBSD.org> | 2005-01-18 20:02:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-18 20:02:45 +0000 |
commit | c05985f13f215ea0060080637a64b09c3cff6233 (patch) | |
tree | fcf95075ec47428572774cbb5d2f7bbdf690ed94 /usr.sbin/pccard | |
parent | 4c9a185523b963e32b04d8114b4b3f1e582b7c6f (diff) | |
download | FreeBSD-src-c05985f13f215ea0060080637a64b09c3cff6233.zip FreeBSD-src-c05985f13f215ea0060080637a64b09c3cff6233.tar.gz |
Sort sections.
Diffstat (limited to 'usr.sbin/pccard')
-rw-r--r-- | usr.sbin/pccard/pccardd/pccard.conf.5 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/pccard/pccardd/pccard.conf.5 b/usr.sbin/pccard/pccardd/pccard.conf.5 index 4cb8e86..2f468fe 100644 --- a/usr.sbin/pccard/pccardd/pccard.conf.5 +++ b/usr.sbin/pccard/pccardd/pccard.conf.5 @@ -270,6 +270,16 @@ The alias can be used instead of .Dq generic , this is supported due to historical reasons. +.Sh FILES +.Bl -tag -width /etc/defaults/pccard.conf -compact +.It Pa /etc/defaults/pccard.conf +The +.Xr pccardd 8 +default configuration file. +.It Pa /etc/pccard.conf +The +user configuration file. +.El .Sh EXAMPLES A typical configuration file may look like this: .Bd -literal @@ -298,15 +308,5 @@ card "XYZZY" "FAX/1.0" remove echo stop getty .Ed -.Sh FILES -.Bl -tag -width /etc/defaults/pccard.conf -compact -.It Pa /etc/defaults/pccard.conf -The -.Xr pccardd 8 -default configuration file. -.It Pa /etc/pccard.conf -The -user configuration file. -.El .Sh SEE ALSO .Xr pccardd 8 |