summaryrefslogtreecommitdiff
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-03-01 06:17:07 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-03-01 06:17:07 +0000
commit0e6b60ef4376074397e64d6124d2a5bf24afaf2d (patch)
treedc2e9cba709d96f22bc41e6558f3d868293ae8b3 /usr.sbin/pstat
parenta3963b4e6b2c16eb212494dc275a0f992e9af2d4 (diff)
cleanup; d@
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r--usr.sbin/pstat/pstat.822
1 files changed, 14 insertions, 8 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8
index 8fc9d7948f4..20d8411487d 100644
--- a/usr.sbin/pstat/pstat.8
+++ b/usr.sbin/pstat/pstat.8
@@ -40,14 +40,14 @@
.Nm pstat
.Nd display system data structures
.Sh SYNOPSIS
-.Nm pstat
+.Nm
.Op Fl Tfknstv
.Op Fl M Ar core
.Op Fl N Ar system
.Sh DESCRIPTION
-.Nm Pstat
+.Nm
displays open file entry, swap space utilization,
-terminal state, and vnode data structures.
+terminal state, and vnode data structure information.
If
.Ar corefile
is given, the information is sought there, otherwise
@@ -140,14 +140,10 @@ Calculated column position of terminal.
Miscellaneous state variables encoded thus:
.Pp
.Bl -tag -width indent -compact
-.It T
-delay timeout in progress
.It W
waiting for open to complete
.It O
open
-.It F
-outq has been flushed during DMA
.It C
carrier is on
.It T
@@ -166,6 +162,16 @@ output stopped
further input blocked
.It Y
tty in async I/O mode
+.It D
+next character is escaped lowercase special
+.It E
+printing erase sequence
+.It L
+next character is literal
+.It P
+retyping suspended input
+.It N
+counting tab width, ignoring output flush
.El
.It SESS
Enclosing session.
@@ -341,6 +347,6 @@ regardless of whether those partitions are being used.
Does not understand NFS swap servers.
.Sh HISTORY
The
-.Nm pstat
+.Nm
command appeared in
.Bx 4.0 .