summaryrefslogtreecommitdiff
path: root/src/ln.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-01 07:04:52 +0000
committerJim Meyering <jim@meyering.net>2006-07-01 07:04:52 +0000
commitaa9b173531d2ac06c2f522301f4635fb58fd8934 (patch)
treeb752fb28920c9ca19fb290140b15404cde702313 /src/ln.c
parent530a8d72ccb5f37e0427f69383fd564b116a2f39 (diff)
downloadcoreutils-aa9b173531d2ac06c2f522301f4635fb58fd8934.tar.xz
* src/ln.c (do_link): Use new, shorter URL, for ag-review link.
Diffstat (limited to 'src/ln.c')
-rw-r--r--src/ln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ln.c b/src/ln.c
index e0230b204..5dd3c5163 100644
--- a/src/ln.c
+++ b/src/ln.c
@@ -246,7 +246,7 @@ do_link (const char *source, const char *dest)
POSIX 1003.1-2004 requires that ln -f A B must unlink B even on
failure (e.g., when A does not exist). This is counterintuitive,
and we submitted a defect report
- <http://www.opengroup.org/sophocles/show_mail.tpl?source=L&listname=austin-review-l&id=1795>
+ <http://www.opengroup.org/austin/mailarchives/ag-review/msg01794.html>
(2004-06-24). If the committee does not fix the standard we'll
have to change the behavior of ln -f, at least if POSIXLY_CORRECT
is set. In the meantime ln -f A B will not unlink B unless the