svn commit: r344952 - head/bin/chmod

Gordon Tetlow gordon at FreeBSD.org
Sat Mar 9 00:30:14 UTC 2019


Author: gordon
Date: Sat Mar  9 00:30:13 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

Modified:
  head/bin/chmod/chmod.1

Modified: head/bin/chmod/chmod.1
==============================================================================
--- head/bin/chmod/chmod.1	Sat Mar  9 00:27:50 2019	(r344951)
+++ head/bin/chmod/chmod.1	Sat Mar  9 00:30:13 2019	(r344952)
@@ -259,7 +259,7 @@ If no value is supplied for
 each permission bit specified in
 .Ar perm ,
 for which the corresponding bit in the file mode creation mask
-is clear, is cleared.
+is set, is cleared.
 Otherwise, the mode bits represented by the specified
 .Ar who
 and


More information about the svn-src-all mailing list