svn commit: r47690 - head/en_US.ISO8859-1/books/fdp-primer/po-translations
Warren Block
wblock at FreeBSD.org
Tue Oct 27 23:58:56 UTC 2015
Author: wblock
Date: Tue Oct 27 23:58:55 2015
New Revision: 47690
URL: https://svnweb.freebsd.org/changeset/doc/47690
Log:
Use $ to prevent expanding FreeBSD version strings in examples.
Submitted by: gjb
Modified:
head/en_US.ISO8859-1/books/fdp-primer/po-translations/chapter.xml
Modified: head/en_US.ISO8859-1/books/fdp-primer/po-translations/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/po-translations/chapter.xml Tue Oct 27 23:51:39 2015 (r47689)
+++ head/en_US.ISO8859-1/books/fdp-primer/po-translations/chapter.xml Tue Oct 27 23:58:55 2015 (r47690)
@@ -412,7 +412,7 @@ A Makefile</screen>
<filename>book.xml</filename>:</para>
<programlisting>#
-# $FreeBSD$
+# $$FreeBSD$
#
# Build the FreeBSD Porter's Handbook.
#
@@ -502,7 +502,7 @@ A Makefile</screen>
version control system when this file is committed.</para>
<programlisting>#
-# $FreeBSD$
+# $FreeBSD$
#
# Article: PGP Keys
@@ -795,7 +795,7 @@ A es_ES.po</screen>
<application>Subversion</application>
<literal>svn:keywords</literal> property set to
<literal>FreeBSD=%H</literal> so
- <literal>$FreeBSD$</literal> strings are expanded into
+ <literal>$FreeBSD$</literal> strings are expanded into
the path, revision, date, and author when committed:</para>
<screen>&prompt.user; <userinput>svn propset svn:keywords FreeBSD=%H Makefile article.xml es_ES.po</userinput>
More information about the svn-doc-head
mailing list