summaryrefslogtreecommitdiffstats
path: root/mandoc_headers.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-01-20 10:37:15 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-01-20 10:37:15 +0000
commitbd6f66569773d0cec18ee728ff380ff738d81246 (patch)
tree755349d1e38fe1ff5e5560241ddee1249d859f40 /mandoc_headers.3
parentc52cbdd1ba579d2163f2000582c15c6002df18e9 (diff)
downloadmandoc-bd6f66569773d0cec18ee728ff380ff738d81246.tar.gz
Make the code more readable by introducing
symbolic constants for tagging priorities. This review also made me find a minor bug: do not upgrade TAG_FALLBACK to TAG_WEAK when there is trailing whitespace.
Diffstat (limited to 'mandoc_headers.3')
-rw-r--r--mandoc_headers.36
1 files changed, 5 insertions, 1 deletions
diff --git a/mandoc_headers.3 b/mandoc_headers.3
index 2facbb69..9e2c1752 100644
--- a/mandoc_headers.3
+++ b/mandoc_headers.3
@@ -636,7 +636,11 @@ or
Requires
.In sys/types.h
for
-.Vt size_t .
+.Vt size_t
+and
+.In limits.h
+for
+.Dv INT_MAX .
.Pp
Provides an interface to generate
.Xr ctags 1