| Summary: | [patch] ipmon(8): Missing BUGS section header | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Glen Barber <glen.j.barber> | ||||
| Component: | Books & Articles | Assignee: | Christian Brueffer <brueffer> | ||||
| 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
State Changed From-To: open->patched Committed, thanks! Responsible Changed From-To: freebsd-doc->brueffer MFC reminder. Author: brueffer Date: Wed May 12 00:56:53 2010 New Revision: 207945 URL: http://svn.freebsd.org/changeset/base/207945 Log: Comment in the BUGS section header. Matches what's in ipfilter 5.10. PR: 144880 Submitted by: Glen Barber <glen.j.barber@gmail.com> MFC after: 1 week Modified: head/contrib/ipfilter/man/ipmon.8 Modified: head/contrib/ipfilter/man/ipmon.8 ============================================================================== --- head/contrib/ipfilter/man/ipmon.8 Tue May 11 23:19:28 2010 (r207944) +++ head/contrib/ipfilter/man/ipmon.8 Wed May 12 00:56:53 2010 (r207945) @@ -181,6 +181,6 @@ recorded data. /etc/services .SH SEE ALSO ipl(4), ipf(8), ipfstat(8), ipnat(8) -.\".SH BUGS +.SH BUGS .PP If you find any, please send email to me at darrenr@pobox.com _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: patched->closed MFCs done. |