From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 13 Sep 2013 19:26:05 +0800 Message-ID: <2155416.Juq5VGKGyK@diderot> In-Reply-To: <1378847522-13776-12-git-send-email-sven@narfation.org> References: <1378847522-13776-1-git-send-email-sven@narfation.org> <1378847522-13776-12-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [B.A.T.M.A.N.] [PATCH 11/11] batctl: Don't use hyphen for parameter 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: Sven Eckelmann On Tuesday 10 September 2013 23:12:02 Sven Eckelmann wrote: > By default, "-" chars are interpreted as hyphens (U+2010) by groff, not as > minus signs (U+002D). Since options to programs use minus signs (U+002D), > this means for example in UTF-8 locales that you cannot cut and paste > options, nor search for them easily. > > Signed-off-by: Sven Eckelmann > --- > man/batctl.8 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied in revision b64f1c8. Thanks, Marek