Use $ to prevent expanding FreeBSD version strings in examples.
Submitted by: gjb
This commit is contained in:
parent
b9cc178bba
commit
d3b4fa851e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47690
1 changed files with 3 additions and 3 deletions
|
@ -412,7 +412,7 @@ A Makefile</screen>
|
||||||
<filename>book.xml</filename>:</para>
|
<filename>book.xml</filename>:</para>
|
||||||
|
|
||||||
<programlisting>#
|
<programlisting>#
|
||||||
# $FreeBSD$
|
# $$FreeBSD$
|
||||||
#
|
#
|
||||||
# Build the FreeBSD Porter's Handbook.
|
# Build the FreeBSD Porter's Handbook.
|
||||||
#
|
#
|
||||||
|
@ -502,7 +502,7 @@ A Makefile</screen>
|
||||||
version control system when this file is committed.</para>
|
version control system when this file is committed.</para>
|
||||||
|
|
||||||
<programlisting>#
|
<programlisting>#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# Article: PGP Keys
|
# Article: PGP Keys
|
||||||
|
|
||||||
|
@ -795,7 +795,7 @@ A es_ES.po</screen>
|
||||||
<application>Subversion</application>
|
<application>Subversion</application>
|
||||||
<literal>svn:keywords</literal> property set to
|
<literal>svn:keywords</literal> property set to
|
||||||
<literal>FreeBSD=%H</literal> so
|
<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>
|
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>
|
<screen>&prompt.user; <userinput>svn propset svn:keywords FreeBSD=%H Makefile article.xml es_ES.po</userinput>
|
||||||
|
|
Loading…
Reference in a new issue