mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-06 07:06:38 -04:00
doc: fix typo in chmod example
* doc/coreutils.texi (chmod invocation): s/file/foo/ to match comment, and previous example.
This commit is contained in:
+2
-2
@@ -11641,8 +11641,8 @@ chmod 644 foo
|
||||
chmod a=r,u+w foo
|
||||
|
||||
# Add user and group execute permissions to FOO.
|
||||
chmod +110 file
|
||||
chmod ug+x file
|
||||
chmod +110 foo
|
||||
chmod ug+x foo
|
||||
|
||||
# Set file permissions of DIR and subsidiary files to
|
||||
# be the umask default, assuming execute permissions for
|
||||
|
||||
Reference in New Issue
Block a user