diff --git a/find/find.1 b/find/find.1 index b43874c5..5d006530 100644 --- a/find/find.1 +++ b/find/find.1 @@ -4,8 +4,15 @@ find \- search for files in a directory hierarchy .SH SYNOPSIS .B find -[\-H] [\-L] [\-P] [\-D debugopts] [\-O\fIlevel\fP] [starting-point...\&] \ -[expression] +.RB [ \-H ] +.RB [ \-L ] +.RB [ \-P ] +.RB [ \-D +.IR debugopts ] +.RB [ \-O\c +.IR level ] +.RI [ starting-point ...]\& +.RI [ expression ] . .SH DESCRIPTION This manual page diff --git a/locate/locate.1 b/locate/locate.1 index a240237e..d969b42e 100644 --- a/locate/locate.1 +++ b/locate/locate.1 @@ -1,28 +1,74 @@ .TH LOCATE 1 2020-12-27 findutils \" -*- nroff -*- +.\" As a GNU troff extension, \% at the beginning of a word suppresses +.\" its hyphenation. +.ie \n(.g \{\ +. ds % \% +.\} +.el \{\ +. ds % \" empty +.\} .SH NAME locate \- list files in databases that match a pattern . .SH SYNOPSIS .B locate -[\-d path | \-\-database=path] -[\-e | \-E | \-\-[non\-]existing] -[\-i | \-\-ignore-case] -[\-0 | \-\-null] -[\-c | \-\-count] -[\-w | \-\-wholename] -[\-b | \-\-basename] -[\-l N | \-\-limit=N] -[\-S | \-\-statistics] -[\-r | \-\-regex ] -[\-\-regextype R] -[\-\-max-database-age D] -[\-P | \-H | \-\-nofollow] -[\-L | \-\-follow] -[\-\-version] -[\-A | \-\-all] -[\-p | \-\-print] -[\-\-help] -pattern... +.RB [ \-d +.I path +| +.BI \*%\-\-database= path\c +] +.RB [ \-e +| +.B \-E +| +.BR \*%\-\- [ non\- ] existing ] +.RB [ \-i +| +.BR \*%\-\-ignore\-case ] +.RB [ \-0 +| +.BR \-\-null ] +.RB [ \-c +| +.BR \*%\-\-count ] +.RB [ \-w +| +.BR \*%\-\-wholename ] +.RB [ \-b +| +.BR \*%\-\-basename ] +.RB [ \-l +.I N +| +.BI \*%\-\-limit= N\c +] +.RB [ \-S +| +.BR \*%\-\-statistics ] +.RB [ \-r +| +.BR \*%\-\-regex ] +.RB \*%[ \-\-regextype +.IR R ] +.RB \*%[ \-\-max\-database\-age +.IR D ] +.RB [ \-P +| +.B \-H +| +.BR \*%\-\-nofollow ] +.RB [ \-L +| +.BR \*%\-\-follow ] +.RB \*%[ \-\-version ] +.RB [ \-A +| +.BR \-\-all ] +.RB [ \-p +| +.BR \*%\-\-print ] +.RB \*%[ \-\-help ] +.IR pattern ... . .SH DESCRIPTION This manual page diff --git a/locate/updatedb.1 b/locate/updatedb.1 index 2ee09e9f..e1cea926 100644 --- a/locate/updatedb.1 +++ b/locate/updatedb.1 @@ -2,7 +2,8 @@ .SH NAME updatedb \- update a file name database .SH SYNOPSIS -.B updatedb [\fIoptions\fP] +.B updatedb +.RI [ options ] . .SH DESCRIPTION This manual page diff --git a/xargs/xargs.1 b/xargs/xargs.1 index e5b32886..b73589d6 100644 --- a/xargs/xargs.1 +++ b/xargs/xargs.1 @@ -3,10 +3,9 @@ xargs \- build and execute command lines from standard input .SH SYNOPSIS .B xargs -.nh -[\fIoptions\fR] -[\fIcommand\fR [\fIinitial-arguments\fR]] -.hy +.RI [ options ] +.RI [ command ] +.RI [ initial-arguments ] . .SH DESCRIPTION This manual page