]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use @code, not (nonexistent) @function.
authorJim Meyering <jim@meyering.net>
Sun, 13 Jul 2003 08:45:39 +0000 (08:45 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 13 Jul 2003 08:45:39 +0000 (08:45 +0000)
doc/coreutils.texi

index 407adf3bd5499eb205cf90a9acb07c2af406075d..425dc80717664cb7a73d390c5337a840eea46e5f 100644 (file)
@@ -7528,7 +7528,7 @@ dependent upon the policy and functionality of the underlying system
 which may make system-dependent file mode modifications outside the
 control of the @command{chown} command.  On some systems (e.g., Linux)
 the @command{chown} command clears the set-UID and set-GID bits because
-the underlying system @function{chown} function clears them.  On other
+the underlying, system @code{chown} function clears them.  On other
 systems (e.g., HP-UX and Solaris) the @command{chown} command does not
 affect those bits when operated as the superuser.  On systems which allow
 non-privileged use of chown those bits are always cleared by the system.