doc: clarify ln's --help output
authorJim Meyering <meyering@redhat.com>
Sun, 20 Nov 2011 20:18:53 +0000 (21:18 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 20 Nov 2011 22:30:25 +0000 (23:30 +0100)
* src/ln.c (usage): Use TARGET, not "source" in description.
Reported by Michael J Daniel in http://bugs.gnu.org/9896.

THANKS.in
src/ln.c

index ccdbc84..5ecc29e 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
@@ -408,6 +408,7 @@ Michael Gaughen                     mgaughen@polyserve.com
 Michael Hasselberg                  mikelh@zonta.ping.de
 Michael Hohn                        hohn@math.utah.edu
 Michael J. Croghan                  mcroghan@usatoday.com
+Michael J. Daniel                   michael.j.daniel@comcast.net
 Michael McFarland                   sidlon@yahoo.com
 Michael McLagan                     mmclagan@invlogic.com
 Michael Piefel                      piefel@informatik.hu-berlin.de
index 88737ed..90b6e59 100644 (file)
--- a/src/ln.c
+++ b/src/ln.c
@@ -394,7 +394,7 @@ the VERSION_CONTROL environment variable.  Here are the values:\n\
 "), stdout);
       printf (_("\
 Using -s ignores -L and -P.  Otherwise, the last option specified controls\n\
-behavior when the source is a symbolic link, defaulting to %s.\n\
+behavior when a TARGET is a symbolic link, defaulting to %s.\n\
 "), LINK_FOLLOWS_SYMLINKS ? "-L" : "-P");
       emit_ancillary_info ();
     }