diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-05 10:44:51 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-05 10:44:51 -0800 |
commit | a17093a3f99f21bb999f3e0f9a45340eeed98da8 (patch) | |
tree | d6ec5d620ef54819eae68abb34aa1ade48637bf7 | |
parent | d62a9e49c6b83f05c5692bbe4b80c485d08ecfd3 (diff) |
man page: add line breaks in Synopsis section
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | makedepend.man | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/makedepend.man b/makedepend.man index 9ed961a..c56df2b 100644 --- a/makedepend.man +++ b/makedepend.man @@ -37,7 +37,9 @@ makedepend \- create dependencies in makefiles .BI \-I includedir ] [ .BI \-Y includedir -] [ +] +.br + [ .B \-a ] [ .BI \-f makefile @@ -45,7 +47,9 @@ makedepend \- create dependencies in makefiles .BI \-include \ file ] [ .BI \-o objsuffix -] [ +] +.br + [ .BI \-p objprefix ] [ .BI \-s string @@ -55,14 +59,15 @@ makedepend \- create dependencies in makefiles .B \-v ] [ .B \-m -] [ +] +.br + [ \-\^\- .I otheroptions \-\^\- ] .I sourcefile \&.\|.\|. -.br .SH DESCRIPTION The .B makedepend |