Use $ to prevent expanding FreeBSD version strings in examples.

Submitted by:	gjb
This commit is contained in:
Warren Block 2015-10-27 23:58:55 +00:00
parent b9cc178bba
commit d3b4fa851e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47690

View file

@ -412,7 +412,7 @@ A Makefile</screen>
<filename>book.xml</filename>:</para>
<programlisting>#
# $FreeBSD$
# &dollar;$FreeBSD&dollar;
#
# Build the FreeBSD Porter's Handbook.
#
@ -502,7 +502,7 @@ A Makefile</screen>
version control system when this file is committed.</para>
<programlisting>#
# $FreeBSD$
# &dollar;FreeBSD&dollar;
#
# 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>&dollar;FreeBSD&dollar;</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>