diff options
-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 |