svn commit: r47291 - head/en_US.ISO8859-1/books/handbook/config
Steven Kreuzer <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"