svn commit: r259871 - stable/10/sbin/swapon
Sergey Kandaurov
pluknet at FreeBSD.org
Wed Dec 25 15:40:15 UTC 2013
Author: pluknet
Date: Wed Dec 25 15:40:15 2013
New Revision: 259871
URL: http://svnweb.freebsd.org/changeset/base/259871
Log:
MFC r258469:
- Purge one more reference to ad(4)[1].
- NSWAPDEV limit has gone.
Noticed by: Sergey V. Dyatko [1]
Modified:
stable/10/sbin/swapon/swapon.8
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sbin/swapon/swapon.8
==============================================================================
--- stable/10/sbin/swapon/swapon.8 Wed Dec 25 15:23:01 2013 (r259870)
+++ stable/10/sbin/swapon/swapon.8 Wed Dec 25 15:40:15 2013 (r259871)
@@ -28,7 +28,7 @@
.\" @(#)swapon.8 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd June 21, 2013
+.Dd November 22, 2013
.Dt SWAPON 8
.Os
.Sh NAME
@@ -60,9 +60,7 @@ At boot time all swap entries in
.Pa /etc/fstab
are added automatically when the system goes multi-user.
Swap devices use a fixed interleave; the maximum number of devices
-is specified by the kernel configuration option
-.Dv NSWAPDEV ,
-which is typically set to 4.
+is unlimited.
There is no priority mechanism.
.Pp
The
@@ -193,8 +191,8 @@ overridden.
512 byte blocks are used by default.
.El
.Sh FILES
-.Bl -tag -width ".Pa /dev/{ad,da}?s?b" -compact
-.It Pa /dev/{ad,da}?s?b
+.Bl -tag -width ".Pa /dev/{ada,da}?s?b" -compact
+.It Pa /dev/{ada,da}?s?b
standard paging devices
.It Pa /dev/md?
memory disk devices
More information about the svn-src-stable-10
mailing list