diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-02 22:38:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-02 22:38:52 +0000 |
commit | 4e9807e35a98a122f1fe8215516fb13eda498745 (patch) | |
tree | 9ebbde1aa245765374cf4edd76fdf673f5e06d58 /usr.sbin/pstat/pstat.8 | |
parent | c1b1eb375e5498da4ce43b299e7ca16810200351 (diff) |
fix tables; fred@francis.unitra.sk
Diffstat (limited to 'usr.sbin/pstat/pstat.8')
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index d4a7561b6df..2062104875b 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pstat.8,v 1.18 2001/11/09 00:56:24 miod Exp $ +.\" $OpenBSD: pstat.8,v 1.19 2002/06/02 22:38:51 deraadt Exp $ .\" $NetBSD: pstat.8,v 1.9.4.1 1996/06/02 09:08:17 mrg Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -177,8 +177,7 @@ counting tab width, ignoring output flush .El .It SESS Enclosing session. -.El -.It PGRP +.It PGID Process group for which this is controlling terminal. .It DISC Line discipline; @@ -198,6 +197,7 @@ for PPPDISC (see .Ql strip for STRIPDISC (see .Xr strip 4 ) . +.El .It Fl v Print the active vnodes. Each group of vnodes corresponding @@ -247,23 +247,23 @@ VTEXT pure text prototype. .It S VSYSTEM vnode being used by kernel. .It I -VISTTY vnode represents a tty +VISTTY vnode represents a tty. .It L VXLOCK locked to change underlying type. .It W VXWANT process is waiting for vnode. .It B -VBWAIT waiting for output to complete +VBWAIT waiting for output to complete. .It A -VALIASED vnode has an alias +VALIASED vnode has an alias. .It D VDIROP lfs vnode involved in directory op. .It F -VONFREELIST vnode is on a free list +VONFREELIST vnode is on a free list. .It l -VLOCKSWORK FS supports locking discipline +VLOCKSWORK FS supports locking discipline. .It s -VONSYNCLIST vnode is on syncer worklist +VONSYNCLIST vnode is on syncer worklist. .El .Pp .It USE @@ -320,11 +320,11 @@ special file updated .It C special file times changed .El +.El .It SIZ/RDEV Number of bytes in an ordinary file, or major and minor device of special file. .El -.El .Sh ENVIRONMENT .Bl -tag -width BLOCKSIZE .It Ev BLOCKSIZE |