From 3095aa3af16659a1b92529bfe1f3f380059b66ca Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 14 Jun 2011 10:39:07 +0200 Subject: [PATCH] s3-docs: Fix incomplete smb.conf manpage. Fix bug #7991 (docs/manpages/smb.conf.5 is corrupted). http://www.w3.org/2003/XInclude is deprecated and http://www.w3.org/2001/XInclude should be used instead. See http://www.w3.org/2003/XInclude for details. Karolin --- docs-xml/smbdotconf/generate-file-list.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs-xml/smbdotconf/generate-file-list.sh b/docs-xml/smbdotconf/generate-file-list.sh index 68b2abe..0f007aa 100755 --- a/docs-xml/smbdotconf/generate-file-list.sh +++ b/docs-xml/smbdotconf/generate-file-list.sh @@ -8,7 +8,7 @@ fi OLD=`pwd` cd $DIR -echo "
" +echo "
" for I in `find . -mindepth 2 -type f -name '*.xml' | sort -t/ -k3 | xargs` do echo "" -- 1.7.1