aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-09-26 00:05:45 +0000
committerNik Clayton <nik@FreeBSD.org>1999-09-26 00:05:45 +0000
commit7e6fca85235d46042c10a8ca5981e5626bb23bfe (patch)
tree5cdb5f52731d9b38e218bb3f0b9f557b6089331b /sbin
parent0df0b5481f0c352fad97566afd5206b4ffe93d36 (diff)
downloadsrc-7e6fca85235d46042c10a8ca5981e5626bb23bfe.tar.gz
src-7e6fca85235d46042c10a8ca5981e5626bb23bfe.zip
Mention /dev/vn0b and /dev/vntab. ascii -> ASCII transform had
already happened in an earlier commit. PR: docs/13645 Submitted by: Stephen Roznowski <sjr@home.com>
Notes
Notes: svn path=/head/; revision=51669
Diffstat (limited to 'sbin')
-rw-r--r--sbin/swapon/swapon.84
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8
index 5f33d3d75dbe..2dc23cb1b2e3 100644
--- a/sbin/swapon/swapon.8
+++ b/sbin/swapon/swapon.8
@@ -79,8 +79,12 @@ available to the system for swap allocation.
.Bl -tag -width "/dev/{wd,da}?s?b" -compact
.It Pa /dev/{wd,da}?s?b
standard paging devices
+.It Pa /dev/vn0b
+vnode disk paging device
.It Pa /etc/fstab
ASCII filesystem description table
+.It Pa /etc/vntab
+ASCII vnode file table
.El
.Sh BUGS
There is no way to stop paging and swapping on a device.