diff options
author | bde <bde@FreeBSD.org> | 1995-07-21 17:03:34 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-07-21 17:03:34 +0000 |
commit | af7589c6dbf9652085ac4913f08349078d487713 (patch) | |
tree | cf39d5d83460cc0b07d47305154a3e66d1e3ae03 /usr.sbin/pstat | |
parent | d22de13b503b38e5a0c5757d990976d499c750bd (diff) | |
download | FreeBSD-src-af7589c6dbf9652085ac4913f08349078d487713.zip FreeBSD-src-af7589c6dbf9652085ac4913f08349078d487713.tar.gz |
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.
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 48 |
1 files changed, 37 insertions, 11 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index fee4d0b..fadbc5c 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 +TABLDISC +or +.Ql slip +for +SLIPDISC +or +.Ql ppp for -NETLDISC -(see -.Xr bk 4 ) . +PPPDISC. .El .It Fl v Print the active vnodes. Each group of vnodes corresponding |