diff options
author | maxim <maxim@FreeBSD.org> | 2004-01-15 13:23:21 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2004-01-15 13:23:21 +0000 |
commit | f1fb99007977354fd66811e69f393f3c0cf5ef1d (patch) | |
tree | 1204b45f605392c7bf7e61f5c8b7deeba19185a2 /usr.sbin/pccard | |
parent | d675b0ba7ce665b9ec06bff801a622ebf5b5c096 (diff) | |
download | FreeBSD-src-f1fb99007977354fd66811e69f393f3c0cf5ef1d.zip FreeBSD-src-f1fb99007977354fd66811e69f393f3c0cf5ef1d.tar.gz |
o Document -s flag.
No objections from: ume
MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/pccard')
-rw-r--r-- | usr.sbin/pccard/pccardd/pccardd.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/pccard/pccardd/pccardd.8 b/usr.sbin/pccard/pccardd/pccardd.8 index 5b6d560..649619c 100644 --- a/usr.sbin/pccard/pccardd/pccardd.8 +++ b/usr.sbin/pccard/pccardd/pccardd.8 @@ -40,6 +40,7 @@ .Op Fl i Ar IRQ .Op Fl I .Op Fl f Ar configfile +.Op Fl s Ar socket .Sh DESCRIPTION The .Nm @@ -154,6 +155,10 @@ and lists the PC-CARD cards recognized by .Nm , and the kernel drivers and devices that are used to interface to the card. +.It Fl s Ar socket +Specifies a path to a control socket. +The default is +.Pa /var/tmp/.pccardd . .El .Sh FILES .Bl -tag -width /etc/defaults/pccard.conf -compact @@ -161,6 +166,8 @@ interface to the card. default configuration file .It Pa /etc/pccard.conf user configuration file +.It Pa /var/tmp/.pccardd +default control socket .It Pa /var/run/pccardd.pid process id of the currently running .Nm |