| Summary: | [patch] tcpdrop.8: remove incomplete sentence | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Yuri Pankov <yuri.pankov> | ||||
| 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
Yuri Pankov
2011-04-23 04:40:08 UTC
State Changed From-To: open->patched Fixed in HEAD. Thanks! Author: maxim Date: Sat Apr 23 05:56:06 2011 New Revision: 220965 URL: http://svn.freebsd.org/changeset/base/220965 Log: o Remove an incomplete sentence. PR: docs/156593 Submitted by: Yuri Pankov MFC after: 1 week Modified: head/usr.sbin/tcpdrop/tcpdrop.8 Modified: head/usr.sbin/tcpdrop/tcpdrop.8 ============================================================================== --- head/usr.sbin/tcpdrop/tcpdrop.8 Sat Apr 23 05:29:59 2011 (r220964) +++ head/usr.sbin/tcpdrop/tcpdrop.8 Sat Apr 23 05:56:06 2011 (r220965) @@ -62,8 +62,6 @@ will be dropped. .Pp Addresses and ports may be specified by name or numeric value. Both IPv4 and IPv6 address formats are supported. -.Nm -in case of success or failure. .Sh EXIT STATUS .Ex -std .Sh EXAMPLES _______________________________________________ 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 MFCd to stable/8. Author: gjb (doc committer) Date: Mon Jun 6 16:00:23 2011 New Revision: 222761 URL: http://svn.freebsd.org/changeset/base/222761 Log: MFC 220965 [1]: Remove incomplete sentence from tcpdrop(8). PR: 156593 Obtained from: maxim [1] Modified: stable/8/usr.sbin/tcpdrop/tcpdrop.8 Directory Properties: stable/8/usr.sbin/tcpdrop/ (props changed) Modified: stable/8/usr.sbin/tcpdrop/tcpdrop.8 ============================================================================== --- stable/8/usr.sbin/tcpdrop/tcpdrop.8 Mon Jun 6 15:33:15 2011 (r222760) +++ stable/8/usr.sbin/tcpdrop/tcpdrop.8 Mon Jun 6 16:00:23 2011 (r222761) @@ -62,8 +62,6 @@ will be dropped. .Pp Addresses and ports may be specified by name or numeric value. Both IPv4 and IPv6 address formats are supported. -.Nm -in case of success or failure. .Sh EXIT STATUS .Ex -std .Sh EXAMPLES _______________________________________________ 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" |