| Summary: | [patch][handbook] Reference to incorrect manual page | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Glen Barber <glen.j.barber> | ||||||
| Component: | Books & Articles | Assignee: | Gabor Pali <pgj> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Glen Barber
2010-03-19 19:40:03 UTC
Responsible Changed From-To: freebsd-doc->pgj Take. Hello Glen, I think you are wrong, since the sentence in questions says (without references): "The ipmon(8) program can log IPFILTER actions to the system log files.", i.e. it discusses the program itself, not its configuration file. The reference to the manual page is just a hidden link to the corresponding program's description. Thus it does not really matter what the real configuration file is, so the change would result the following awkward text: "The ipf.conf(5) program can log IPFILTER actions to the system log files." I would close this PR with no changes. :g State Changed From-To: open->analyzed The request has been investigated. On 8/10/10 5:37 AM, Gabor PALI wrote:
> Hello Glen,
>
> I think you are wrong, since the sentence in questions says (without
> references): "The ipmon(8) program can log IPFILTER actions to the
> system log files.", i.e. it discusses the program itself, not its
> configuration file. The reference to the manual page is just a hidden
> link to the corresponding program's description. Thus it does not
> really matter what the real configuration file is, so the change would
> result the following awkward text: "The ipf.conf(5) program can log
> IPFILTER actions to the system log files."
>
> I would close this PR with no changes.
>
>
Hello Gabor,
You are correct that this patch is wrong. I had mistakenly changed the
wrong line - please see the attached patch, which makes the change I had
intended initially.
Best regards,
--
Glen Barber
Hi Glen, This change sounds better :) Thanks for the update. :g Glen, I have found that ipf(5) links to the same page, while using ipf.conf(5) is not valid since it has no manrefs entry. So I would use ipf(5) instead of ipf.conf(8). :g pgj 2010-08-10 12:20:24 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/firewalls chapter.sgml
Log:
- Reference ipf(5) instead of ipmon(8) because it is a better
source of information regarding logging TCP packets, and it already
points to that manual page
PR: docs/144881
Submitted by: Glen Barber <glen.j.barber@gmail.com>
Revision Changes Path
1.94 +1 -1 doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: analyzed->closed The updated patch has been committed with minor modifications. Thanks for the submission! |