Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2019 00:30:14 +0000 (UTC)
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344952 - head/bin/chmod
Message-ID:  <201903090030.x290UEdl033760@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903090030.x290UEdl033760>