diff options
author | nik <nik@FreeBSD.org> | 1999-09-26 00:05:45 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-09-26 00:05:45 +0000 |
commit | a9b8cbd24d77a8cfe376d2a052b8341bd2431863 (patch) | |
tree | 8e42348b37a712c30bbef7a09db85d7edcf786ce /sbin/swapon | |
parent | 63b516708260a4e9249939fafddcf44bb59f13a7 (diff) | |
download | FreeBSD-src-a9b8cbd24d77a8cfe376d2a052b8341bd2431863.zip FreeBSD-src-a9b8cbd24d77a8cfe376d2a052b8341bd2431863.tar.gz |
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>
Diffstat (limited to 'sbin/swapon')
-rw-r--r-- | sbin/swapon/swapon.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8 index 5f33d3d..2dc23cb 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. |