Fix a grammar bogon and removed whitespace at EOL.

MFC after:	1 week
This commit is contained in:
Jens Schweikhardt 2001-06-03 16:08:25 +00:00
parent 54bb9f535c
commit 65834d4b31
1 changed files with 8 additions and 8 deletions

View File

@ -54,9 +54,9 @@
displays open file entry, swap space utilization,
terminal state, and vnode data structures.
.Pp
If invoked as
If invoked as
.Nm swapinfo
the
the
.Fl s
option is implied, and only the
.Fl k
@ -71,8 +71,8 @@ Print sizes in kilobytes, regardless of the setting of the
.Ev BLOCKSIZE
environment variable.
.It Fl T
Print the number of used and free slots in the several system tables
and is useful for checking to see how large system tables have become
Print the number of used and free slots in several system tables.
This is useful for checking to see how large system tables have become
if the system is under heavy load.
.It Fl f
Print the open file table with these headings:
@ -105,12 +105,12 @@ The file offset (see
.Xr lseek 2 ) .
.El
.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
@ -232,7 +232,7 @@ 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:
.Bd -ragged -offset indent
.No *** MOUNT Em fstype from
.No *** MOUNT Em fstype from
on
.Em on fsflags
.Ed