Thu May 28 14:57:42 2009 UTC ()
fix typo (Silas Silva)


(christos)
diff -r1.50 -r1.51 src/usr.bin/netstat/netstat.1

cvs diff -r1.50 -r1.51 src/usr.bin/netstat/netstat.1 (expand / switch to unified diff)

--- src/usr.bin/netstat/netstat.1 2009/03/11 13:54:29 1.50
+++ src/usr.bin/netstat/netstat.1 2009/05/28 14:57:42 1.51
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: netstat.1,v 1.50 2009/03/11 13:54:29 joerg Exp $ 1.\" $NetBSD: netstat.1,v 1.51 2009/05/28 14:57:42 christos Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1990, 1992, 1993 3.\" Copyright (c) 1983, 1990, 1992, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -370,27 +370,27 @@ The primary interface may be replaced wi @@ -370,27 +370,27 @@ The primary interface may be replaced wi
370.Fl I 370.Fl I
371option. 371option.
372The first line of each screen of information contains a summary since the 372The first line of each screen of information contains a summary since the
373system was last rebooted. 373system was last rebooted.
374Subsequent lines of output show values 374Subsequent lines of output show values
375accumulated over the preceding interval. 375accumulated over the preceding interval.
376.Pp 376.Pp
377The first character of the flags column in the 377The first character of the flags column in the
378.Fl B 378.Fl B
379option shows the status of the 379option shows the status of the
380.Xr bpf 4 380.Xr bpf 4
381descriptor which has three different values: 381descriptor which has three different values:
382Idle ('I'), Waiting ('W') and Timed Out ('T'). 382Idle ('I'), Waiting ('W') and Timed Out ('T').
383The second character indicates wheter the promisc flag is set. 383The second character indicates whether the promisc flag is set.
384The third character indicates the status of the immediate mode. 384The third character indicates the status of the immediate mode.
385The fourth character indicates whether the peer will have the ability 385The fourth character indicates whether the peer will have the ability
386to see the packets sent. 386to see the packets sent.
387And the fifth character shows the header complete flag status. 387And the fifth character shows the header complete flag status.
388.Sh SEE ALSO 388.Sh SEE ALSO
389.Xr fstat 1 , 389.Xr fstat 1 ,
390.Xr nfsstat 1 , 390.Xr nfsstat 1 ,
391.Xr ps 1 , 391.Xr ps 1 ,
392.Xr sockstat 1 , 392.Xr sockstat 1 ,
393.Xr vmstat 1 , 393.Xr vmstat 1 ,
394.Xr inet 3 , 394.Xr inet 3 ,
395.Xr bpf 4 , 395.Xr bpf 4 ,
396.Xr hosts 5 , 396.Xr hosts 5 ,