diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-30 23:20:34 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-30 23:20:34 +0000 |
| commit | 80b2078094c8df7aecab0ff52101d8be122e13ee (patch) | |
| tree | 7f35339abf4f5d529395e744ea039a1525178b04 /zh/FAQ/FAQ.sgml | |
| parent | 7401d9bca9f9192d7c1ad035ded61e36f83bdb15 (diff) | |
This is the Chinese FAQ.
Some part have not finish yet.
Notes
svn path=/head/; revision=4154
Diffstat (limited to 'zh/FAQ/FAQ.sgml')
| -rw-r--r-- | zh/FAQ/FAQ.sgml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/zh/FAQ/FAQ.sgml b/zh/FAQ/FAQ.sgml new file mode 100644 index 0000000000..e5ef21aee2 --- /dev/null +++ b/zh/FAQ/FAQ.sgml @@ -0,0 +1,69 @@ +<!-- $Id: FAQ.sgml,v 1.1.1.1 1999-01-30 23:20:34 vanilla Exp $ --> +<!-- The FreeBSD Documentation Project --> +<!-- Translate into Chinese by --> +<!-- English Version: 1.101 --> + +<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [ +<!ENTITY % includes SYSTEM "includes.sgml"> %includes; +<!ENTITY preface SYSTEM "preface.sgml"> +<!ENTITY install SYSTEM "install.sgml"> +<!ENTITY hardware SYSTEM "hardware.sgml"> +<!ENTITY troubleshoot SYSTEM "troubleshoot.sgml"> +<!ENTITY commercial SYSTEM "commercial.sgml"> +<!ENTITY applications SYSTEM "applications.sgml"> +<!ENTITY kernelconfig SYSTEM "kernelconfig.sgml"> +<!ENTITY admin SYSTEM "admin.sgml"> +<!ENTITY x SYSTEM "x.sgml"> +<!ENTITY network SYSTEM "network.sgml"> +<!ENTITY serial SYSTEM "serial.sgml"> +<!ENTITY misc SYSTEM "misc.sgml"> +<!ENTITY hackers SYSTEM "hackers.sgml"> +<!ENTITY acknowledgments SYSTEM "acknowledgments.sgml"> +]> + +<article> + + <title>Frequently Asked Questions for FreeBSD 2.X</title> + <author> + <name>The FreeBSD Documentation Project</name> + </author> + + <date>$Date: 1999-01-30 23:20:34 $</date> + + <abstract> + This is the FAQ for FreeBSD systems version 2.X All entries are + assumed to be relevant to FreeBSD 2.0.5 and later, unless otherwise noted. + Any entries with a <XXX> are under construction. + If you are interested in helping with this project, send + email to the the FreeBSD documentation project mailing list <htmlurl + url="mailto:freebsd-doc@freebsd.org" name="<freebsd-doc@FreeBSD.ORG>">. + The latest version of this document is always available from the <url + url="http://www.FreeBSD.ORG/" name="FreeBSD World Wide Web server">. + It may also be downloaded in <url url="FAQ.latin1" name="plain text">, + <url url="FAQ.ps" name="postscript">, + <url url="ftp://ftp.freebsd.org/pub/FreeBSD/docs/FAQ.pdf" name="PDF"> + or <url url="FAQ-html.tar.gz" + name="HTML"> with HTTP or gzip'd from the <url + url="ftp://ftp.FreeBSD.ORG/pub/FreeBSD/docs" name="FreeBSD FTP server">. + You may also want to <url url="http://www.freebsd.org/search/search.html" name="Search the FAQ">. + + </abstract> + + <toc> + +&preface; +&install; +&hardware; +&troubleshoot; +&commercial; +&applications; +&kernelconfig; +&admin; +&x; +&network; +&serial; +&misc; +&hackers; +&acknowledgments; + +</article> |
