mandoc.1: update example to reflect current options

2022-02-08 Thread Anders Damsgaard
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

Re: [PATCH v2] tee: Add -q, --quiet, --silent option to not write to stdout

2021-01-23 Thread Anders Damsgaard
(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