Re: Small patches-this time with patches

blue hut <[email protected]> Tue, 16 Dec 2014 18:00:24 +0100
Newsgroups gmane.comp.gnu.chess.bugs
Message-ID <[email protected]>
On 12/16/2014 05:59 PM, blue hut wrote:
> Hello,
> 
> I am not sure whether this is the right way to go about this.
> First I tried registering at Savannah and then applying as a member
> there, but I got no response.
> 
> So I will send some small patches to this mailing list.
> 
> kind regards,
> Michael Vetter
> 

I clicked "send" too fast :-)
This time with the patches.

_______________________________________________
Bug-gnu-chess mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnu-chess
0001-Manpage-Fix-punctuation.patch (text/x-patch, 713 B)
From aaae918caa559d20dc794eac2c926047e498d21c Mon Sep 17 00:00:00 2001
From: Michael Vetter <[email protected]>
Date: Tue, 16 Dec 2014 17:34:42 +0100
Subject: [PATCH 1/3] Manpage: Fix punctuation

---
 doc/gnuchess.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gnuchess.texi b/doc/gnuchess.texi
index 097ff27..3eb7269 100644
--- a/doc/gnuchess.texi
+++ b/doc/gnuchess.texi
@@ -244,7 +244,7 @@ compatibility.
 @itemx -e
 @opindex --easy
 @opindex -e
-Disable thinking.  in opponent's time.  By default, the program runs in
+Disable thinking in opponent's time.  By default, the program runs in
 hard mode, i.e.  it thinks opponent's time to think too.
 
 @item --manual
-- 
2.2.0
0002-Manpage-Correct-sentence.patch (text/x-patch, 697 B)
From a1b5e8bf7a048f48d4dc1bd81b0ff4af1a6ea624 Mon Sep 17 00:00:00 2001
From: Michael Vetter <[email protected]>
Date: Tue, 16 Dec 2014 17:36:17 +0100
Subject: [PATCH 2/3] Manpage: Correct sentence

---
 doc/gnuchess.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gnuchess.texi b/doc/gnuchess.texi
index 3eb7269..3ad1693 100644
--- a/doc/gnuchess.texi
+++ b/doc/gnuchess.texi
@@ -245,7 +245,7 @@ compatibility.
 @opindex --easy
 @opindex -e
 Disable thinking in opponent's time.  By default, the program runs in
-hard mode, i.e.  it thinks opponent's time to think too.
+hard mode, i.e.  it uses opponent's time to think too.
 
 @item --manual
 @itemx -m
-- 
2.2.0
0003-Remove-trailing-whitespaces.patch (text/x-patch, 122.7 KB) - not displayed