Author: pluknet
Date: Fri Nov 22 12:09:15 2013
New Revision: 258469
URL: http://svnweb.freebsd.org/changeset/base/258469

Log:
  - Purge one more reference to ad(4)[1].
  - NSWAPDEV limit has gone.
  
  Noticed by:   Sergey V. Dyatko [1]
  MFC after:    1 week

Modified:
  head/sbin/swapon/swapon.8

Modified: head/sbin/swapon/swapon.8
==============================================================================
--- head/sbin/swapon/swapon.8   Fri Nov 22 05:25:03 2013        (r258468)
+++ head/sbin/swapon/swapon.8   Fri Nov 22 12:09:15 2013        (r258469)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to