From: Uwe Hermann Date: Fri, 31 Jan 2014 13:41:07 +0000 (+0100) Subject: manpage: Break line that's too long. X-Git-Tag: sigrok-cli-0.5.0~41 X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=8791df0780654f295b0b6b532683410d38624213 manpage: Break line that's too long. Otherwise "man" will auto-break it and add a confusing dash, etc. etc. --- diff --git a/doc/sigrok-cli.1 b/doc/sigrok-cli.1 index ffbe065..d5b59ca 100644 --- a/doc/sigrok-cli.1 +++ b/doc/sigrok-cli.1 @@ -1,4 +1,4 @@ -.TH SIGROK\-CLI 1 "Feb 05, 2013" +.TH SIGROK\-CLI 1 "Jan 31, 2014" .SH "NAME" sigrok\-cli \- Command-line client for the sigrok software .SH "SYNOPSIS" @@ -223,7 +223,9 @@ of options, where each option takes the form Example: .sp $ -.B "sigrok\-cli \-i \-P uart:baudrate=115200:parity_type=odd" +.B "sigrok\-cli \-i " +.br +.B " \-P uart:baudrate=115200:parity_type=odd" .sp The list of supported options depends entirely on the protocol decoder. Every protocol decoder has different options it supports.