diff options
author | bde <bde@FreeBSD.org> | 1995-10-06 20:58:24 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-10-06 20:58:24 +0000 |
commit | 5373386fa0110f4c877f0013b70fd5070c2adcc7 (patch) | |
tree | 68b95ff0d2b9e536b9952fefbfa78282b8527877 /usr.sbin/pstat | |
parent | 07202edd8d896dfb8e438c954a27f12b404843d1 (diff) | |
download | FreeBSD-src-5373386fa0110f4c877f0013b70fd5070c2adcc7.zip FreeBSD-src-5373386fa0110f4c877f0013b70fd5070c2adcc7.tar.gz |
Document SESS, fix PGRP (now PGID), and document some more STATE flags.
Submitted by: clemc@locus.com and edited by me.
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index fadbc5c..c389935 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -30,9 +30,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)pstat.8 8.4 (Berkeley) 4/19/94 +.\" From: @(#)pstat.8 8.4 (Berkeley) 4/19/94 +.\" $Id$ .\" -.Dd April 19, 1994 +.Dd October 7, 1995 .Dt PSTAT 8 .Os BSD 4 .Sh NAME @@ -182,6 +183,20 @@ output stopped (DSR flow control) input stopped .It Y send SIGIO for input events +.It D +state for lowercase +.Ql \e +work +.It E +within a +.Ql \e.../ +for PRTRUB +.It L +next character is literal +.It P +retyping suspended input (PENDIN) +.It N +counting tab width, ignore FLUSHO .It l block mode input routine in use .It s @@ -189,7 +204,9 @@ i/o being snooped .It Z connection lost .El -.It PGRP +.It SESS +Kernel address of the session structure. +.It PGID Process group for which this is controlling terminal. .It DISC Line discipline; |