summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-21 01:07:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-21 01:07:58 +0000
commit605758f62c0322f5b55c505fca4a9ab3dcad1de7 (patch)
tree44130da0a2539168014db0d194c7a64a8402761a
parent915de64ee2d0fc32f6c1b868704195abe9e1205b (diff)
use .Ar on later .It Fl lines
-rw-r--r--libexec/fingerd/fingerd.86
-rw-r--r--libexec/ftpd/ftpd.810
-rw-r--r--sbin/fdisk/fdisk.816
-rw-r--r--sbin/fsck_ext2fs/fsck_ext2fs.811
-rw-r--r--sbin/fsck_ffs/fsck_ffs.819
-rw-r--r--sbin/mount/mount.84
-rw-r--r--sbin/mount_cd9660/mount_cd9660.84
-rw-r--r--sbin/mount_ext2fs/mount_ext2fs.84
-rw-r--r--sbin/mount_fdesc/mount_fdesc.84
-rw-r--r--sbin/mount_ffs/mount_ffs.84
-rw-r--r--sbin/mount_kernfs/mount_kernfs.84
-rw-r--r--sbin/mount_lfs/mount_lfs.84
-rw-r--r--sbin/mount_null/mount_null.84
-rw-r--r--sbin/mount_portal/mount_portal.84
-rw-r--r--sbin/mount_procfs/mount_procfs.84
-rw-r--r--sbin/mount_umap/mount_umap.84
-rw-r--r--sbin/mount_union/mount_union.84
-rw-r--r--sbin/mount_xfs/mount_xfs.84
-rw-r--r--sbin/nfsd/nfsd.84
-rw-r--r--sbin/nfsiod/nfsiod.84
-rw-r--r--sbin/swapctl/swapctl.86
21 files changed, 70 insertions, 58 deletions
diff --git a/libexec/fingerd/fingerd.8 b/libexec/fingerd/fingerd.8
index 62cc55c2b94..9c933d8c6b8 100644
--- a/libexec/fingerd/fingerd.8
+++ b/libexec/fingerd/fingerd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fingerd.8,v 1.7 1999/07/09 13:35:50 aaron Exp $
+.\" $OpenBSD: fingerd.8,v 1.8 1999/07/21 01:07:57 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fingerd.8 8.1 (Berkeley) 6/4/93
-.\" $Id: fingerd.8,v 1.7 1999/07/09 13:35:50 aaron Exp $
+.\" $Id: fingerd.8,v 1.8 1999/07/21 01:07:57 deraadt Exp $
.\"
.Dd June 4, 1993
.Dt FINGERD 8
@@ -140,7 +140,7 @@ Prints user information in short mode, one line per user.
This overrides the
.Dq Pa Whois switch
that may be passed in from the remote client.
-.It Fl P
+.It Fl P Ar filename
Use an alternate program as the local information provider.
The default local program
executed by
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index a8111613f32..0a8d869679b 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftpd.8,v 1.22 1999/07/09 13:35:50 aaron Exp $
+.\" $OpenBSD: ftpd.8,v 1.23 1999/07/21 01:07:57 deraadt Exp $
.\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $
.\"
.\" Copyright (c) 1985, 1988, 1991, 1993
@@ -127,19 +127,19 @@ session is logged to the file
.Pa /var/run/utmp ,
making them visible to commands such as
.Xr who 1 .
-.It Fl T
+.It Fl T Ar maxtimeout
A client may also request a different timeout period;
the maximum period allowed may be set to
-.Ar timeout
+.Ar maxtimeout
seconds with the
.Fl T
option.
The default limit is 2 hours.
-.It Fl t
+.It Fl t Ar timeout
The inactivity timeout period is set to
.Ar timeout
seconds (the default is 15 minutes).
-.It Fl u
+.It Fl u Ar mask
Change the default umask from 027 to
.Ar mask .
.El
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8
index 81460f557c1..b086d84d27a 100644
--- a/sbin/fdisk/fdisk.8
+++ b/sbin/fdisk/fdisk.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fdisk.8,v 1.26 1999/07/04 18:59:39 aaron Exp $
+.\" $OpenBSD: fdisk.8,v 1.27 1999/07/21 01:07:53 deraadt Exp $
.\"
.\" Copyright (c) 1997 Tobias Weingartner
.\" All rights reserved.
@@ -38,9 +38,9 @@
.Nm fdisk
.Op Fl ie
.Op Fl f Ar mbrname
-.Op Fl c Ar cyls
+.Op Fl c Ar cylinders
.Op Fl h Ar heads
-.Op Fl s Ar sects
+.Op Fl s Ar sectors
.Ar device
.Sh DESCRIPTION
In order for the BIOS to boot the kernel, certain conventions must be
@@ -58,14 +58,20 @@ is found, the boot block from that partition is loaded and executed in
place of the original (MBR) boot block.
.Pp
The following options are available:
-.Bl -tag -width "-f mbrname"
+.Pp
+.Bl -tag -width "-c cylinders" -compact
.It Fl i
Initialize the MBR sector.
+.Pp
.It Fl e
Edit existing MBR sectors.
+.Pp
.It Fl f Ar mbrname
Specifies an alternate MBR template file.
-.It Fl c,h,s
+.Pp
+.It Fl c Ar cylinders
+.It Fl h Ar heads
+.It Fl s Ar sectors
Specifies an alternate BIOS geometry for
.Nm
to use.
diff --git a/sbin/fsck_ext2fs/fsck_ext2fs.8 b/sbin/fsck_ext2fs/fsck_ext2fs.8
index 2a254bd0031..c30ce670bb9 100644
--- a/sbin/fsck_ext2fs/fsck_ext2fs.8
+++ b/sbin/fsck_ext2fs/fsck_ext2fs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fsck_ext2fs.8,v 1.9 1999/06/04 02:45:16 aaron Exp $
+.\" $OpenBSD: fsck_ext2fs.8,v 1.10 1999/07/21 01:07:53 deraadt Exp $
.\" $NetBSD: fsck_ext2fs.8,v 1.1 1997/06/11 11:21:48 bouyer Exp $
.\"
.\" Copyright (c) 1997 Manuel Bouyer.
@@ -44,7 +44,6 @@
.Sh SYNOPSIS
.Nm fsck_ext2fs
.Op Fl b Ar block#
-.Op Fl c Ar level
.Op Fl d
.Op Fl f
.Op Fl m Ar mode
@@ -124,7 +123,7 @@ action.
The following flags are interpreted by
.Nm fsck_ext2fs :
.Bl -tag -width indent
-.It Fl b
+.It Fl b Ar block#
Use the block specified immediately after the flag as
the super block for the filesystem. Block 8193 is usually
an alternate super block.
@@ -139,8 +138,10 @@ in the file system superblock and
will not check the file system. This option forces
.Nm
to check the file system, regardless of the state of the clean flag.
-.It Fl m
-Use the mode specified in octal immediately after the flag as the
+.It Fl m Ar mode
+Use the
+.Ar mode
+specified in octal as the
permission bits to use when creating the
.Pa lost+found
directory rather than the default 1777.
diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8
index ab4a1dc8f9d..d2943980bef 100644
--- a/sbin/fsck_ffs/fsck_ffs.8
+++ b/sbin/fsck_ffs/fsck_ffs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fsck_ffs.8,v 1.9 1999/06/04 02:45:16 aaron Exp $
+.\" $OpenBSD: fsck_ffs.8,v 1.10 1999/07/21 01:07:53 deraadt Exp $
.\" $NetBSD: fsck_ffs.8,v 1.12 1996/09/23 16:18:34 christos Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -165,12 +165,16 @@ in the file system superblock and
will not check the file system. This option forces
.Nm
to check the file system, regardless of the state of the clean flag.
-.It Fl b
-Use the block specified immediately after the flag as
+.It Fl b Ar block#
+Use the
+.Ar block
+specified as
the super block for the filesystem. Block 32 is usually
an alternate super block.
-.It Fl m
-Use the mode specified in octal immediately after the flag as the
+.It Fl m Ar mode
+Use the
+.Ar mode
+specified in octal as the
permission bits to use when creating the
.Pa lost+found
directory rather than the default 1700.
@@ -193,8 +197,9 @@ except for
.Dq CONTINUE? ,
which is assumed to be affirmative;
do not open the filesystem for writing.
-.It Fl c
-Convert the filesystem to the specified level.
+.It Fl c Ar level
+Convert the filesystem to the specified
+.Ar level .
Note that the level of a filesystem can only be raised.
.Bl -tag -width indent
There are currently four levels defined:
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 570d092d5a3..e590ba7c038 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.8,v 1.17 1999/06/04 02:45:18 aaron Exp $
+.\" $OpenBSD: mount.8,v 1.18 1999/07/21 01:07:54 deraadt Exp $
.\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -109,7 +109,7 @@ command is trying to do.
.It Fl f
Forces the revocation of write access when trying to downgrade
a filesystem mount status from read-write to read-only.
-.It Fl o
+.It Fl o Ar options
Options are specified with a
.Fl o
flag followed by a comma separated string of options.
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8
index 2e4b6ef4e36..a017489b1da 100644
--- a/sbin/mount_cd9660/mount_cd9660.8
+++ b/sbin/mount_cd9660/mount_cd9660.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_cd9660.8,v 1.9 1999/07/01 02:20:22 d Exp $
+.\" $OpenBSD: mount_cd9660.8,v 1.10 1999/07/21 01:07:54 deraadt Exp $
.\" $NetBSD: mount_cd9660.8,v 1.3 1995/04/23 10:33:13 cgd Exp $
.\"
.\" Copyright (c) 1993, 1994
@@ -71,7 +71,7 @@ In either case, files may be opened without explicitly stating a
version number.
.It Fl j
Do not use any Joliet extensions included in the filesystem.
-.It Fl o
+.It Fl o Ar options
Options are specified with a
.Fl o
flag followed by a comma separated string of options.
diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8
index 0a219fab83f..e1a8f2cd5c8 100644
--- a/sbin/mount_ext2fs/mount_ext2fs.8
+++ b/sbin/mount_ext2fs/mount_ext2fs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_ext2fs.8,v 1.4 1999/05/23 14:11:16 aaron Exp $
+.\" $OpenBSD: mount_ext2fs.8,v 1.5 1999/07/21 01:07:54 deraadt Exp $
.\"
.\" Copyright (c) 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -57,7 +57,7 @@ at boot time.
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl o
+.It Fl o Ar options
Options are specified with a
.Fl o
flag followed by a comma separated string of options.
diff --git a/sbin/mount_fdesc/mount_fdesc.8 b/sbin/mount_fdesc/mount_fdesc.8
index badaf2c0ba0..3ac41c9383d 100644
--- a/sbin/mount_fdesc/mount_fdesc.8
+++ b/sbin/mount_fdesc/mount_fdesc.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_fdesc.8,v 1.8 1999/06/04 02:45:18 aaron Exp $
+.\" $OpenBSD: mount_fdesc.8,v 1.9 1999/07/21 01:07:54 deraadt Exp $
.\" $NetBSD: mount_fdesc.8,v 1.6 1995/12/17 18:50:19 ghudson Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -64,7 +64,7 @@ at boot time.
.Pp
The options are as follows:
.Bl -tag -width indent
-.It Fl o
+.It Fl o Ar options
Options are specified with a
.Fl o
flag followed by a comma separated string of options.
diff --git a/sbin/mount_ffs/mount_ffs.8 b/sbin/mount_ffs/mount_ffs.8
index fb8f36d2f7b..6d2765dc247 100644
--- a/sbin/mount_ffs/mount_ffs.8
+++ b/sbin/mount_ffs/mount_ffs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_ffs.8,v 1.6 1999/05/23 14:11:17 aaron Exp $
+.\" $OpenBSD: mount_ffs.8,v 1.7 1999/07/21 01:07:54 deraadt Exp $
.\" $NetBSD: mount_ffs.8,v 1.2 1996/02/05 06:33:47 jtc Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -68,7 +68,7 @@ This command is normally executed by
at boot time.
The options are as follows:
.Bl -tag -width Ds
-.It Fl o
+.It Fl o Ar options
Options are specified with a
.Fl o
flag followed by a comma separated string of options.
diff --git a/sbin/mount_kernfs/mount_kernfs.8 b/sbin/mount_kernfs/mount_kernfs.8
index 7c00d2f7984..3cbd92736c5 100644
--- a/sbin/mount_kernfs/mount_kernfs.8
+++ b/sbin/mount_kernfs/mount_kernfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_kernfs.8,v 1.10 1999/05/23 14:11:17 aaron Exp $
+.\" $OpenBSD: mount_kernfs.8,v 1.11 1999/07/21 01:07:54 deraadt Exp $
.\" $NetBSD: mount_kernfs.8,v 1.6 1995/03/18 14:57:24 cgd Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -68,7 +68,7 @@ Where numbers are returned, a trailing newline character is also added.
.Pp
The options are as follows:
.Bl -tag -width indent
-.It Fl o
+.It Fl o Ar options
Options are specified with a
.Fl o
flag followed by a comma separated string of options.
diff --git a/sbin/mount_lfs/mount_lfs.8 b/sbin/mount_lfs/mount_lfs.8
index 45993efc1c8..f755113bfb1 100644
--- a/sbin/mount_lfs/mount_lfs.8
+++ b/sbin/mount_lfs/mount_lfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_lfs.8,v 1.9 1999/07/04 18:59:40 aaron Exp $
+.\" $OpenBSD: mount_lfs.8,v 1.10 1999/07/21 01:07:55 deraadt Exp $
.\" $NetBSD: mount_lfs.8,v 1.2 1995/03/18 14:57:30 cgd Exp $
.\"
.\" Copyright (c) 1993, 1994
@@ -67,7 +67,7 @@ The options are as follows:
Run
.Xr lfs_cleanerd 8
in debug mode.
-.It Fl o
+.It Fl o Ar options
Options are specified with a
.Fl o
flag followed by a comma separated string of options.
diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8
index 59d0d17f6fd..9da4985a139 100644
--- a/sbin/mount_null/mount_null.8
+++ b/sbin/mount_null/mount_null.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_null.8,v 1.11 1999/07/09 13:35:49 aaron Exp $
+.\" $OpenBSD: mount_null.8,v 1.12 1999/07/21 01:07:55 deraadt Exp $
.\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -63,7 +63,7 @@ all lower-layer vnodes (not just above directory vnodes).
.Pp
The options are as follows:
.Bl -tag -width indent
-.It Fl o
+.It Fl o Ar options
Options are specified with a
.Fl o
flag followed by a comma separated string of options.
diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8
index 0f027f51f80..fc93a87a662 100644
--- a/sbin/mount_portal/mount_portal.8
+++ b/sbin/mount_portal/mount_portal.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_portal.8,v 1.9 1999/05/23 14:11:18 aaron Exp $
+.\" $OpenBSD: mount_portal.8,v 1.10 1999/07/21 01:07:55 deraadt Exp $
.\" $NetBSD: mount_portal.8,v 1.6 1995/08/18 15:01:19 pk Exp $
.\"
.\" Copyright (c) 1993, 1994
@@ -62,7 +62,7 @@ at boot time.
.Pp
The options are as follows:
.Bl -tag -width indent
-.It Fl o
+.It Fl o Ar options
Options are specified with a
.Fl o
flag followed by a comma separated string of options.
diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8
index 9267b487e9b..0d3032c9d60 100644
--- a/sbin/mount_procfs/mount_procfs.8
+++ b/sbin/mount_procfs/mount_procfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_procfs.8,v 1.11 1999/05/23 14:11:18 aaron Exp $
+.\" $OpenBSD: mount_procfs.8,v 1.12 1999/07/21 01:07:55 deraadt Exp $
.\" $NetBSD: mount_procfs.8,v 1.6 1995/03/18 14:58:10 cgd Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -62,7 +62,7 @@ at boot time.
.Pp
The options are as follows:
.Bl -tag -width indent
-.It Fl o
+.It Fl o Ar options
Options are specified with a
.Fl o
flag followed by a comma separated string of options.
diff --git a/sbin/mount_umap/mount_umap.8 b/sbin/mount_umap/mount_umap.8
index 760291664bb..9389c2fc391 100644
--- a/sbin/mount_umap/mount_umap.8
+++ b/sbin/mount_umap/mount_umap.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_umap.8,v 1.11 1999/07/02 20:11:47 aaron Exp $
+.\" $OpenBSD: mount_umap.8,v 1.12 1999/07/21 01:07:56 deraadt Exp $
.\" $NetBSD: mount_umap.8,v 1.4 1996/03/05 02:36:42 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -64,7 +64,7 @@ foreign location that uses a different password file.
.Pp
The options are as follows:
.Bl -tag -width indent
-.It Fl o
+.It Fl o Ar options
Options are specified with a
.Fl o
flag followed by a comma separated string of options.
diff --git a/sbin/mount_union/mount_union.8 b/sbin/mount_union/mount_union.8
index 3008ad5bbcc..7223baa96f5 100644
--- a/sbin/mount_union/mount_union.8
+++ b/sbin/mount_union/mount_union.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_union.8,v 1.8 1999/06/04 02:45:19 aaron Exp $
+.\" $OpenBSD: mount_union.8,v 1.9 1999/07/21 01:07:56 deraadt Exp $
.\" $NetBSD: mount_union.8,v 1.4 1995/09/29 06:44:02 jtc Exp $
.\"
.\" Copyright (c) 1994
@@ -79,7 +79,7 @@ becomes the upper layer.
However,
.Ar uniondir
remains the mount point.
-.It Fl o
+.It Fl o Ar options
Options are specified with a
.Fl o
flag followed by a comma separated string of options.
diff --git a/sbin/mount_xfs/mount_xfs.8 b/sbin/mount_xfs/mount_xfs.8
index 89827e73aea..0e4a903bae4 100644
--- a/sbin/mount_xfs/mount_xfs.8
+++ b/sbin/mount_xfs/mount_xfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_xfs.8,v 1.12 1999/06/04 02:45:25 aaron Exp $
+.\" $OpenBSD: mount_xfs.8,v 1.13 1999/07/21 01:07:56 deraadt Exp $
.\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $
.\"
.\" Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan
@@ -56,7 +56,7 @@ for communication with a user-land cachemanager and fileprovider.
.Pp
The options are as follows:
.Bl -tag -width indent
-.It Fl o
+.It Fl o Ar options
Options are specified with a
.Fl o
flag followed by a comma separated string of options.
diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8
index 8e0c6a39ba3..ce8d74e656b 100644
--- a/sbin/nfsd/nfsd.8
+++ b/sbin/nfsd/nfsd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nfsd.8,v 1.9 1999/06/04 02:45:19 aaron Exp $
+.\" $OpenBSD: nfsd.8,v 1.10 1999/07/21 01:07:56 deraadt Exp $
.\" $NetBSD: nfsd.8,v 1.7 1996/02/18 11:58:24 fvdl Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -72,7 +72,7 @@ This option can be used along with the
or
.Fl t
options to re-register NFS if the portmap server is restarted.
-.It Fl n
+.It Fl n Ar num_servers
Specifies how many servers to create (max 20).
.It Fl t
Serve
diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8
index dabe3459e45..50ab70c3a26 100644
--- a/sbin/nfsiod/nfsiod.8
+++ b/sbin/nfsiod/nfsiod.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nfsiod.8,v 1.8 1999/02/26 16:19:51 millert Exp $
+.\" $OpenBSD: nfsiod.8,v 1.9 1999/07/21 01:07:56 deraadt Exp $
.\" $NetBSD: nfsiod.8,v 1.6 1995/03/18 14:59:04 cgd Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -56,7 +56,7 @@ Unless otherwise specified, a single server is started.
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl n
+.It Fl n Ar num_servers
Specify how many servers are to be started (max 20).
.El
.Pp
diff --git a/sbin/swapctl/swapctl.8 b/sbin/swapctl/swapctl.8
index 9140e833ef9..9378db4081c 100644
--- a/sbin/swapctl/swapctl.8
+++ b/sbin/swapctl/swapctl.8
@@ -112,7 +112,7 @@ option, for backwards compatibility.
The
.Fl c
option changes the priority of the listed swap device or file.
-.It Fl d
+.It Fl d Ar path
The
.Fl d
option removes the listed
@@ -126,7 +126,7 @@ option lists the current swap devices and files, and their usage statistics.
The
.Fl s
option displays a single line summary of current swap statistics.
-.It Fl p
+.It Fl p Ar priority
The
.Fl p
option sets the priority of swap devices or files to the
@@ -142,7 +142,7 @@ options.
The
.Fl k
option uses 1024 byte blocks instead of the default 512 byte.
-.It Fl t
+.It Fl t Ar blk|noblk
This flag modifies the function of the
.Fl A
option.