Re: verifying syntax for optional and replaceable content in man pages

2018-05-30 Thread Robert P. J. Day
On Wed, 30 May 2018, Stefan Beller wrote: > On Wed, May 30, 2018 at 4:39 AM, Robert P. J. Day > wrote: > > > > willing to submit some patches to standardize the syntax of man > > pages in terms of rendering "optional" and/or "replaceable" > > content, and it seems like "man git-config" would b

Re: verifying syntax for optional and replaceable content in man pages

2018-05-30 Thread Stefan Beller
On Wed, May 30, 2018 at 4:39 AM, Robert P. J. Day wrote: > > willing to submit some patches to standardize the syntax of man > pages in terms of rendering "optional" and/or "replaceable" content, > and it seems like "man git-config" would be a good place to start: > > SYNOPSIS >git confi

verifying syntax for optional and replaceable content in man pages

2018-05-30 Thread Robert P. J. Day
willing to submit some patches to standardize the syntax of man pages in terms of rendering "optional" and/or "replaceable" content, and it seems like "man git-config" would be a good place to start: SYNOPSIS git config [] [type] [--show-origin] [-z|--null] name [value [value_regex]]