svn commit: r42094 - in head/en_US.ISO8859-1/articles: pam vm-design
Marc Fonvieille
blackend at FreeBSD.org
Sun Jun 30 14:17:42 UTC 2013
Author: blackend
Date: Sun Jun 30 14:17:41 2013
New Revision: 42094
URL: http://svnweb.freebsd.org/changeset/doc/42094
Log:
Add id attribute to legal notices to prevent filenames with
auto-generated names. This will help to track built/installed files
and will ease the packages managing.
Modified:
head/en_US.ISO8859-1/articles/pam/article.xml
head/en_US.ISO8859-1/articles/vm-design/article.xml
Modified: head/en_US.ISO8859-1/articles/pam/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/pam/article.xml Sun Jun 30 09:58:03 2013 (r42093)
+++ head/en_US.ISO8859-1/articles/pam/article.xml Sun Jun 30 14:17:41 2013 (r42094)
@@ -62,7 +62,7 @@
</author>
</authorgroup>
- <legalnotice>
+ <legalnotice id="pam-legalnotice">
<para>This article was written for the FreeBSD Project by
ThinkSec AS and Network Associates Laboratories, the Security
Research Division of Network Associates, Inc. under
Modified: head/en_US.ISO8859-1/articles/vm-design/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/vm-design/article.xml Sun Jun 30 09:58:03 2013 (r42093)
+++ head/en_US.ISO8859-1/articles/vm-design/article.xml Sun Jun 30 14:17:41 2013 (r42094)
@@ -52,7 +52,7 @@
with peoples names, since I will invariably get it wrong.</para>
</abstract>
- <legalnotice>
+ <legalnotice id="legalnotice">
<para>This article was originally published in the January 2000 issue of
<ulink url="http://www.daemonnews.org/">DaemonNews</ulink>. This
version of the article may include updates from Matt and other authors
More information about the svn-doc-all
mailing list