diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-31 15:31:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-31 15:31:00 +0000 |
commit | 97d9e8867b464b881cf5d4f88296991990492d49 (patch) | |
tree | 8cdae68a9a911fdb7764094619a2a3425e5c06c1 /mandoc.h | |
parent | c7f610a9114ad98bda15eb653ca89a1db958ddd7 (diff) | |
download | mandoc-97d9e8867b464b881cf5d4f88296991990492d49.tar.gz |
STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@
Diffstat (limited to 'mandoc.h')
-rw-r--r-- | mandoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ enum mandocerr { MANDOCERR_STYLE, /* ===== start of style suggestions ===== */ MANDOCERR_MACRO_USELESS, /* useless macro: macro */ + MANDOCERR_BX, /* consider using OS macro: macro */ MANDOCERR_WARNING, /* ===== start of warnings ===== */ |