diff options
author | ccappuc <ccappuc@cvs.openbsd.org> | 1996-07-08 22:09:53 +0000 |
---|---|---|
committer | ccappuc <ccappuc@cvs.openbsd.org> | 1996-07-08 22:09:53 +0000 |
commit | 8221f107158a760cde8ea52a9158866f700da30a (patch) | |
tree | b2715a775dc7eb21511f5c9c829128f2f935b475 /usr.bin/netstat | |
parent | 4a325f8481a83c10598abc934b5bd7884e8c2061 (diff) |
kernel is /bsd, os is OpenBSD
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 8fe159b83a1..e0f8da7d814 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.2 1996/06/26 05:37:24 deraadt Exp $ +.\" $OpenBSD: netstat.1,v 1.3 1996/07/08 22:09:42 ccappuc Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -148,7 +148,7 @@ Show statistics recorded by the memory management routines (the network manages a private pool of memory buffers). .It Fl N Extract the name list from the specified system instead of the default -.Pa /netbsd . +.Pa /bsd . .It Fl n Show network addresses as numbers (normally .Nm netstat @@ -288,7 +288,7 @@ command appeared in .Bx 4.2 . .\" .Sh FILES .\" .Bl -tag -width /dev/kmem -compact -.\" .It Pa /netbsd +.\" .It Pa /bsd .\" default kernel namelist .\" .It Pa /dev/kmem .\" default memory file |