]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Typo.
authorAkim Demaille <akim@epita.fr>
Wed, 24 Jan 2001 07:57:35 +0000 (07:57 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 24 Jan 2001 07:57:35 +0000 (07:57 +0000)
doc/autoconf.texi

index d02692dc13512f1266c43f61d9e612ae4796987f..2520e59944895a66a07b33e5e2edd398571cd902 100644 (file)
@@ -6284,15 +6284,16 @@ alternation and @code{egrep}.
 @item @command{ln}
 @c ---------------
 @cindex @command{ln}
+@cindex Symbolic links
 Don't rely on @command{ln} having a @option{-f} option.  Symbolic links
 are not available on old systems, use @samp{ln} as a fall back.
 
 For versions of the @sc{djgpp} before 2.04, @command{ln} emulates soft
 links for executables by generating a stub that in turn calls the real
 program.  This feature also works with nonexistent files like in the
-Unix spec. So @samp{ln -s src dst} will generate @file{src.exe}, which
-will attempt to call @file{dst.exe} if run. But this feature only works
-for executables, so @command{cp} @option{-p} is used instead for these
+Unix spec. So @samp{ln -s file link} will generate @file{link.exe},
+which will attempt to call @file{file.exe} if run. But this feature only
+works for executables, so @samp{cp -p} is used instead for these
 systems. @sc{djgpp} version 2.04 and later have full symlink support.