summaryrefslogtreecommitdiffstats
path: root/usr.bin/bluetooth/btsockstat
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-20 21:01:21 +0000
committerru <ru@FreeBSD.org>2003-05-20 21:01:21 +0000
commit638a31a3e24744379ca4274722cebfb783cb3acd (patch)
treecc71fbdbb548ae9fb5856beadc19f74dae54e77b /usr.bin/bluetooth/btsockstat
parenta808871f563c1b6300be2d520e5420fc534e7de7 (diff)
downloadFreeBSD-src-638a31a3e24744379ca4274722cebfb783cb3acd.zip
FreeBSD-src-638a31a3e24744379ca4274722cebfb783cb3acd.tar.gz
Reapply mdoc(7) fixes that got accidentally lost in the last
Bluetooth update, and fix a few more issues. Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru Approved by: re (blanket)
Diffstat (limited to 'usr.bin/bluetooth/btsockstat')
-rw-r--r--usr.bin/bluetooth/btsockstat/btsockstat.140
1 files changed, 21 insertions, 19 deletions
diff --git a/usr.bin/bluetooth/btsockstat/btsockstat.1 b/usr.bin/bluetooth/btsockstat/btsockstat.1
index 608958d..d76799b 100644
--- a/usr.bin/bluetooth/btsockstat/btsockstat.1
+++ b/usr.bin/bluetooth/btsockstat/btsockstat.1
@@ -1,5 +1,3 @@
-.\" btsockstat.1
-.\"
.\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
.\" All rights reserved.
.\"
@@ -26,6 +24,7 @@
.\"
.\" $Id: btsockstat.1,v 1.4 2003/04/27 19:25:15 max Exp $
.\" $FreeBSD$
+.\"
.Dd August 31, 2002
.Dt BTSOCKSTAT 1
.Os
@@ -34,43 +33,46 @@
.Nd show Bluetooth sockets information
.Sh SYNOPSIS
.Nm
-.Op Fl p Ar protocol
-.Op Fl r
+.Op Fl rh
.Op Fl M Ar core
-.Op Fl h
+.Op Fl p Ar protocol
.Sh DESCRIPTION
The
-.Nm
-command symbolically displays the contents of various Bluetooth sockets
-related data structures. There are few output formats, depending on the
+.Nm
+utility symbolically displays the contents of various Bluetooth sockets
+related data structures.
+There are few output formats, depending on the
options for the information presented.
+The
.Nm
-will print results to the standard output and error messages to the
+utility
+will print results to the standard output and error messages to the
standard error.
.Pp
The options are as follows:
.Bl -tag -width indent
+.It Fl h
+Display usage message and exit.
+.It Fl M Ar core
+Extract values associated with the name list from the specified core
+instead of the default
+.Pa /dev/kmem .
.It Fl p Ar protocol
-Display a list of active sockets (protocol control blocks) for each
-specified protocol. Supported protocols are:
+Display a list of active sockets (protocol control blocks) for each
+specified protocol.
+Supported protocols are:
.Cm hci_raw , l2cap_raw , l2cap, rfcomm
and
.Cm rfcomm_s .
.It Fl r
Display a list of active routing entries (if any) for specified protocol.
-.It Fl M Ar core
-Extract values associated with the name list from the specified core
-instead of the default
-.Pa /dev/kmem .
-.It Fl h
-Display usage message and exit.
.El
.Sh BUGS
-Most likely. Please report if found.
+Most likely.
+Please report if found.
.Sh DIAGNOSTICS
.Ex -std
.Sh SEE ALSO
.Xr ng_btsocket 4
.Sh AUTHORS
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
-
OpenPOWER on IntegriCloud