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

Dmitry Marakasov <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: amdmi3 (ports committer)
Date: Wed Mar 16 18:33:30 2016
New Revision: 48421
URL: https://svnweb.freebsd.org/changeset/doc/48421

Log:
  - Fix example fstab entry for file-backed swap: late option is required
  
  PR:		206715
  Approved by:	wblock
  Differential Revision:	D5636

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	Tue Mar 15 19:06:55 2016	(r48420)
+++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml	Wed Mar 16 18:33:30 2016	(r48421)
@@ -2816,7 +2816,7 @@ kern.maxvnodes: 100000</screen>
 	    <para>Inform the system about the swap file by adding a
 	      line to <filename>/etc/fstab</filename>:</para>
 
-	    <programlisting>md99	none	swap	sw,file=/usr/swap0	0	0</programlisting>
+	    <programlisting>md99	none	swap	sw,file=/usr/swap0,late	0	0</programlisting>
 
 	    <para>The &man.md.4; device <filename>md99</filename> is
 	      used, leaving lower device numbers available for
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.