summaryrefslogtreecommitdiff
path: root/m4/link-follow.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-08 09:25:08 +0000
committerJim Meyering <jim@meyering.net>1999-11-08 09:25:08 +0000
commit1b5e676e38b193ac1fe0c46b77678332878272b2 (patch)
tree1575dfe15709b988c3ccd2c4a00065b19ee1c728 /m4/link-follow.m4
parentcf6ad5dcca7abd99b0671909ca2682306c3db1c6 (diff)
downloadcoreutils-1b5e676e38b193ac1fe0c46b77678332878272b2.tar.xz
add `' around link(2)
Diffstat (limited to 'm4/link-follow.m4')
-rw-r--r--m4/link-follow.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/link-follow.m4 b/m4/link-follow.m4
index bd351755d..d61a0e072 100644
--- a/m4/link-follow.m4
+++ b/m4/link-follow.m4
@@ -59,6 +59,6 @@ AC_DEFUN(jm_AC_FUNC_LINK_FOLLOWS_SYMLINK,
])
if test $jm_ac_cv_func_link_follows_symlink = yes; then
AC_DEFINE(LINK_FOLLOWS_SYMLINKS, 1,
- [Define if link(2) dereferences symbolic links.])
+ [Define if `link(2)' dereferences symbolic links.])
fi
])