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

Kevin Lo kevlo at FreeBSD.org
Wed Jun 20 02:28:11 UTC 2012


Author: kevlo (src,ports committer)
Date: Wed Jun 20 02:28:11 2012
New Revision: 39067
URL: http://svn.freebsd.org/changeset/doc/39067

Log:
  Fix typo

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

Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.sgml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/config/chapter.sgml	Tue Jun 19 21:42:37 2012	(r39066)
+++ head/en_US.ISO8859-1/books/handbook/config/chapter.sgml	Wed Jun 20 02:28:11 2012	(r39067)
@@ -2709,7 +2709,7 @@ kern.maxvnodes: 100000</screen>
 	entry to <filename>/etc/fstab</filename> for the
 	partition:</para>
 
-      <programlisting><replaceable>/dev/ada1s1p1</replaceable>	none	swap	sw	0	0</programlisting>
+      <programlisting><replaceable>/dev/ada1s1p2</replaceable>	none	swap	sw	0	0</programlisting>
 
       <para>See &man.fstab.5; for an explaination of the entries in
 	<filename>/etc/fstab</filename>.</para>


More information about the svn-doc-all mailing list