svn commit: r46831 - head/en_US.ISO8859-1/books/fdp-primer/overview

Warren Block wblock at FreeBSD.org
Sun Jun 14 19:38:10 UTC 2015


Author: wblock
Date: Sun Jun 14 19:38:09 2015
New Revision: 46831
URL: https://svnweb.freebsd.org/changeset/doc/46831

Log:
  Fix directory name in the Quick Start of the FDP Primer.
  
  PR:		200857
  Submitted by:	camarda at amnz.org

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml

Modified: head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml	Sun Jun 14 15:24:25 2015	(r46830)
+++ head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml	Sun Jun 14 19:38:09 2015	(r46831)
@@ -227,7 +227,7 @@
 	<para>When changes are complete and tested, generate a
 	  <quote>diff file</quote>:</para>
 
-	<screen>&prompt.user; <userinput>cd /usr/doc</userinput>
+	<screen>&prompt.user; <userinput>cd ~/doc</userinput>
 &prompt.user; <userinput>svn diff > <replaceable>bsdinstall</replaceable>.diff.txt</userinput></screen>
 
 	<para>Give the diff file a descriptive name.  In the example


More information about the svn-doc-all mailing list