summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/roff.c
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2017-07-14 16:21:03 +0000
committerkrw <krw@openbsd.org>2017-07-14 16:21:03 +0000
commit6fe46e93134c57f3a8fb069673693ba2a4a9ef39 (patch)
tree4f52ce09fac96c50f9b313436ac2710dc0968fdd /usr.bin/mandoc/roff.c
parentHandle .Bl -compact via CSS rather than writing individual style (diff)
downloadwireguard-openbsd-6fe46e93134c57f3a8fb069673693ba2a4a9ef39.tar.xz
wireguard-openbsd-6fe46e93134c57f3a8fb069673693ba2a4a9ef39.zip
Replace remaining "!var" expressions with
"<var> == 0", "!(<var> & FLAG)" with "(<var> & FLAG) == 0", "!<func()>" with "<func()> == 0" and "!<define>" with "<define> == 0". And the positive cases as well. A few stray == NULL and != NULL as well.
Diffstat (limited to 'usr.bin/mandoc/roff.c')
0 files changed, 0 insertions, 0 deletions