diff options
author | Mark Wielaard <mark@klomp.org> | 2022-04-21 00:56:04 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2022-04-21 01:01:32 +0200 |
commit | 64d6fa68c1af46f6408f832443ce23709a2f0a66 (patch) | |
tree | fc3fd663e8576847d853f0e1ba90b90a998f3704 /bzgrep.1 | |
parent | 28da6196a27de951d6143d4f2765d1f2976f0d39 (diff) | |
download | bzip2-64d6fa68c1af46f6408f832443ce23709a2f0a66.tar.gz bzip2-64d6fa68c1af46f6408f832443ce23709a2f0a66.tar.bz2 bzip2-64d6fa68c1af46f6408f832443ce23709a2f0a66.zip |
Mark SEE ALSO commands with .BR in bzdiff.1, bzgrep.1 and bzmore.1
This makes sure all commands show up as bold in the man pages.
Suggested-by: Helge Kreutzmann <debian@helgefjell.de>
Diffstat (limited to 'bzgrep.1')
-rw-r--r-- | bzgrep.1 | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -53,4 +53,10 @@ program to be invoked. For example: | |||
53 | Charles Levert (charles@comm.polymtl.ca). Adapted to bzip2 by Philippe | 53 | Charles Levert (charles@comm.polymtl.ca). Adapted to bzip2 by Philippe |
54 | Troin <phil@fifi.org> for Debian GNU/Linux. | 54 | Troin <phil@fifi.org> for Debian GNU/Linux. |
55 | .SH "SEE ALSO" | 55 | .SH "SEE ALSO" |
56 | grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1) | 56 | .BR grep (1), |
57 | .BR egrep (1), | ||
58 | .BR fgrep (1), | ||
59 | .BR bzdiff (1), | ||
60 | .BR bzmore (1), | ||
61 | .BR bzless (1), | ||
62 | .BR bzip2 (1) | ||