Bug 236407

Summary: typo in the man page for chmod
Product: Base System Reporter: brian saia <briansaia+freebsd_bugs>
Component: miscAssignee: Gordon Tetlow <gordon>
Status: Closed FIXED    
Severity: Affects Many People CC: gordon
Priority: ---    
Version: 12.0-RELEASE   
Hardware: Any   
OS: Any   

Description brian saia 2019-03-09 00:25:46 UTC
when describing the 'op' symbols, specifically the '-' option; the following line

"creation mask is clear, is cleared.  Otherwise, the mode bits"

should be changed to 

"creation mask is set, is cleared.  Otherwise, the mode bits"

the minus '-' clears bits which are set so the documentation needs to be corrected.

the more command says this line is at byte 6382.
Comment 1 Gordon Tetlow freebsd_committer freebsd_triage 2019-03-09 00:29:33 UTC
Brian is sitting next to me at SCALE 17x. I'll fix this real quick.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-03-09 00:30:47 UTC
A commit references this bug:

Author: gordon
Date: Sat Mar  9 00:30:14 UTC 2019
New revision: 344952
URL: https://svnweb.freebsd.org/changeset/base/344952

Log:
  Correct wording around '-' masks.

  PR:		236407
  Reported by:	Brian Saia
  MFC after:	1 week

Changes:
  head/bin/chmod/chmod.1