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@gmail.com>
Approved by:	hrs@ (mentor)
This commit is contained in:
Steven Kreuzer 2015-08-20 20:32:16 +00:00
parent 9cc475e5d9
commit e16fe30f0a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47291

View file

@ -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>