]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Adjust formatting of grep and zgrep manual pages.
authorMateusz Piotrowski <0mp@FreeBSD.org>
Mon, 20 Aug 2018 22:23:59 +0000 (22:23 +0000)
committerMateusz Piotrowski <0mp@FreeBSD.org>
Mon, 20 Aug 2018 22:23:59 +0000 (22:23 +0000)
commit6ddfef55bdb05252f4b9f98a337a8e5ea897ee73
tree627fad8c6d871980b798d0a0410b6f2f5beea962
parent2f4146c5d4705f7cc35c739d54390bcb2338abbb
Adjust formatting of grep and zgrep manual pages.

grep(1) changes:
 - Pet mandoc & igor.
 - Stylize the text more with macros when appropriate.
 - Stylize equal signs in long options (e.g., "--color=auto") with
   the "Cm" macro as suggested by mdoc(7).
 - Add missing arguments to --exlude, --exclude-dir, --include and
   --include-dir.
 - Remove a duplicate entry for the --context flag.
 - Use a list in the EXAMPLES sections to make it easier to tell
   which paragraphs belong to which example.
 - Cross reference zgrep(1).

zgrep(1) changes:
 - Fix Nd.
 - Split synopsis into paragraphs for readability.
 - Cross reference bzip(1), grep(1) and xz(1).

Reviewed by: bcr
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D16779
usr.bin/grep/grep.1
usr.bin/grep/zgrep.1