NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/47085: netstat(1) does not document -l option



>Number:         47085
>Category:       bin
>Synopsis:       netstat(1) does not document -l option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 16 13:35:00 +0000 2012
>Originator:     Julian Fagir
>Release:        NetBSD 6.0_BETA
>Organization:
>Environment:
>Description:
The flag 'l' is used in the file `mroute6.c`:

123 #define WID_ORG (lflag ? 39 : (numeric_addr ? 29 : 18)) /* width of origin 
column */
124 #define WID_GRP (lflag ? 18 : (numeric_addr ? 16 : 18)) /* width of group 
column */

but is not documented in the manpage.
>How-To-Repeat:
Look at manpage.
Call `netstat -l`.
>Fix:



Home | Main Index | Thread Index | Old Index