Skip to content

man page: add line breaks in Synopsis section

Alan Coopersmith requested to merge alanc/makedepend:man into master

Changes man page display from:

SYNOPSIS
       makedepend  [ -Dname=def ] [ -Dname ] [ -Iincludedir ] [ -Yincludedir ]
       [ -a ] [ -fmakefile ] [ -include file ] [ -oobjsuffix ] [ -pobjprefix ]
       [  -sstring  ] [ -wwidth ] [ -v ] [ -m ] [ -- otheroptions -- ] source-
       file ...

to:

SYNOPSIS
       makedepend [ -Dname=def ] [ -Dname ] [ -Iincludedir ] [ -Yincludedir ]
           [ -a ] [ -fmakefile ] [ -include file ] [ -oobjsuffix ]
           [ -pobjprefix ] [ -sstring ] [ -wwidth ] [ -v ] [ -m ]
           [ -- otheroptions -- ] sourcefile ...

Merge request reports