diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-06 13:52:23 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-06 13:52:23 +0000 |
commit | 79c5946042428bb65efa1ab2dc9083eb52cdbcc1 (patch) | |
tree | 00d6b67c6af7391eea9db4a3662a9d6bd4816dba /usr.sbin/usbd | |
parent | 4402d054c2858cf0e9e2703881a1810ca23e6086 (diff) | |
download | FreeBSD-src-79c5946042428bb65efa1ab2dc9083eb52cdbcc1.zip FreeBSD-src-79c5946042428bb65efa1ab2dc9083eb52cdbcc1.tar.gz |
Remove gratuitous dashes (-) in Fl macro arguments.
PR: 17216
Submitted by: horikawa@psinet.com (Kazuo Horikawa)
Diffstat (limited to 'usr.sbin/usbd')
-rw-r--r-- | usr.sbin/usbd/usbd.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/usbd/usbd.conf.5 b/usr.sbin/usbd/usbd.conf.5 index ca6548f..1d92d27 100644 --- a/usr.sbin/usbd/usbd.conf.5 +++ b/usr.sbin/usbd/usbd.conf.5 @@ -115,9 +115,9 @@ and can be retrieved by killing the .Nm usbd daemon and running it with the -.Fl -d +.Fl d and -.Fl -v +.Fl v flags. .Pp Commands to be executed when the action is matched: |