summaryrefslogtreecommitdiffstats
path: root/usr.bin/sockstat/sockstat.1
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-07-31 12:32:03 +0000
committerdes <des@FreeBSD.org>2002-07-31 12:32:03 +0000
commit06dac202026d0eaa1803bcc5fb7d3f295b40ab07 (patch)
tree33d43a07ac97b574bfd3614953005b973010504a /usr.bin/sockstat/sockstat.1
parent5e9bc3c12a5ff59cda5edb46ea46bc9a43a902c6 (diff)
downloadFreeBSD-src-06dac202026d0eaa1803bcc5fb7d3f295b40ab07.zip
FreeBSD-src-06dac202026d0eaa1803bcc5fb7d3f295b40ab07.tar.gz
Rewrite sockstat(1) in C.
Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'usr.bin/sockstat/sockstat.1')
-rw-r--r--usr.bin/sockstat/sockstat.120
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/sockstat/sockstat.1 b/usr.bin/sockstat/sockstat.1
index 383849c..a2f544a 100644
--- a/usr.bin/sockstat/sockstat.1
+++ b/usr.bin/sockstat/sockstat.1
@@ -104,18 +104,18 @@ The transport protocol associated with the socket for Internet
sockets, or the type of socket (stream or datagram) for
.Ux
sockets.
-.It Li ADDRESS
-.No ( Ux
-sockets only)
-For bound sockets, this is the filename of the socket.
-For other sockets, it is the name, PID and file descriptor number of
-the peer, or
-.Dq Li "(none)"
-if the socket is neither bound nor connected.
.It Li LOCAL ADDRESS
-(Internet sockets only)
-The address the local end of the socket is bound to (see
+For Internet sockets, this is the address the local end of the socket
+is bound to (see
.Xr getsockname 2 ) .
+For bound
+.Ux
+sockets, it is the socket's filename.
+For other
+.Ux
+sockets, it is a right arrow followed by the endpoint's filename, or
+.Dq Li ??
+if the endpoint could not be determined.
.It Li FOREIGN ADDRESS
(Internet sockets only)
The address the foreign end of the socket is bound to (see
OpenPOWER on IntegriCloud