diff options
author | 2017-07-14 16:21:03 +0000 | |
---|---|---|
committer | 2017-07-14 16:21:03 +0000 | |
commit | 6fe46e93134c57f3a8fb069673693ba2a4a9ef39 (patch) | |
tree | 4f52ce09fac96c50f9b313436ac2710dc0968fdd /usr.bin/mandoc/roff.c | |
parent | Handle .Bl -compact via CSS rather than writing individual style (diff) | |
download | wireguard-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