Enclose contributor names in <chapterinfo> tags.
Properly markup command names.
This commit is contained in:
parent
2a6d5f6c26
commit
20ac95335e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9948
3 changed files with 38 additions and 12 deletions
|
@ -1,17 +1,27 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v 1.27 2001/07/13 21:22:49 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v 1.28 2001/07/17 00:11:18 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="basics">
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Chris</firstname>
|
||||
<surname>Shumway</surname>
|
||||
<contrib>Rewritten</contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
<!-- 10 Mar 2000 -->
|
||||
</chapterinfo>
|
||||
|
||||
<title>Unix Basics</title>
|
||||
|
||||
<sect1>
|
||||
<title>Synopsis</title>
|
||||
<indexterm><primary>basics</primary></indexterm>
|
||||
|
||||
<para><emphasis>Rewritten by &a.cshumway;, 10 Mar 2000.</emphasis></para>
|
||||
|
||||
<para>The following chapter will cover the basic commands and
|
||||
functionality of the FreeBSD operating system. If you are new to
|
||||
|
|
|
@ -1,14 +1,23 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml,v 1.73 2001/07/14 23:40:28 murray Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml,v 1.74 2001/07/17 00:11:18 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="install">
|
||||
<title>Installing FreeBSD</title>
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Jim</firstname>
|
||||
<surname>Mock</surname>
|
||||
<contrib>Restructured, reorganized, and parts
|
||||
rewritten</contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
<!-- January 2000 -->
|
||||
</chapterinfo>
|
||||
|
||||
<para><emphasis>Restructured, updated, and parts rewritten by &a.jim;,
|
||||
January 2000.</emphasis></para>
|
||||
<title>Installing FreeBSD</title>
|
||||
|
||||
<sect1>
|
||||
<title>Synopsis</title>
|
||||
|
|
|
@ -1,13 +1,20 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml,v 1.45 2001/07/15 00:28:40 murray Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml,v 1.46 2001/07/17 00:11:19 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="introduction">
|
||||
<chapterinfo><authorblurb><para>Restructured, reorganized, and parts
|
||||
rewritten by &a.jim;, 17 January
|
||||
2000.</para></authorblurb></chapterinfo>
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Jim</firstname>
|
||||
<surname>Mock</surname>
|
||||
<contrib>Restructured, reorganized, and parts
|
||||
rewritten</contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</chapterinfo>
|
||||
|
||||
<title>Introduction</title>
|
||||
|
||||
|
@ -791,8 +798,8 @@
|
|||
only enough disk space to build the ports you want. Almost
|
||||
every port is also provided as a pre-compiled
|
||||
<quote>package</quote>, which can be installed with a simple
|
||||
command (pkg_add) by those who do not wish to compile their
|
||||
own ports from source.</para>
|
||||
command (<command>pkg_add</command>) by those who do not wish
|
||||
to compile their own ports from source.</para>
|
||||
|
||||
<para>A number of additional documents which you may find very helpful
|
||||
in the process of installing and using FreeBSD may now also be found
|
||||
|
|
Loading…
Reference in a new issue