diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-04 17:20:45 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-04 17:20:45 +0000 |
commit | 2f57636fcfce3e5158597d6afb1f690076f40407 (patch) | |
tree | 12524b041d8ea55ee8b33fdc04a0ceb7c6e42de1 /docs/docbook/faq/sambafaq.sgml | |
parent | 42efc1092dcb3042724e280c0bb18e813b3aac98 (diff) | |
download | samba-2f57636fcfce3e5158597d6afb1f690076f40407.tar.gz samba-2f57636fcfce3e5158597d6afb1f690076f40407.tar.bz2 samba-2f57636fcfce3e5158597d6afb1f690076f40407.zip |
Move Recent-FAQ's to the new SGML FAQ
(This used to be commit 8a15a8c195285550be55bac63f7508bf34b36411)
Diffstat (limited to 'docs/docbook/faq/sambafaq.sgml')
-rw-r--r-- | docs/docbook/faq/sambafaq.sgml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/docbook/faq/sambafaq.sgml b/docs/docbook/faq/sambafaq.sgml index db918e349f..b6d8016fc4 100644 --- a/docs/docbook/faq/sambafaq.sgml +++ b/docs/docbook/faq/sambafaq.sgml @@ -1,6 +1,7 @@ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ <!ENTITY general SYSTEM "general.sgml"> <!ENTITY install SYSTEM "install.sgml"> +<!ENTITY errors SYSTEM "errors.sgml"> <!ENTITY clientapp SYSTEM "clientapp.sgml"> ]> @@ -20,11 +21,13 @@ allows file and printer connections from clients such as Windows, OS/2, Linux and others. Current to version 3.0. Please send any corrections to the samba documentation mailinglist at <ulink url="mailto:samba-doc@samba.org">samba-doc@samba.org</ulink>. -This FAQ is based on the old Samba FAQ by Dan Shearer and Paul Blackman. +This FAQ was based on the old Samba FAQ by Dan Shearer and Paul Blackman, +and the old samba text documents which were mostly written by John Terpstra. </para> </dedication> &general; &install; &clientapp; +&errors; </book> |