From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 24 Dec 2012 22:44:00 +0800 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201212242244.00358.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] batctl: Fix undefined macro warning in manpage 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: , To: b.a.t.m.a.n@lists.open-mesh.org 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