svn commit: r47291 - head/en_US.ISO8859-1/books/handbook/config

Steven Kreuzer skreuzer at FreeBSD.org
Thu Aug 20 20:32:17 UTC 2015


Author: skreuzer
Date: Thu Aug 20 20:32:16 2015
New Revision: 47291
URL: https://svnweb.freebsd.org/changeset/doc/47291

Log:
  Update the arguments passed to swapon on FreeBSD 10.0 and later to be '-aL'
  instead of '-aq' since after r255265 the option file= implies late
  
  Differential Revision:	D3429
  Submitted by:	Michael Koch <charlie8913 at gmail.com>
  Approved by:	hrs@ (mentor)

Modified:
  head/en_US.ISO8859-1/books/handbook/config/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/config/chapter.xml	Thu Aug 20 05:40:48 2015	(r47290)
+++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml	Thu Aug 20 20:32:16 2015	(r47291)
@@ -2807,7 +2807,7 @@ kern.maxvnodes: 100000</screen>
 	    <para>Swap space will be added on system startup.  To add
 	      swap space immediately, use &man.swapon.8;:</para>
 
-	    <screen>&prompt.root; <userinput>swapon -aq</userinput></screen>
+	    <screen>&prompt.root; <userinput>swapon -aL</userinput></screen>
 	  </step>
 	</procedure>
       </example>


More information about the svn-doc-all mailing list