svn commit: r39548 - head/en_US.ISO8859-1/articles/committers-guide
Baptiste Daroussin
bapt at FreeBSD.org
Fri Sep 14 21:30:38 UTC 2012
Author: bapt (src,ports committer)
Date: Fri Sep 14 21:30:38 2012
New Revision: 39548
URL: http://svn.freebsd.org/changeset/doc/39548
Log:
Fix documentation on how to tag a new import in vendor branch
Approved by: gjb
Modified:
head/en_US.ISO8859-1/articles/committers-guide/article.sgml
Modified: head/en_US.ISO8859-1/articles/committers-guide/article.sgml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.sgml Fri Sep 14 21:13:34 2012 (r39547)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.sgml Fri Sep 14 21:30:38 2012 (r39548)
@@ -1815,7 +1815,7 @@ U stable/9/share/man/man4/netmap.4
imported version. To save time and bandwidth, direct remote
committing and tagging is possible:</para>
- <screen>&prompt.user; <userinput>svn cp -m <replaceable>"Tag byacc 20120115"</replaceable> <replaceable>$FSVN/vendor/byacc/dist</replaceable> <replaceable>$FSVN/vendor/byacc/byacc-20120115</replaceable></userinput></screen>
+ <screen>&prompt.user; <userinput>svn cp -m <replaceable>"Tag byacc 20120115"</replaceable> <replaceable>$FSVN/vendor/byacc/dist</replaceable> <replaceable>$FSVN/vendor/byacc/20120115</replaceable></userinput></screen>
</sect5>
<sect5>
More information about the svn-doc-all
mailing list