Re: DOC: Fix typo in management.txt

2019-07-09 Thread Willy Tarreau
Hello Alain,

On Mon, Jul 08, 2019 at 02:57:45PM +0200, Alain Belkadi wrote:
> 
> Hello,
> 
> An another patch for a typo in management.txt

Please try to group your typo changes for a same file in a single
patch as much as possible. A good hint to keep in mind is that we
should try to avoid having two commits with the same subject so
that it's possible to uniquely designate a commit by its subject.
Proceeding like this helps figuring what is specific to one patch
and not the others, and thin if they should be merged or not.

Thanks,
Willy



DOC: Fix typo in management.txt

2019-07-08 Thread Alain Belkadi


Hello,

An another patch for a typo in management.txt

Regards,

--
[Alain Belkadi / LinuxBeach]From 492a84aa7f25444b89e5224a5cf015a8e12fb683 Mon Sep 17 00:00:00 2001
From: Alain Belkadi 
Date: Mon, 8 Jul 2019 14:27:10 +0200
Subject: [PATCH] DOC: Fix a typo in management.txt

---
 doc/management.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/management.txt b/doc/management.txt
index 93bee671..d5f0 100644
--- a/doc/management.txt
+++ b/doc/management.txt
@@ -127,7 +127,7 @@ followed by one of more letters, and possibly followed by one or multiple extra
 arguments. Without any option, HAProxy displays the help page with a reminder
 about supported options. Available options may vary slightly based on the
 operating system. A fair number of these options overlap with an equivalent one
-if the "global" section. In this case, the command line always has precedence
+in the "global" section. In this case, the command line always has precedence
 over the configuration file, so that the command line can be used to quickly
 enforce some settings without touching the configuration files. The current
 list of options is :
-- 
2.11.0



DOC: Fix typo in management.txt

2019-07-08 Thread Alain Belkadi


Hello,

A fix for a typo in ยง3.

Regards,

--
[Alain Belkadi / LinuxBeach]From 35c31e13d5b8c87f1781674c7a6434cda50716c1 Mon Sep 17 00:00:00 2001
From: Alain Belkadi 
Date: Mon, 8 Jul 2019 14:12:16 +0200
Subject: [PATCH] DOC: Fix a typo in management.txt

---
 doc/management.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/management.txt b/doc/management.txt
index 93bee671..6a1dcf2a 100644
--- a/doc/management.txt
+++ b/doc/management.txt
@@ -123,7 +123,7 @@ passed on the command line. The actual syntax is :
   $ haproxy []*
 
 where []* is any number of options. An option always starts with '-'
-followed by one of more letters, and possibly followed by one or multiple extra
+followed by one or more letters, and possibly followed by one or multiple extra
 arguments. Without any option, HAProxy displays the help page with a reminder
 about supported options. Available options may vary slightly based on the
 operating system. A fair number of these options overlap with an equivalent one
-- 
2.11.0



Fix typo in management.txt

2019-07-08 Thread Alain Belkadi


Hello,

I've found a little typo in management.txt

Regards,

--
[Alain Belkadi / LinuxBeach]From b62365ce6c78157a1efd23ad4a150434fbe473d9 Mon Sep 17 00:00:00 2001
From: Alain Belkadi 
Date: Mon, 8 Jul 2019 11:09:54 +0200
Subject: [PATCH] [DOC] Fix typo in management.txt

---
 doc/management.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/management.txt b/doc/management.txt
index 93bee671..e6b55d77 100644
--- a/doc/management.txt
+++ b/doc/management.txt
@@ -48,7 +48,7 @@ familiar with troubleshooting utilities such as strace and tcpdump.
 2. Quick reminder about HAProxy's architecture
 --
 
-HAProxy is a multi-threaded, event-driven, non-blocking daemon. This means is
+HAProxy is a multi-threaded, event-driven, non-blocking daemon. This means it
 uses event multiplexing to schedule all of its activities instead of relying on
 the system to schedule between multiple activities. Most of the time it runs as
 a single process, so the output of "ps aux" on a system will report only one
-- 
2.11.0