GNU bug report logs - #10079
[PATCH] ln: fix position of --backup values description

Previous Next

Package: coreutils;

Reported by: Erik Auerswald <auerswal <at> unix-ag.uni-kl.de>

Date: Sat, 19 Nov 2011 21:26:02 UTC

Severity: normal

Tags: patch

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10079 in the body.
You can then email your comments to 10079 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#10079; Package coreutils. (Sat, 19 Nov 2011 21:26:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Erik Auerswald <auerswal <at> unix-ag.uni-kl.de>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Sat, 19 Nov 2011 21:26:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Erik Auerswald <auerswal <at> unix-ag.uni-kl.de>
To: bug-coreutils <at> gnu.org
Subject: [PATCH] ln: fix position of --backup values description
Date: Sat, 19 Nov 2011 22:24:35 +0100
From a8b44ddbfa9b1e75dbaabbe69bb535ed045fbf0a Mon Sep 17 00:00:00 2001
From: Erik Auerswald <auerswal <at> unix-ag.uni-kl.de>
Date: Sat, 19 Nov 2011 22:07:29 +0100
Subject: [PATCH] ln: fix position of --backup values description

* src/ln.c (usage): A paragraph describing interactions of -s
with -L and -P somehow snuck in between the description of the
--backup option and the values used to control it. Fix this by
moving the value description up.
---
 src/ln.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/ln.c b/src/ln.c
index 3e63bea..88737ed 100644
--- a/src/ln.c
+++ b/src/ln.c
@@ -385,17 +385,17 @@ The version control method may be selected via the --backup option or through\n\
 the VERSION_CONTROL environment variable.  Here are the values:\n\
 \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\
-\n\
-"), LINK_FOLLOWS_SYMLINKS ? "-L" : "-P");
       fputs (_("\
   none, off       never make backups (even if --backup is given)\n\
   numbered, t     make numbered backups\n\
   existing, nil   numbered if numbered backups exist, simple otherwise\n\
   simple, never   always make simple backups\n\
+\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\
+"), LINK_FOLLOWS_SYMLINKS ? "-L" : "-P");
       emit_ancillary_info ();
     }
   exit (status);
-- 
1.7.7.3





Reply sent to Jim Meyering <jim <at> meyering.net>:
You have taken responsibility. (Sun, 20 Nov 2011 07:54:01 GMT) Full text and rfc822 format available.

Notification sent to Erik Auerswald <auerswal <at> unix-ag.uni-kl.de>:
bug acknowledged by developer. (Sun, 20 Nov 2011 07:54:02 GMT) Full text and rfc822 format available.

Message #10 received at 10079-done <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: Erik Auerswald <auerswal <at> unix-ag.uni-kl.de>
Cc: 10079-done <at> debbugs.gnu.org
Subject: Re: bug#10079: [PATCH] ln: fix position of --backup values description
Date: Sun, 20 Nov 2011 08:52:04 +0100
Erik Auerswald wrote:
...
> Subject: [PATCH] ln: fix position of --backup values description
>
> * src/ln.c (usage): A paragraph describing interactions of -s
> with -L and -P somehow snuck in between the description of the
> --backup option and the values used to control it. Fix this by
> moving the value description up.

Well spotted.  Thanks!
Applied verbatim and pushed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 18 Dec 2011 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 238 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.