From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Vetter Subject: Re: [PATCH] Fix double occurance of words in documentation Date: Tue, 5 Jan 2016 19:10:12 +0100 Message-ID: <20160105191012.71f54677@maitreya.site> References: <20160105094343.671e306a@maitreya.site> <20160105164040.GB23764@jasmine> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/A=Sy2Hctav1u05o0P/zL7ao" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGW40-0006pC-KP for guix-devel@gnu.org; Tue, 05 Jan 2016 13:10:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGW3w-00043x-IJ for guix-devel@gnu.org; Tue, 05 Jan 2016 13:10:32 -0500 Received: from smtp20.openmailbox.org ([62.4.1.54]:44434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGW3w-00043t-6j for guix-devel@gnu.org; Tue, 05 Jan 2016 13:10:28 -0500 In-Reply-To: <20160105164040.GB23764@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari Cc: guix-devel@gnu.org --MP_/A=Sy2Hctav1u05o0P/zL7ao Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline I hope its right like this! On Tue, 5 Jan 2016 11:40:40 -0500 Leo Famulari wrote: > On Tue, Jan 05, 2016 at 09:43:43AM +0100, Michael Vetter wrote: > > In the documentation there occurs the typo 'the the' instead of just > > 'the'. > > Thanks! > > Can you look at the git log of the project and submit a revised patch > after making the commit message match the convention? If you search > the git log for 'doc:' you should see some relevant examples. > > > > > Please put me into CC when replying to this mail as I am not > > subscribed to this mailing list. > > > > -- > > Michael > > > From 365079b1c1e5d28073944ced686a772f1af6256c Mon Sep 17 00:00:00 > > 2001 From: Michael Vetter > > Date: Tue, 5 Jan 2016 09:37:05 +0100 > > Subject: [PATCH] guix package: Remove double occurance of words > > > > In the guix documentation several times 'the the' occurs instead of > > just 'the'. > > --- > > doc/guix.texi | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/doc/guix.texi b/doc/guix.texi > > index a07bf82..c252f63 100644 > > --- a/doc/guix.texi > > +++ b/doc/guix.texi > > @@ -1016,7 +1016,7 @@ Manual}). There are two important > > differences though: @item > > @code{GUIX_LOCPATH} is honored only by Guix's libc, and not by the > > libc provided by foreign distros. Thus, using @code{GUIX_LOCPATH} > > allows you -to make sure the the foreign distro's programs will not > > end up loading +to make sure the foreign distro's programs will not > > end up loading incompatible locale data. > > > > @item > > @@ -6479,7 +6479,7 @@ A file-like object containing the ``message > > of the day''. > > @item @code{auto-login} (default: @code{#f}) > > When true, this field must be a string denoting the user name under > > -which the the system automatically logs in. When it is @code{#f}, > > a +which the system automatically logs in. When it is @code{#f}, a > > user name and password must be entered to log in. > > > > @item @code{login-program} (default: @code{#f}) > > @@ -7276,7 +7276,7 @@ Defaults to @samp{"0600"}. > > @end deftypevr > > > > @deftypevr {@code{unix-listener-configuration} parameter} string > > user -The user to own the the socket. > > +The user to own the socket. > > Defaults to @samp{""}. > > @end deftypevr > > > > @@ -7298,7 +7298,7 @@ Defaults to @samp{"0600"}. > > @end deftypevr > > > > @deftypevr {@code{fifo-listener-configuration} parameter} string > > user -The user to own the the socket. > > +The user to own the socket. > > Defaults to @samp{""}. > > @end deftypevr > > > > -- > > 2.6.4 > > > --MP_/A=Sy2Hctav1u05o0P/zL7ao Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-doc-Remove-double-occurance-of-words.patch >From 29cd137d59bfa8b6f3f467ab120c2a8371da8c59 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 5 Jan 2016 09:37:05 +0100 Subject: [PATCH] doc: Remove double occurance of words. * doc/guix.texi: substitute 'the the' with 'the'. --- doc/guix.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index a07bf82..c252f63 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1016,7 +1016,7 @@ Manual}). There are two important differences though: @item @code{GUIX_LOCPATH} is honored only by Guix's libc, and not by the libc provided by foreign distros. Thus, using @code{GUIX_LOCPATH} allows you -to make sure the the foreign distro's programs will not end up loading +to make sure the foreign distro's programs will not end up loading incompatible locale data. @item @@ -6479,7 +6479,7 @@ A file-like object containing the ``message of the day''. @item @code{auto-login} (default: @code{#f}) When true, this field must be a string denoting the user name under -which the the system automatically logs in. When it is @code{#f}, a +which the system automatically logs in. When it is @code{#f}, a user name and password must be entered to log in. @item @code{login-program} (default: @code{#f}) @@ -7276,7 +7276,7 @@ Defaults to @samp{"0600"}. @end deftypevr @deftypevr {@code{unix-listener-configuration} parameter} string user -The user to own the the socket. +The user to own the socket. Defaults to @samp{""}. @end deftypevr @@ -7298,7 +7298,7 @@ Defaults to @samp{"0600"}. @end deftypevr @deftypevr {@code{fifo-listener-configuration} parameter} string user -The user to own the the socket. +The user to own the socket. Defaults to @samp{""}. @end deftypevr -- 2.6.4 --MP_/A=Sy2Hctav1u05o0P/zL7ao--