From patchwork Sat Jan 5 04:35:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 2666 Return-Path: Received: from nm2-vm0.bullet.mail.ird.yahoo.com (nm2-vm0.bullet.mail.ird.yahoo.com [77.238.189.199]) by open-mesh.org (Postfix) with ESMTPS id CE281601AA4 for ; Sat, 5 Jan 2013 05:35:48 +0100 (CET) Received: from [77.238.189.232] by nm2.bullet.mail.ird.yahoo.com with NNFMP; 05 Jan 2013 04:35:48 -0000 Received: from [217.146.189.104] by tm13.bullet.mail.ird.yahoo.com with NNFMP; 05 Jan 2013 04:35:48 -0000 Received: from [127.0.0.1] by smtp120.mail.ird.yahoo.com with NNFMP; 05 Jan 2013 04:35:48 -0000 X-Yahoo-Newman-Id: 240826.75705.bm@smtp120.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: hS7rwTYVM1knUVYNFceCmNE37eehfljbpDvqrVqhnGGZx4U zGg9jEt55JmhuighC3i1H5NhKyqUASsIqaGwWwg4pFVXVQXyYy6T74NjKQ_c _MGfpSCZR8TUkhn.RvAONe09_0vBOebvxlgT3DAylPdqoAtvKpvpNI4.tDYr 1lJ1qsBEJ.f72.WEAGwubqsiPx.aYCgA1U9UIAsaRx4_tfjEf1_THV0XWkqZ LK5TxmFh6lPaWWpR56uAgM1cKXcItG4BBLPYlXMNDFiJMCczyo52QtIIloGW cmBf4pV1cJUud_PpnSKVWaBlPDgzVFRN2L_Wp0m.AedbTnvNsKV9QLV7zmDw hbHjbGMgVCTUvYCHZ6Vrl.TxxxDKd85ze0NzWjCcI_F0YDcE7beMzK38msXq GwFsnZwA34B8_VuynJ9.BdwlKIqF9VJp.pFo_QZ5TM0XB9Q-- X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- Received: from localhost (lindner_marek@58.10.12.54 with plain) by smtp120.mail.ird.yahoo.com with SMTP; 04 Jan 2013 20:35:48 -0800 PST From: Marek Lindner To: b.a.t.m.a.n@lists.open-mesh.org Date: Sat, 5 Jan 2013 12:35:39 +0800 Message-Id: <1357360539-4096-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.10.4 Cc: Marek Lindner , Pau Koning Subject: [B.A.T.M.A.N.] [PATCH] batctl: man page - fix undefined macro warning X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2013 04:35:49 -0000 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 Signed-off-by: Pau Koning Signed-off-by: Marek Lindner --- man/batctl.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/batctl.8 b/man/batctl.8 index 62e9de2..618fc8d 100644 --- a/man/batctl.8 +++ b/man/batctl.8 @@ -101,7 +101,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.