changeset 2011:b4e353f9d352

add `' around link(2)
author Jim Meyering <jim@meyering.net>
date Mon, 08 Nov 1999 09:25:08 +0000
parents 2d3c82271495
children 18d83cebc08c
files m4/link-follow.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/link-follow.m4
+++ b/m4/link-follow.m4
@@ -59,6 +59,6 @@
   ])
   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
 ])