SGML typos. Now it pass the `make clean all clean' test.

This commit is contained in:
Wolfram Schneider 1999-02-02 15:38:57 +00:00
parent 54e62a209c
commit 2c569f75f4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4173
6 changed files with 14 additions and 12 deletions

View file

@ -1,4 +1,4 @@
<!-- $Id: admin.sgml,v 1.1.1.1 1999-01-30 23:20:34 vanilla Exp $ -->
<!-- $Id: admin.sgml,v 1.2 1999-02-02 15:38:57 wosch Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!-- Translate into Chinese by foxfair@FreeBSD.ORG -->
<!-- English Version: 1.12 -->
@ -761,7 +761,7 @@ perl -i.bak -pe 's/\r\n/\n/g' file ...
Kerberos。
<sect1>
<heading>我該怎麼移除 Kerberos</handing>
<heading>我該怎麼移除 Kerberos</heading>
<p>要從系統裡移除 Kerberos重裝你正在執行的 release 版本內 bin 分類
。如果你有 CDROM你可以掛上 cd(假設在 /cdrom)並執行:

View file

@ -1,4 +1,4 @@
<!-- $Id: install.sgml,v 1.1.1.1 1999-01-30 23:20:34 vanilla Exp $ -->
<!-- $Id: install.sgml,v 1.2 1999-02-02 15:38:57 wosch Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!-- Translate into Chinese by foxfair@FreeBSD.ORG -->
<!-- English Version: 1.13 -->
@ -311,6 +311,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms
<sect1>
<heading>
我該怎麼使用一個磁碟裝置的幾何(geometry)
<label id="geometry">
</heading>
<p>(一台磁碟的"gromrtry",我們指的是這台磁碟上 cylinders, heads

View file

@ -1,4 +1,4 @@
<!-- $Id: misc.sgml,v 1.1.1.1 1999-01-30 23:20:34 vanilla Exp $ -->
<!-- $Id: misc.sgml,v 1.2 1999-02-02 15:38:57 wosch Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!-- Translate into Chinese by zmx@mail.CDPA.nsysu.edu.tw -->
<!-- English Version: 1.8 -->
@ -83,8 +83,8 @@
夠用了.
<p>然後有些硬體工程師覺得讓軟體多做點事, 那 CPU 的電晶體就能少
一點而跑的更快. 要在這種新式硬體上工作(現在稱為RISC), <tt/a.out 就
不適合了, 所以需多的格式就發展出來以提供比受限、簡單的<tt/a.out 更
一點而跑的更快. 要在這種新式硬體上工作(現在稱為RISC), <tt/a.out/
不適合了, 所以需多的格式就發展出來以提供比受限、簡單的<tt/a.out/
好的效能. 像是 <tt/COFF/, <tt/ECOFF/, 以及一些不有名的格式, 每一種
都有限制直到 <tt/ELF/.