Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2014 12:35:43 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r45390 - head/en_US.ISO8859-1/books/porters-handbook/slow-porting
Message-ID:  <201408011235.s71CZhXe068795@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat (ports committer)
Date: Fri Aug  1 12:35:43 2014
New Revision: 45390
URL: http://svnweb.freebsd.org/changeset/doc/45390

Log:
  Escape the $FreeBSD$ keyword so that it's not replaced by svn.
  
  Noticed by:	antoine
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml	Fri Aug  1 09:45:26 2014	(r45389)
+++ head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml	Fri Aug  1 12:35:43 2014	(r45390)
@@ -369,7 +369,7 @@
 
       <screen>&prompt.user; <userinput>diff -u -N <replaceable>newfile</replaceable>.orig <replaceable>newfile</replaceable> &gt; patch-<replaceable>pathname-newfile</replaceable></userinput></screen>
 
-      <para>Do not add <literal>$FreeBSD$</literal> RCS strings in
+      <para>Do not add <literal>&dollar;FreeBSD&dollar;</literal> RCS strings in
 	patches.  When patches are added to the
 	<application>Subversion</application> repository with
 	<command>svn add</command>, the



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408011235.s71CZhXe068795>