diff options
author | Bernd Eckenfels <net-tools@lina.inka.de> | 2000-12-19 01:07:07 +0000 |
---|---|---|
committer | Bernd Eckenfels <net-tools@lina.inka.de> | 2000-12-19 01:07:07 +0000 |
commit | 9ae65971ebe2c0a9deff0debf3028acc687fce77 (patch) | |
tree | 126ba360b97b219516888e1c4f60f88d77cdbee6 /man | |
parent | byte count will be displayed in ifconfig, patch from John Corey <kunglao@prai... (diff) | |
download | net-tools-9ae65971ebe2c0a9deff0debf3028acc687fce77.tar.gz net-tools-9ae65971ebe2c0a9deff0debf3028acc687fce77.tar.bz2 net-tools-9ae65971ebe2c0a9deff0debf3028acc687fce77.zip |
fixed capsulation of -L option in man page (Debin Bug #77495)
Diffstat (limited to 'man')
-rw-r--r-- | man/en_US/netstat.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/en_US/netstat.8 b/man/en_US/netstat.8 index 94a8710..b33996a 100644 --- a/man/en_US/netstat.8 +++ b/man/en_US/netstat.8 @@ -8,7 +8,7 @@ .\" Modified: Tuan Hoang tqhoang@bigfoot.com .\" .\" -.TH NETSTAT 8 "29 February 2000" "net-tools" "Linux Programmer's Manual" +.TH NETSTAT 8 "19 December 2000" "net-tools" "Linux Programmer's Manual" .SH NAME netstat \- Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships @@ -160,7 +160,7 @@ Display additional information. Use this option twice for maximum detail. Include information related to networking timers. .SS "\-p, \-\-program" Show the PID and name of the program to which each socket belongs. -.SS "\-L, \-\-listening" +.SS "\-l, \-\-listening" Show only listening sockets. (These are omitted by default.) .SS "\-a, \-\-all" Show both listening and non-listening sockets. With the |