| Summary: | Error in pf.conf(5) manpage | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Allen <alandsidel> |
| Component: | Books & Articles | Assignee: | Remko Lodder <remko> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->freebsd-doc reclassify. Hello Allen, you will have to bug OpenBSD people about this, because AFAIK PF is a contributed software and it is more feasible to fix this upstream. -- Best regards, Daniel mailto:danger@FreeBSD.org remko 2008-02-20 10:43:55 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
contrib/pf/man pf.conf.5
Log:
MFC rev 1.15 pf.conf.5
MFOpenBSD rev 1.393 pf.conf.5
do not describe `/' as solidus; from Allen (freebsd pr120484);
PR: 120484
Submitted by: Allen <alandsidel at 1001islington dot com>
MFC After: 3 days
Revision Changes Path
1.14.2.1 +4 -4 src/contrib/pf/man/pf.conf.5
_______________________________________________
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"
> you will have to bug OpenBSD people about this Danger is absolutely right: http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf Responsible Changed From-To: freebsd-doc->remko MFC reminder State Changed From-To: open->patched Set as reminder. remko 2008-02-20 10:45:03 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
contrib/pf/man pf.conf.5
Log:
MFC rev 1.15 pf.conf.5
MFOpenBSD rev 1.393 pf.conf.5
do not describe `/' as solidus; from Allen (freebsd pr120484);
PR: 120484
Submitted by: Allen <alandsidel at 1001islington dot com>
MFC After: 3 days
Revision Changes Path
1.8.2.2 +3 -3 src/contrib/pf/man/pf.conf.5
_______________________________________________
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: patched->closed Patched in all relevant branches, thanks for the submission! |
The pf.conf manpage "PF.CONF(5)" contains an error on line 1609 of the output: ence to an anchor name containing a solidus ('/') characters will require The error is that the "/" character is a slash, not a solidus; they are different things, and standard keyboards all have a slash (ASCII 47) and not a solidus. Somebody thought they were being clever using a big word and got it wrong, as is usually the case. Fix: Update the man page and call the character what it is; a slash, not a solidus. How-To-Repeat: man -p cat pf.conf | grep -Hn solidus