From: Pádraig Brady
Date: Sun, 3 May 2026 09:39:45 +0000 (+0100) Subject: doc: fix typo in chmod example X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b130ed810e24c961338d584b2adac97cab3b77ba;p=thirdparty%2Fcoreutils.git doc: fix typo in chmod example * doc/coreutils.texi (chmod invocation): s/file/foo/ to match comment, and previous example. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 26d405b0b5..a37b63388e 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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