diff --git a/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml
index 2589078774..ec436ef576 100644
--- a/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml
@@ -196,7 +196,7 @@
- &man.command.sectionnumber;
+ &man.command.sectionnumber;link to
command manual page in
section
@@ -232,7 +232,7 @@
- &a.listname;
+ &a.listname;link to
listnameEntities are defined for all the
- &url.books.bookname;
+ &url.books.bookname;relative path to
booknameEntities are defined for all the
- &url.articles.articlename;
+ &url.articles.articlename;relative path to
articlenameEntities are defined for all the
general
entities have been created to make this easier.
Each entity takes the form
- &man.manual-page.manual-section;.
+ &man.manual-page.manual-section;.
The file that contains these entities is in
doc/share/xml/man-refs.ent, and can be
@@ -1497,7 +1497,7 @@ This is the file called 'foo2'
When referring to the same command multiple times in
close proximity, it is preferred to use the
- &man.command.section;
+ &man.command.section;
notation to markup the first reference and use
command to markup subsequent references.
This makes the generated output, especially
@@ -1549,7 +1549,7 @@ This is the file called 'foo2'
Notice how the
- &man.command.section;
+ &man.command.section;
notation is easier to follow.
@@ -1980,7 +1980,7 @@ This is the file called 'foo2'
Appearance:The
- maxusers n
+ maxusers n
line in the kernel configuration file determines the size
of many system tables, and is a rough guide to how many
simultaneous logins the system will support.
diff --git a/en_US.ISO8859-1/books/fdp-primer/examples/appendix.xml b/en_US.ISO8859-1/books/fdp-primer/examples/appendix.xml
index 6b6ea42ca9..973c3b1348 100644
--- a/en_US.ISO8859-1/books/fdp-primer/examples/appendix.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/examples/appendix.xml
@@ -171,7 +171,7 @@
-c /usr/local/share/xml/docbook/catalog \
-c /usr/local/share/xml/jade/catalog \
-d /usr/local/share/xml/docbook/dsssl/modular/html/docbook.dsl \
- -t sgml file.xml > file.html
+ -t sgml file.xml > file.html
@@ -226,7 +226,7 @@
-c /usr/local/share/xml/docbook/catalog \
-c /usr/local/share/xml/jade/catalog \
-d /usr/local/share/xml/docbook/dsssl/modular/html/docbook.dsl \
- -t sgml file.xml
+ -t sgml file.xml
@@ -283,7 +283,7 @@
-c /usr/local/share/xml/docbook/catalog \
-c /usr/local/share/xml/jade/catalog \
-d /usr/local/share/xml/docbook/dsssl/modular/print/docbook.dsl \
- -t tex file.xml
+ -t tex file.xml
@@ -319,7 +319,7 @@
run through tex, specifying the
&jadetex macro package.
- &prompt.user; tex "&jadetex" file.tex
+ &prompt.user; tex "&jadetex" file.textex commands must be run
at least three times. The first run
@@ -341,12 +341,12 @@
necessary.The output from this stage will be
- file.dvi.
+ file.dvi.Finally, run dvips to convert the
.dvi file to &postscript;.
- &prompt.user; dvips -o file.ps file.dvi
+ &prompt.user; dvips -o file.ps file.dvi
@@ -361,12 +361,12 @@
However, use the &pdfjadetex macro
package instead.
- &prompt.user; pdftex "&pdfjadetex" file.tex
+ &prompt.user; pdftex "&pdfjadetex" file.texAgain, run this command three times.This will generate
- file.pdf,
+ file.pdf,
which does not need to be processed any further.
diff --git a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml
index 6a9458063b..0779b93a43 100644
--- a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml
@@ -156,7 +156,7 @@
~/doc (see
).
- &prompt.user; svn checkout https://svn0.us-west.FreeBSD.org/doc/head ~/doc
+ &prompt.user; svn checkout https://svn0.us-west.FreeBSD.org/doc/head ~/doc
@@ -184,7 +184,7 @@
Update the local working copy:
- &prompt.user; svn up ~/doc
+ &prompt.user; svn up ~/doc
@@ -224,7 +224,7 @@
diff file:
&prompt.user; cd /usr/doc
-&prompt.user; svn diff > bsdinstall.diff.txt
+&prompt.user; svn diff > bsdinstall.diff.txtGive the diff file a descriptive name. In the example
above, changes have been made to the
diff --git a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml
index a62fdbd2c0..b8d6971e8e 100644
--- a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml
@@ -38,7 +38,7 @@
Having obtained the documentation and web site source files,
the web site can be built. In this example, the build directory
- is ~/doc
+ is ~/doc
and all the required files are already in place.The web site is built from the
@@ -76,7 +76,7 @@
jru in their home directory, /usr/home/jru/doc.&prompt.root; cd /home/jru/doc/en_US.ISO8859-1/htdocs
-&prompt.root; env DESTDIR=/usr/local/www make install
+&prompt.root; env DESTDIR=/usr/local/www make installThe install process will not delete any old or outdated
files that existed previously in the same directory. If a new
@@ -84,7 +84,7 @@
will find and delete all files that have not been updated in
three days.
- &prompt.root; find /usr/local/www -ctime 3 -delete
+ &prompt.root; find /usr/local/www -ctime 3 -delete
@@ -129,7 +129,7 @@
If set, build or install only for the languages
- specified by this variable inside the ~/doc
+ specified by this variable inside the ~/doc
directory. All other languages except English will be
ignored. E.g.:
diff --git a/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml
index be0b247ff9..ae9c3200c7 100644
--- a/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml
@@ -135,7 +135,7 @@
copy of the FreeBSD Subversion repository (at least the
documentation part). This can be done by running:
- &prompt.user; svn checkout https://svn0.us-east.FreeBSD.org/doc/head/ head
+ &prompt.user; svn checkout https://svn0.us-east.FreeBSD.org/doc/head/ headsvn0.us-east.FreeBSD.org
is a public SVN server.
@@ -158,7 +158,7 @@
en_US.ISO8859-1/books/fdp-primer/book.xml,
run:
- &prompt.user; svn diff -r33733:33734 en_US.ISO8859-1/books/fdp-primer/book.xml
+ &prompt.user; svn diff -r33733:33734 en_US.ISO8859-1/books/fdp-primer/book.xml
@@ -284,7 +284,7 @@
sv_SE.ISO8859-1 is the name of the
translation, in
- lang.encoding
+ lang.encoding
form. Note the two Makefiles, which will be used to build
the documentation.
@@ -465,7 +465,7 @@
Your translated documents should include their own
$FreeBSD$ line, and change the
FreeBSD Documentation Project line to
- The FreeBSD language
+ The FreeBSD language
Documentation Project.In addition, you should add a third line which indicates