diff options
author | ru <ru@FreeBSD.org> | 2005-01-11 11:47:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-11 11:47:22 +0000 |
commit | 16dc33fabf01a24ed6c62a632bec7c7856aaf1c9 (patch) | |
tree | f589f42b0a32796610fcf838d714f42ae5d07fe7 /usr.sbin/bluetooth/l2ping | |
parent | f72a2cd4bdaf82cd60629765401bb66d607548a4 (diff) | |
download | FreeBSD-src-16dc33fabf01a24ed6c62a632bec7c7856aaf1c9.zip FreeBSD-src-16dc33fabf01a24ed6c62a632bec7c7856aaf1c9.tar.gz |
Scheduled mdoc(7) sweep.
Diffstat (limited to 'usr.sbin/bluetooth/l2ping')
-rw-r--r-- | usr.sbin/bluetooth/l2ping/l2ping.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/bluetooth/l2ping/l2ping.8 b/usr.sbin/bluetooth/l2ping/l2ping.8 index da2b22c..c033892 100644 --- a/usr.sbin/bluetooth/l2ping/l2ping.8 +++ b/usr.sbin/bluetooth/l2ping/l2ping.8 @@ -44,7 +44,7 @@ The .Nm utility uses L2CAP .Dv ECHO_REQUEST -datagram to elicit a L2CAP +datagram to elicit an L2CAP .Dv ECHO_RESPONSE datagram from a remote device. .Pp @@ -77,7 +77,7 @@ This option is ignored if has been specified. .It Fl n Numeric output only. -No attempt will be made to lookup symbolic names for host addresses. +No attempt will be made to look up symbolic names for host addresses. .It Fl S Ar source Specify the local device which should be used to send L2CAP .Dv ECHO_REQUEST @@ -92,7 +92,8 @@ Specify the number of payload bytes to be sent. The default size is 44 bytes. It is calculated as minimum L2CAP MTU (48 bytes) minus the size of the L2CAP signalling command header (4 bytes). -The maximum size is 65531 bytes. Is is calculated as maximum L2CAP MTU +The maximum size is 65531 bytes. +Is is calculated as maximum L2CAP MTU (65535 bytes) minus four bytes of payload reserved for .Nm internal use. |