| Summary: | [patch] Fix some tag errors in handbook. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Jesus R.Camou <jcamou> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Jesus R.Camou
2004-03-03 08:10:13 UTC
>
> A few differences while tagging this doc. The way this chapter is tagged differs from how
> everything else is tagged. This doesn't really breaks the build, it is just an order issue.
> It is always good to keep everything in the same order.
>
> >How-To-Repeat:
>
> >Fix:
>
> Index: chapter.sgml
> ===================================================================
> RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml,v
> retrieving revision 1.93
> diff -u -w -r1.93 chapter.sgml
> --- chapter.sgml 25 Feb 2004 20:07:18 -0000 1.93
> +++ chapter.sgml 3 Mar 2004 07:49:18 -0000
> @@ -196,8 +196,12 @@
> want to read mail directly on the mail host, then a POP or IMAP
> server is not needed.</para>
>
> - <indexterm><primary>POP</primary></indexterm>
> - <indexterm><primary>IMAP</primary></indexterm>
> + <indexterm>
> + <primary>POP</primary>
> + </indexterm>
> + <indexterm>
> + <primary>IMAP</primary>
> + </indexterm>
> <para>If you want to run a POP or IMAP server, there are two things
> you need to do:</para>
>
> @@ -217,7 +221,9 @@
>
> <sect2 id="mail-host">
> <title>The Mail Host</title>
> - <indexterm><primary>mail host</primary></indexterm>
> + <indexterm>
> + <primary>mail host</primary>
> + </indexterm>
>
These changes are just "cosmetic", they bring nothing to the reader and
will use some CVS repository spaces etc.
Using
<indexterm><primary>mail host</primary></indexterm>
is not a wrong in term of tagging.
Marc
State Changed From-To: open->closed This PR was sent by me time ago and it is useless. It can now be closed. |