| Summary: | [patch] Bug in chflags(2) man page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Christian Ullrich <chris+freebsd> | ||||
| Component: | Books & Articles | Assignee: | Eitan Adler <eadler> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | ngie | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Christian Ullrich
2013-01-04 10:30:01 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-doc reclassify. Responsible Changed From-To: freebsd-doc->eadler I'll take it. State Changed From-To: open->analyzed awaiting approval or review prior to commit (no action needed from submitter) Author: eadler Date: Sat Feb 9 17:13:51 2013 New Revision: 246593 URL: http://svnweb.freebsd.org/changeset/base/246593 Log: Fix logic inversion. PR: docs/174966 Submitted by: Christian Ullrich <chris+freebsd@chrullrich.net> Approved by: bcr (mentor) Modified: head/lib/libc/sys/chflags.2 Modified: head/lib/libc/sys/chflags.2 ============================================================================== --- head/lib/libc/sys/chflags.2 Sat Feb 9 13:31:59 2013 (r246592) +++ head/lib/libc/sys/chflags.2 Sat Feb 9 17:13:51 2013 (r246593) @@ -98,7 +98,7 @@ If one of or .Dv SF_NOUNLINK is set a non-super-user cannot change any flags and even the super-user -can change flags only if securelevel is greater than 0. +can change flags only if securelevel is 0. (See .Xr init 8 for details.) _______________________________________________ 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" Should this bug be closed/does it need to be MFCed? |