| Summary: | [PATCH] SGML tags and entities in the "Dialup firewalling with FreeBSD" article (minor nit-picking) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | ncalvo <ncalvo> | ||||
| 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
ncalvo
2001-08-16 05:40:00 UTC
ncalvo <ncalvo@es.freebsd.org> writes: > --- article.sgml.orig Thu Aug 16 06:02:35 2001 > +++ article.sgml Thu Aug 16 06:19:57 2001 > @@ -28,7 +28,7 @@ > > <abstract> > <para>This article documents how to setup a firewall using a PPP > - dialup with FreeBSD and IPFW, and specifically with firewalling over > + dialup with FreeBSD and &man.ipfw.8;, and specifically with firewalling over I don't know if replacing every instance of "ipfw" with &man.ipfw.8; is such a good idea. Some people are concerned that manual page entites are being abused in this fasion, and since this entire thing is practically about ipfw, it might be more appropriate to use <command>, or just leave it alone. The other fixes look okay. State Changed From-To: open->closed The change has been made with minor modifications. Some of the &man entities were turned into <command>s instead. Too many &man entities can be an eyesore in either the online or print documents. Thanks for your updates! |