* [B.A.T.M.A.N.] batctl: Fix undefined macro warning in manpage
@ 2012-12-24 14:38 Pau Koning
2012-12-24 14:44 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Pau Koning @ 2012-12-24 14:38 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 393 bytes --]
A line beginning with ' or . in a groff file has a special meaning and
cannot be used for literal text. Instead the interpreter will try to
execute it and fail doing so. A zero-width space or reformatting the
paragraph can be used as simple workaround.
This problem was detected using: LC_ALL=en_US.UTF-8 MANROFFSEQ=''
MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z man/batctl.8
>/dev/null
[-- Attachment #2: man_warning.patch --]
[-- Type: application/octet-stream, Size: 1066 bytes --]
diff --git a/man/batctl.8 b/man/batctl.8
--- a/man/batctl.8
+++ b/man/batctl.8
@@ -96,7 +96,7 @@ replace the MAC addresses with bat\-host names in the output.
.IP "\fBgw_mode|gw\fP [\fBoff\fP|\fBclient\fP|\fBserver\fP] [\fBsel_class|bandwidth\fP]\fP"
If no parameter is given the current gateway mode is displayed otherwise the parameter is used to set the gateway mode. The
second (optional) argument specifies the selection class (if 'client' was the first argument) or the gateway bandwidth (if
-'server' was the first argument). If the node is a server this parameter is used to inform other nodes in the network about
+\&'server' was the first argument). If the node is a server this parameter is used to inform other nodes in the network about
this node's internet connection bandwidth. Just enter any number (optionally followed by "kbit" or "mbit") and the batman-adv
module will guess your appropriate gateway class. Use "/" to separate the down\(hy and upload rates. You can omit the upload
rate and the module will assume an upload of download / 5.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [B.A.T.M.A.N.] batctl: Fix undefined macro warning in manpage
2012-12-24 14:38 [B.A.T.M.A.N.] batctl: Fix undefined macro warning in manpage Pau Koning
@ 2012-12-24 14:44 ` Marek Lindner
0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2012-12-24 14:44 UTC (permalink / raw)
To: b.a.t.m.a.n; +Cc: Pau Koning
On Monday, December 24, 2012 22:38:21 Pau Koning wrote:
> A line beginning with ' or . in a groff file has a special meaning and
> cannot be used for literal text. Instead the interpreter will try to
> execute it and fail doing so. A zero-width space or reformatting the
> paragraph can be used as simple workaround.
>
> This problem was detected using: LC_ALL=en_US.UTF-8 MANROFFSEQ=''
> MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z man/batctl.8
>
> >/dev/null
Please send patches inline, so that they can be discussed and applied using
git. Generally, considering the "Submitting patches" section on this page:
http://www.open-mesh.org/projects/open-mesh/wiki/Contribute
is a good idea.
Cheers,
Marek
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-24 14:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-24 14:38 [B.A.T.M.A.N.] batctl: Fix undefined macro warning in manpage Pau Koning
2012-12-24 14:44 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox