All of lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 1/2] batctl: Fix minor typos in manpage
@ 2016-09-01 16:01 Sven Eckelmann
  2016-09-01 16:01 ` [B.A.T.M.A.N.] [PATCH 2/2] batctl: Fix unknown macro .Pp " Sven Eckelmann
  2016-10-18 12:28 ` [B.A.T.M.A.N.] [1/2] batctl: Fix minor typos " Sven Eckelmann
  0 siblings, 2 replies; 4+ messages in thread
From: Sven Eckelmann @ 2016-09-01 16:01 UTC (permalink / raw)
  To: b.a.t.m.a.n

 * s/criterias/criteria/
 * s/succesful/successful/

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 man/batctl.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/batctl.8 b/man/batctl.8
index 8bac727..17549c0 100644
--- a/man/batctl.8
+++ b/man/batctl.8
@@ -129,7 +129,7 @@ examples:  5000 \->  5.0/1.0 MBit
  5mbit/1mbit
 .RE
 .RS 7
-If the node is a gateway client the parameter will decide which criterias to consider when the batman-adv module has to choose
+If the node is a gateway client the parameter will decide which criteria to consider when the batman-adv module has to choose
 between different internet connections announced by the aforementioned servers.
 .RE
 .RS 17
@@ -337,7 +337,7 @@ protocol used to transfer the data is somehow similar to TCP, but simpler: some
 TCP features are still missing, thus protocol performances could be worst. Since
 a fixed amount of data is transferred the experiment duration depends on the
 network conditions. The experiment can be interrupted with CTRL + C. At the end
-of a succesful experiment the throughput in KBytes per second is returned,
+of a successful experiment the throughput in KBytes per second is returned,
 togheter with the experiment duration in millisecond and the amount of bytes
 transferred. If too many packets are lost or the specified MAC address is not
 reachable, a message notifing the error is returned instead of the result.
-- 
2.9.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [B.A.T.M.A.N.] [PATCH 2/2] batctl: Fix unknown macro .Pp in manpage
  2016-09-01 16:01 [B.A.T.M.A.N.] [PATCH 1/2] batctl: Fix minor typos in manpage Sven Eckelmann
@ 2016-09-01 16:01 ` Sven Eckelmann
  2016-10-18 12:29   ` [B.A.T.M.A.N.] [2/2] " Sven Eckelmann
  2016-10-18 12:28 ` [B.A.T.M.A.N.] [1/2] batctl: Fix minor typos " Sven Eckelmann
  1 sibling, 1 reply; 4+ messages in thread
From: Sven Eckelmann @ 2016-09-01 16:01 UTC (permalink / raw)
  To: b.a.t.m.a.n

The macro .PP was accidentally modified into .Pp when the throughput meter
support was introduced. Revert this part of the change to stop complaints
by man.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 man/batctl.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/batctl.8 b/man/batctl.8
index 17549c0..d5a5ce0 100644
--- a/man/batctl.8
+++ b/man/batctl.8
@@ -40,7 +40,7 @@ behaviour or using the B.A.T.M.A.N. advanced protocol. For similar reasons, \fBt
 performances, is also included.
 
 .PP
-.Pp
+.PP
 .SH OPTIONS
 .TP
 .I \fBoptions:
-- 
2.9.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [B.A.T.M.A.N.] [1/2] batctl: Fix minor typos in manpage
  2016-09-01 16:01 [B.A.T.M.A.N.] [PATCH 1/2] batctl: Fix minor typos in manpage Sven Eckelmann
  2016-09-01 16:01 ` [B.A.T.M.A.N.] [PATCH 2/2] batctl: Fix unknown macro .Pp " Sven Eckelmann
@ 2016-10-18 12:28 ` Sven Eckelmann
  1 sibling, 0 replies; 4+ messages in thread
From: Sven Eckelmann @ 2016-10-18 12:28 UTC (permalink / raw)
  To: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 430 bytes --]

On Donnerstag, 1. September 2016 18:01:33 CEST Sven Eckelmann wrote:
> * s/criterias/criteria/
>  * s/succesful/successful/
> 
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
>  man/batctl.8 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied in fa109883ce8ad68ec6568d187cd53afca48f717c [1].

Kind regards,
	Sven

[1] https://git.open-mesh.org/batctl.git/commit/fa109883ce8ad68ec6568d187cd53afca48f717c

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [B.A.T.M.A.N.] [2/2] batctl: Fix unknown macro .Pp in manpage
  2016-09-01 16:01 ` [B.A.T.M.A.N.] [PATCH 2/2] batctl: Fix unknown macro .Pp " Sven Eckelmann
@ 2016-10-18 12:29   ` Sven Eckelmann
  0 siblings, 0 replies; 4+ messages in thread
From: Sven Eckelmann @ 2016-10-18 12:29 UTC (permalink / raw)
  To: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 534 bytes --]

On Donnerstag, 1. September 2016 18:01:34 CEST Sven Eckelmann wrote:
> The macro .PP was accidentally modified into .Pp when the throughput meter
> support was introduced. Revert this part of the change to stop complaints
> by man.
> 
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
>  man/batctl.8 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied in 6fdeebafca44e2eb960b2fd4f47e1f72f95a62c6 [1].

Kind regards,
	Sven

[1] https://git.open-mesh.org/batctl.git/commit/6fdeebafca44e2eb960b2fd4f47e1f72f95a62c6

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-10-18 12:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-01 16:01 [B.A.T.M.A.N.] [PATCH 1/2] batctl: Fix minor typos in manpage Sven Eckelmann
2016-09-01 16:01 ` [B.A.T.M.A.N.] [PATCH 2/2] batctl: Fix unknown macro .Pp " Sven Eckelmann
2016-10-18 12:29   ` [B.A.T.M.A.N.] [2/2] " Sven Eckelmann
2016-10-18 12:28 ` [B.A.T.M.A.N.] [1/2] batctl: Fix minor typos " Sven Eckelmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.