| Summary: | ports(7) man page NO_IGNORE sentence fragment | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Warren Block <wblock> |
| Component: | Books & Articles | Assignee: | Gabor Kovesdan <gabor> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-doc->gabor Take. gabor 2007-12-21 21:48:55 UTC
FreeBSD src repository (doc,ports committer)
Modified files:
share/man/man7 ports.7
Log:
- Remove incomplete sentence fragment
PR: docs/117451
Submitted by: Warren Block <wblock@wonkity.com>
MFC after: 3 days
Revision Changes Path
1.64 +0 -2 src/share/man/man7/ports.7
_______________________________________________
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: open->patched Patched in HEAD, MFC reminder. State Changed From-To: patched->closed Committed, thanks! |
ports(7) man page has an unfinished sentence fragment "Setting NO_IGNORE": NO_IGNORE If defined, allow installation of ports marked as <FORBIDDEN>. The default behavior of the Ports framework is to abort when the installation of a forbidden port is attempted. Setting NO_IGNORE Of course, these ports may not work as expected, but if you really know what you are doing and are sure about installing a forbidden port, then NO_IGNORE lets you do it. Fix: Finish the sentence, something like "Setting NO_IGNORE allows installation of ports marked as <FORBIDDEN>." Of course this is redundant with the first sentence, probably why the original author went into a recursive edit loop and left the fragment. How-To-Repeat: man ports