From unknown Fri Aug 15 04:04:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10079: [PATCH] ln: fix position of --backup values description Resent-From: Erik Auerswald Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-coreutils@gnu.org Resent-Date: Sat, 19 Nov 2011 21:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 10079 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: patch To: 10079@debbugs.gnu.org X-Debbugs-Original-To: bug-coreutils@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.132173795112597 (code B ref -1); Sat, 19 Nov 2011 21:26:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Nov 2011 21:25:51 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RRsQ2-0003H5-IL for submit@debbugs.gnu.org; Sat, 19 Nov 2011 16:25:51 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RRsPz-0003Gx-JT for submit@debbugs.gnu.org; Sat, 19 Nov 2011 16:25:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RRsOw-00057d-Ek for submit@debbugs.gnu.org; Sat, 19 Nov 2011 16:24:43 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:44651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRsOw-00057Z-DK for submit@debbugs.gnu.org; Sat, 19 Nov 2011 16:24:42 -0500 Received: from eggs.gnu.org ([140.186.70.92]:42565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRsOv-0005WB-7W for bug-coreutils@gnu.org; Sat, 19 Nov 2011 16:24:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RRsOu-00057A-1I for bug-coreutils@gnu.org; Sat, 19 Nov 2011 16:24:41 -0500 Received: from mailgw1.uni-kl.de ([131.246.120.220]:45414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRsOt-00056k-Nk for bug-coreutils@gnu.org; Sat, 19 Nov 2011 16:24:39 -0500 Received: from sushi.unix-ag.uni-kl.de (sushi.unix-ag.uni-kl.de [IPv6:2001:638:208:ef34:0:ff:fe00:65]) by mailgw1.uni-kl.de (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pAJLOaUr001748 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 19 Nov 2011 22:24:36 +0100 Received: from sushi.unix-ag.uni-kl.de (ip6-localhost [IPv6:::1]) by sushi.unix-ag.uni-kl.de (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pAJLOZxJ001037 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 19 Nov 2011 22:24:36 +0100 Received: (from auerswal@localhost) by sushi.unix-ag.uni-kl.de (8.14.3/8.14.3/Submit) id pAJLOZll001036 for bug-coreutils@gnu.org; Sat, 19 Nov 2011 22:24:35 +0100 Date: Sat, 19 Nov 2011 22:24:35 +0100 From: Erik Auerswald Message-ID: <20111119212435.GA901@sushi.unix-ag.uni-kl.de> Mail-Followup-To: Erik Auerswald , bug-coreutils@gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.6 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) >From a8b44ddbfa9b1e75dbaabbe69bb535ed045fbf0a Mon Sep 17 00:00:00 2001 From: Erik Auerswald 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 From unknown Fri Aug 15 04:04:19 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Erik Auerswald Subject: bug#10079: closed (Re: bug#10079: [PATCH] ln: fix position of --backup values description) Message-ID: References: <8739djgriz.fsf@rho.meyering.net> <20111119212435.GA901@sushi.unix-ag.uni-kl.de> X-Gnu-PR-Message: they-closed 10079 X-Gnu-PR-Package: coreutils X-Gnu-PR-Keywords: patch Reply-To: 10079@debbugs.gnu.org Date: Sun, 20 Nov 2011 07:54:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1321775642-6641-1" This is a multi-part message in MIME format... ------------=_1321775642-6641-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #10079: [PATCH] ln: fix position of --backup values description which was filed against the coreutils package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 10079@debbugs.gnu.org. --=20 10079: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D10079 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1321775642-6641-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 10079-done) by debbugs.gnu.org; 20 Nov 2011 07:53:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RS2DC-0001i7-Cn for submit@debbugs.gnu.org; Sun, 20 Nov 2011 02:53:14 -0500 Received: from mx.meyering.net ([88.168.87.75]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RS2DA-0001i0-3Q for 10079-done@debbugs.gnu.org; Sun, 20 Nov 2011 02:53:12 -0500 Received: from rho.meyering.net (localhost.localdomain [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id 99C136004E; Sun, 20 Nov 2011 08:52:04 +0100 (CET) From: Jim Meyering To: Erik Auerswald Subject: Re: bug#10079: [PATCH] ln: fix position of --backup values description In-Reply-To: <20111119212435.GA901@sushi.unix-ag.uni-kl.de> (Erik Auerswald's message of "Sat, 19 Nov 2011 22:24:35 +0100") References: <20111119212435.GA901@sushi.unix-ag.uni-kl.de> Date: Sun, 20 Nov 2011 08:52:04 +0100 Message-ID: <8739djgriz.fsf@rho.meyering.net> Lines: 11 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 10079-done Cc: 10079-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) 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. ------------=_1321775642-6641-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 Nov 2011 21:25:51 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RRsQ2-0003H5-IL for submit@debbugs.gnu.org; Sat, 19 Nov 2011 16:25:51 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RRsPz-0003Gx-JT for submit@debbugs.gnu.org; Sat, 19 Nov 2011 16:25:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RRsOw-00057d-Ek for submit@debbugs.gnu.org; Sat, 19 Nov 2011 16:24:43 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:44651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRsOw-00057Z-DK for submit@debbugs.gnu.org; Sat, 19 Nov 2011 16:24:42 -0500 Received: from eggs.gnu.org ([140.186.70.92]:42565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRsOv-0005WB-7W for bug-coreutils@gnu.org; Sat, 19 Nov 2011 16:24:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RRsOu-00057A-1I for bug-coreutils@gnu.org; Sat, 19 Nov 2011 16:24:41 -0500 Received: from mailgw1.uni-kl.de ([131.246.120.220]:45414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRsOt-00056k-Nk for bug-coreutils@gnu.org; Sat, 19 Nov 2011 16:24:39 -0500 Received: from sushi.unix-ag.uni-kl.de (sushi.unix-ag.uni-kl.de [IPv6:2001:638:208:ef34:0:ff:fe00:65]) by mailgw1.uni-kl.de (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pAJLOaUr001748 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 19 Nov 2011 22:24:36 +0100 Received: from sushi.unix-ag.uni-kl.de (ip6-localhost [IPv6:::1]) by sushi.unix-ag.uni-kl.de (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pAJLOZxJ001037 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 19 Nov 2011 22:24:36 +0100 Received: (from auerswal@localhost) by sushi.unix-ag.uni-kl.de (8.14.3/8.14.3/Submit) id pAJLOZll001036 for bug-coreutils@gnu.org; Sat, 19 Nov 2011 22:24:35 +0100 Date: Sat, 19 Nov 2011 22:24:35 +0100 From: Erik Auerswald To: bug-coreutils@gnu.org Subject: [PATCH] ln: fix position of --backup values description Message-ID: <20111119212435.GA901@sushi.unix-ag.uni-kl.de> Mail-Followup-To: Erik Auerswald , bug-coreutils@gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) >From a8b44ddbfa9b1e75dbaabbe69bb535ed045fbf0a Mon Sep 17 00:00:00 2001 From: Erik Auerswald 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 ------------=_1321775642-6641-1--