diff options
author | mpp <mpp@FreeBSD.org> | 1996-07-03 02:11:39 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-07-03 02:11:39 +0000 |
commit | 6551a41fd1472c7f027ba9f7c0d49e3c0aea0c1a (patch) | |
tree | 40330db6b18042a326f34e4ac5c5fccbee9be932 /usr.sbin/pstat | |
parent | 21dd4d472f51409744d08184e095c9d6b11a9be4 (diff) | |
download | FreeBSD-src-6551a41fd1472c7f027ba9f7c0d49e3c0aea0c1a.zip FreeBSD-src-6551a41fd1472c7f027ba9f7c0d49e3c0aea0c1a.tar.gz |
Document the -i backward compatibility option (same as -v).
Submitted by: Faried Nawaz
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 6a9e390..9680b8d 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)pstat.8 8.4 (Berkeley) 4/19/94 -.\" $Id: pstat.8,v 1.6 1996/01/20 07:28:52 mpp Exp $ +.\" $Id: pstat.8,v 1.7 1996/04/17 20:50:44 joerg Exp $ .\" .Dd October 7, 1995 .Dt PSTAT 8 @@ -42,7 +42,7 @@ .Nd display system data structures .Sh SYNOPSIS .Nm pstat -.Op Fl Tfknstv +.Op Fl Tfiknstv .Op Fl M Ar core .Op Fl N Ar system .Pp @@ -347,6 +347,10 @@ lease was evicted (nqnfs) Number of bytes in an ordinary file, or major and minor device of special file. .El +.It Fl i +Same as +.Fl v , +present for backwards-compatibility. .El .Sh FILES .Bl -tag -width /dev/kmemxxx -compact |