| Summary: | [patch] articles/fbsd-from-scratch: add/fix sgml tags | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Josef El-Rayes <j.el-rayes> | ||||||
| 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
Josef El-Rayes
2003-09-15 21:40:15 UTC
On 2003.09.15 22:35:55 +0200, Josef El-Rayes wrote:
> --- article.sgml.orig Mon Sep 15 18:39:23 2003
> +++ article.sgml Mon Sep 15 18:50:50 2003
> @@ -396,9 +396,9 @@
>
> <para>Other areas are prepared for configuration, but will not work
> until stage two is completed. For example we have copied files to
> - configure printing and X11. Printing however is likely to need
> + configure printing and <application>X11</application>. Printing however is likely to need
I don't think X11 should be marked up as application, since it is not
really an application, but rather the protocol/framework. Have you
found any other places where it's marked up with the application tag?
--
Simon L. Nielsen
FreeBSD Documentation Team
"Simon L. Nielsen" <simon@FreeBSD.org> wrote: > On 2003.09.15 22:35:55 +0200, Josef El-Rayes wrote: > > > --- article.sgml.orig Mon Sep 15 18:39:23 2003 > > +++ article.sgml Mon Sep 15 18:50:50 2003 > > @@ -396,9 +396,9 @@ > > > > <para>Other areas are prepared for configuration, but will not work > > until stage two is completed. For example we have copied files to > > - configure printing and X11. Printing however is likely to need > > + configure printing and <application>X11</application>. Printing however is likely to need > > I don't think X11 should be marked up as application, since it is not > really an application, but rather the protocol/framework. Have you > found any other places where it's marked up with the application tag? for me it was in this association talking about X11 as an association, but i looked at the handbook chapter about X and only XFree86 was marked up as application so you are right here. shall i redo this patch and pr 56903 to leave X11 with markup? -josef -- www: http://www.daemon.li nic-hdl: JER1080312-NICAT BSD in AT: www.bsdcode.at "Make World - Not War!" On 2003.09.16 23:14:53 +0200, Josef El-Rayes wrote:
> "Simon L. Nielsen" <simon@FreeBSD.org> wrote:
> > I don't think X11 should be marked up as application, since it is not
> > really an application, but rather the protocol/framework. Have you
> > found any other places where it's marked up with the application tag?
>
> for me it was in this association talking about X11 as an association,
> but i looked at the handbook chapter about X and only XFree86 was marked
> up as application so you are right here.
>
> shall i redo this patch and pr 56903 to leave X11 with markup?
I think that would be preferable.
--
Simon L. Nielsen
FreeBSD Documentation Team
hi! i reworked the patch to not touch X11. it marks up "make" as application and not as filename. it marks up a hint as "note:" and not as a single item in an itemizedlist. greets, josef -- www: http://www.daemon.li nic-hdl: JER1080312-NICAT BSD in AT: www.bsdcode.at "Make World - Not War!" State Changed From-To: open->closed Committed with some modifications, mainly to seperate whitespace changes from content changes. Thanks for the submission! |