mm.1: fixed manpage reference formatting

This commit is contained in:
Emma Tebibyte 2024-06-03 23:45:26 -06:00
parent e7ba74013b
commit beff2d98c6
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -46,7 +46,9 @@ writing to that particular output, and if there are more outputs specified,
continues, eventually exiting unsuccessfully.
When an error is encountered, diagnostic message is printed and the program
exits with the appropriate sysexits.h(3) status.
exits with the appropriate
.BR sysexits.h (3)
status.
.\"
.SH CAVEATS
@ -54,9 +56,13 @@ Existing files are not truncated on ouput and are instead overwritten.
.\"
.SH RATIONALE
The cat(1p) and tee(1p) programs specified in POSIX together provide similar
functionality. The separation of the two sets of functionality into separate
APIs seemed unncessary.
The
.BR cat (1p)
and
.BR tee (1p)
programs specified in POSIX together provide similar functionality. The
separation of the two sets of functionality into separate APIs seemed
unncessary.
.\"
.SH COPYRIGHT