* find/find.1: * locate/locate.1: Use unbreakable spaces between options and their arguments, potentially improving legibility.
The existing synopses are short enough that they don't break in such a way as to promote confusion even on old-fashioned AT&T troffs that use a line length of 65n in nroff mode (vs. groff man(7)'s historical 78n and present-day 80n). Thus this change merely makes the synopses robust to future changes. --- find/find.1 | 2 +- locate/locate.1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/find/find.1 b/find/find.1 index 86122e87..0fdc4942 100644 --- a/find/find.1 +++ b/find/find.1 @@ -10,7 +10,7 @@ .SH SYNOPSIS .RB [ \-H ] .RB [ \-L ] .RB [ \-P ] -.RB [ \-D +.RB [ \-D\ \c .IR debugopts ] .RB [ \-O\c .IR level ] diff --git a/locate/locate.1 b/locate/locate.1 index d00fef89..687b1e91 100644 --- a/locate/locate.1 +++ b/locate/locate.1 @@ -7,7 +7,7 @@ .SH SYNOPSIS .nr sA \n(.j \" Save the adjustment mode. .na .B locate -.RB [ \-d +.RB [ \-d\ \c .I path | .BI \%\-\-database= path\c @@ -32,7 +32,7 @@ .SH SYNOPSIS .RB [ \-b | .BR \%\-\-basename ] -.RB [ \-l +.RB [ \-l\ \c .I N | .BI \%\-\-limit= N\c @@ -43,9 +43,9 @@ .SH SYNOPSIS .RB [ \-r | .BR \%\-\-regex ] -.RB \%[ \-\-regextype +.RB \%[ \-\-regextype\ \c .IR R ] -.RB \%[ \-\-max\-database\-age +.RB \%[ \-\-max\-database\-age\ \c .IR D ] .RB [ \-P | -- 2.30.2
signature.asc
Description: PGP signature
