summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-13 08:45:39 +0000
committerJim Meyering <jim@meyering.net>2003-07-13 08:45:39 +0000
commitcad299f354102670582b23b26fc8629f8a3f5965 (patch)
tree80548aed249c715a8034e259cc0d2fcc9d6627dd /doc
parentca08290d8b8822c65eea1b20f60c00180c34d200 (diff)
downloadcoreutils-cad299f354102670582b23b26fc8629f8a3f5965.tar.xz
Use @code, not (nonexistent) @function.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 407adf3bd..425dc8071 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -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.