* [PATCH] Fix double occurance of words in documentation @ 2016-01-05 8:43 Michael Vetter 2016-01-05 16:40 ` Leo Famulari 0 siblings, 1 reply; 4+ messages in thread From: Michael Vetter @ 2016-01-05 8:43 UTC (permalink / raw) To: guix-devel [-- Attachment #1: Type: text/plain, Size: 183 bytes --] In the documentation there occurs the typo 'the the' instead of just 'the'. Please put me into CC when replying to this mail as I am not subscribed to this mailing list. -- Michael [-- Attachment #2: 0001-guix-package-Remove-double-occurance-of-words.patch --] [-- Type: text/x-patch, Size: 1831 bytes --] From 365079b1c1e5d28073944ced686a772f1af6256c Mon Sep 17 00:00:00 2001 From: Michael Vetter <jubalh@openmailbox.org> 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 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Fix double occurance of words in documentation 2016-01-05 8:43 [PATCH] Fix double occurance of words in documentation Michael Vetter @ 2016-01-05 16:40 ` Leo Famulari 2016-01-05 18:10 ` Michael Vetter 0 siblings, 1 reply; 4+ messages in thread From: Leo Famulari @ 2016-01-05 16:40 UTC (permalink / raw) To: Michael Vetter; +Cc: guix-devel 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 <jubalh@openmailbox.org> > 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 > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Fix double occurance of words in documentation 2016-01-05 16:40 ` Leo Famulari @ 2016-01-05 18:10 ` Michael Vetter 2016-01-05 22:56 ` [PATCH] Fix double occurrence " Ludovic Courtès 0 siblings, 1 reply; 4+ messages in thread From: Michael Vetter @ 2016-01-05 18:10 UTC (permalink / raw) To: Leo Famulari; +Cc: guix-devel [-- Attachment #1: Type: text/plain, Size: 2667 bytes --] I hope its right like this! On Tue, 5 Jan 2016 11:40:40 -0500 Leo Famulari <leo@famulari.name> 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 <jubalh@openmailbox.org> > > 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 > > > [-- Attachment #2: 0001-doc-Remove-double-occurance-of-words.patch --] [-- Type: text/x-patch, Size: 1793 bytes --] From 29cd137d59bfa8b6f3f467ab120c2a8371da8c59 Mon Sep 17 00:00:00 2001 From: Michael Vetter <jubalh@openmailbox.org> 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 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Fix double occurrence of words in documentation 2016-01-05 18:10 ` Michael Vetter @ 2016-01-05 22:56 ` Ludovic Courtès 0 siblings, 0 replies; 4+ messages in thread From: Ludovic Courtès @ 2016-01-05 22:56 UTC (permalink / raw) To: Michael Vetter; +Cc: guix-devel Michael Vetter <jubalh@openmailbox.org> skribis: > From 29cd137d59bfa8b6f3f467ab120c2a8371da8c59 Mon Sep 17 00:00:00 2001 > From: Michael Vetter <jubalh@openmailbox.org> > 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'. Pushed with a fixlet for the subject line. :-) Thanks, Ludo’. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-01-05 22:56 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-01-05 8:43 [PATCH] Fix double occurance of words in documentation Michael Vetter 2016-01-05 16:40 ` Leo Famulari 2016-01-05 18:10 ` Michael Vetter 2016-01-05 22:56 ` [PATCH] Fix double occurrence " Ludovic Courtès
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/guix.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).