Hello,
The mandoc(1) option alias -l for -a was removed from the documentation
in revision 1.107:
https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/mandoc/mandoc.1.diff?r1=1.106&r2=1.107
The -l option still works, but this diff makes the example consistent
with the current option descriptio
(lots of Cc's removed)
* Alejandro Colomar [2021-01-22 00:12:58 +0100]:
This is useful for using tee to just write to a file,
at the end of a pipeline,
without having to redirect to /dev/null.
Example:
echo 'foo' | sudo tee -q /etc/foo;
is equivalent to the old (and ugly)
echo