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:
Pádraig Brady
2026-05-03 10:39:45 +01:00
parent 3f650f6924
commit b130ed810e
+2 -2
View File
@@ -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