Module Name:    src
Committed By:   pooka
Date:           Mon Dec  6 09:28:38 UTC 2010

Modified Files:
        src/usr.bin/netstat: netstat.1

Log Message:
Insert word "mbuf" to description of -m (so you can search for it).
No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/usr.bin/netstat/netstat.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/netstat/netstat.1
diff -u src/usr.bin/netstat/netstat.1:1.58 src/usr.bin/netstat/netstat.1:1.59
--- src/usr.bin/netstat/netstat.1:1.58	Wed Jun 30 07:30:16 2010
+++ src/usr.bin/netstat/netstat.1	Mon Dec  6 09:28:38 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: netstat.1,v 1.58 2010/06/30 07:30:16 wiz Exp $
+.\"	$NetBSD: netstat.1,v 1.59 2010/12/06 09:28:38 pooka Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1992, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -221,7 +221,7 @@
 instead of the default
 .Pa /dev/kmem .
 .It Fl m
-Show statistics recorded by the memory management routines
+Show statistics recorded by the mbuf 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

Reply via email to