From 283fecc1448ed5878ce8835cf86ecc88b1eaae77 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 21 Jul 1995 17:03:34 +0000 Subject: [PATCH] Document new tty states TS_CONNECTED, TS_SO_OLOWAT, TS_SO_OCOMPLETE, TS_CAR_OFLOW, TS_CTS_OFLOW, TS_DSR_OFLOW and TS_ZOMBIE. Document old tty states TS_ASLEEP and TS_TTSTOP more completely. Document old tty states TS_ASYNC and TS_TBLOCK. Document not so old tty states TS_CAN_BYPASS_L_RINT and TS_SNOOP. Don't document nonexistent state TS_HUPCL. Document the current line disciplines instead of prehistoric ones. --- usr.sbin/pstat/pstat.8 | 48 ++++++++++++++++++++++++++++++++---------- 1 file changed, 37 insertions(+), 11 deletions(-) diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index fee4d0b7a1d..fadbc5c0b8d 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -160,32 +160,58 @@ open outq has been flushed during DMA .It C carrier is on +.It c +connection open .It B busy doing output .It A -process is awaiting output +process is waiting for space in output queue +.It a +process is waiting for output to complete .It X open for exclusive use .It S -output stopped -.It H -hangup on close +output stopped (ixon flow control) +.It m +output stopped (carrier flow control) +.It o +output stopped (CTS flow control) +.It d +output stopped (DSR flow control) +.It K +input stopped +.It Y +send SIGIO for input events +.It l +block mode input routine in use +.It s +i/o being snooped +.It Z +connection lost .El .It PGRP Process group for which this is controlling terminal. .It DISC -Line discipline; blank is old tty -OTTYDISC +Line discipline; +.Ql term +for +TTYDISC or -.Ql new tty +.Ql ntty for NTTYDISC or -.Ql net +.Ql tab for -NETLDISC -(see -.Xr bk 4 ) . +TABLDISC +or +.Ql slip +for +SLIPDISC +or +.Ql ppp +for +PPPDISC. .El .It Fl v Print the active vnodes. Each group of vnodes corresponding