Fix formatting errors.
Also: `PGRP' => 'PGID'; and update `SESS' and `PGID' descriptions.
This commit is contained in:
parent
15d37e3539
commit
ef8fa9414c
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: pstat.8,v 1.12 1996/05/31 04:07:20 mrg Exp $
|
||||
.\" $NetBSD: pstat.8,v 1.13 1996/06/02 21:47:41 pk Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -55,7 +55,7 @@ in
|
|||
.Pa /dev/kmem .
|
||||
The required namelist is taken from
|
||||
.Pa /netbsd
|
||||
unless
|
||||
unless
|
||||
.Ar system
|
||||
is specified.
|
||||
.Pp
|
||||
|
@ -104,12 +104,12 @@ Use 1K-byte blocks.
|
|||
.It Fl n
|
||||
Print devices by major/minor number rather than by name.
|
||||
.It Fl s
|
||||
Print information about swap space usage on all the
|
||||
Print information about swap space usage on all the
|
||||
swap areas compiled into the kernel.
|
||||
The first column is the device name of the partition. The next column is
|
||||
the total space available in the partition. The
|
||||
the total space available in the partition. The
|
||||
.Ar Used
|
||||
column indicates the total blocks used so far; the
|
||||
column indicates the total blocks used so far; the
|
||||
.Ar Available
|
||||
column indicates how much space is remaining on each partition.
|
||||
The
|
||||
|
@ -168,10 +168,9 @@ further input blocked
|
|||
tty in async I/O mode
|
||||
.El
|
||||
.It SESS
|
||||
Enclosing session.
|
||||
.El
|
||||
.It PGRP
|
||||
Process group for which this is controlling terminal.
|
||||
Session for which this is controlling terminal.
|
||||
.It PGID
|
||||
Current foreground process group associated with this terminal.
|
||||
.It DISC
|
||||
Line discipline;
|
||||
.Ql term
|
||||
|
@ -190,13 +189,14 @@ for PPPDISC (see
|
|||
.Ql strip
|
||||
for STRIPDISC (see
|
||||
.Xr strip 4 ) .
|
||||
.El
|
||||
.It Fl v
|
||||
Print the active vnodes. Each group of vnodes corresponding
|
||||
to a particular filesystem is preceded by a two line header. The
|
||||
first line consists of the following:
|
||||
.Pp
|
||||
.Df I
|
||||
.No *** MOUNT Em fstype from
|
||||
.No *** MOUNT Em fstype from
|
||||
on
|
||||
.Em on fsflags
|
||||
.De
|
||||
|
@ -205,11 +205,11 @@ where
|
|||
.Em fstype
|
||||
is one of
|
||||
.Em adosfs , afs , cd9660 , fdesc ,
|
||||
.Em kernfs , lfs , lofs , mfs ,
|
||||
.Em ffs , kernfs , lfs , lofs , mfs ,
|
||||
.Em msdos , nfs , null , portal ,
|
||||
.Em procfs , ufs , umap , union ;
|
||||
.Em procfs , umap , union ;
|
||||
.Em from
|
||||
is the filesystem is mounted from;
|
||||
is the filesystem mounted from;
|
||||
.Em on
|
||||
is the directory
|
||||
the filesystem is mounted on; and
|
||||
|
@ -217,7 +217,7 @@ the filesystem is mounted on; and
|
|||
is a list
|
||||
of optional flags applied to the mount (see
|
||||
.Xr mount 8 ) .
|
||||
.The second line is a header for the individual fields ,
|
||||
The second line is a header for the individual fields ,
|
||||
the first part of which are fixed, and the second part are filesystem
|
||||
type specific. The headers common to all vnodes are:
|
||||
.Bl -tag -width indent
|
||||
|
|
Loading…
Reference in New Issue