diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2013-06-30 14:17:41 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2013-06-30 14:17:41 +0000 |
commit | d9351f8b166afc3c6a5199c9100da7ef23727792 (patch) | |
tree | 7e19c9e041cd82f78f218d942610c19fbc1a3e4c | |
parent | 8dab5bc900c45fc89b3da6fd5a4083ef1250f4b3 (diff) | |
download | doc-d9351f8b166afc3c6a5199c9100da7ef23727792.tar.gz doc-d9351f8b166afc3c6a5199c9100da7ef23727792.zip |
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.
Notes
Notes:
svn path=/head/; revision=42094
-rw-r--r-- | en_US.ISO8859-1/articles/pam/article.xml | 2 | ||||
-rw-r--r-- | en_US.ISO8859-1/articles/vm-design/article.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/articles/pam/article.xml b/en_US.ISO8859-1/articles/pam/article.xml index deba48a499..6680a890e7 100644 --- a/en_US.ISO8859-1/articles/pam/article.xml +++ b/en_US.ISO8859-1/articles/pam/article.xml @@ -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 diff --git a/en_US.ISO8859-1/articles/vm-design/article.xml b/en_US.ISO8859-1/articles/vm-design/article.xml index 4a4de7d640..d68e2228ca 100644 --- a/en_US.ISO8859-1/articles/vm-design/article.xml +++ b/en_US.ISO8859-1/articles/vm-design/article.xml @@ -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 |