diff options
author | emax <emax@FreeBSD.org> | 2003-10-12 22:04:24 +0000 |
---|---|---|
committer | emax <emax@FreeBSD.org> | 2003-10-12 22:04:24 +0000 |
commit | 41bb0e8fd2568243020852e22a6d176bccfa60cd (patch) | |
tree | 0ae0c2be63f9f9161693789721b96beb9cabcc77 /usr.bin/bluetooth/btsockstat/btsockstat.1 | |
parent | 66feac7937e372f502539e7d443aee80a25abe16 (diff) | |
download | FreeBSD-src-41bb0e8fd2568243020852e22a6d176bccfa60cd.zip FreeBSD-src-41bb0e8fd2568243020852e22a6d176bccfa60cd.tar.gz |
Update Bluetooth code.
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
Diffstat (limited to 'usr.bin/bluetooth/btsockstat/btsockstat.1')
-rw-r--r-- | usr.bin/bluetooth/btsockstat/btsockstat.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/bluetooth/btsockstat/btsockstat.1 b/usr.bin/bluetooth/btsockstat/btsockstat.1 index d76799b..f9b6064 100644 --- a/usr.bin/bluetooth/btsockstat/btsockstat.1 +++ b/usr.bin/bluetooth/btsockstat/btsockstat.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: btsockstat.1,v 1.4 2003/04/27 19:25:15 max Exp $ +.\" $Id: btsockstat.1,v 1.6 2003/05/21 00:09:45 max Exp $ .\" $FreeBSD$ .\" .Dd August 31, 2002 @@ -33,7 +33,7 @@ .Nd show Bluetooth sockets information .Sh SYNOPSIS .Nm -.Op Fl rh +.Op Fl nrh .Op Fl M Ar core .Op Fl p Ar protocol .Sh DESCRIPTION @@ -57,6 +57,10 @@ Display usage message and exit. Extract values associated with the name list from the specified core instead of the default .Pa /dev/kmem . +.It Fl n +Show Bluetooth addresses as numbers. Normally +.Nm +attempts to resolve Bluetooth addresses, and display them symbolically. .It Fl p Ar protocol Display a list of active sockets (protocol control blocks) for each specified protocol. |