diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-03-31 01:05:32 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-03-31 01:05:32 +0000 |
commit | 58fb8b7dc007dbb0556480e6fe27825c26dc52bd (patch) | |
tree | 5f84222f0fdfc777e2c726e085e9d5ee41b3f3fe /mdoc.h | |
parent | 31f620c338e4694ae72d96330057b88f2e65f394 (diff) | |
download | mandoc-58fb8b7dc007dbb0556480e6fe27825c26dc52bd.tar.gz |
Support the CONTEXT section for kernel manual pages found in Solaris and
OpenBSD manuals. It describes which contexts you can call functions in.
from dlg@, ok jmc@ deraadt@
Diffstat (limited to 'mdoc.h')
-rw-r--r-- | mdoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -199,6 +199,7 @@ enum mdoc_sec { SEC_LIBRARY, /* LIBRARY */ SEC_SYNOPSIS, /* SYNOPSIS */ SEC_DESCRIPTION, /* DESCRIPTION */ + SEC_CONTEXT, /* CONTEXT */ SEC_IMPLEMENTATION, /* IMPLEMENTATION NOTES */ SEC_RETURN_VALUES, /* RETURN VALUES */ SEC_ENVIRONMENT, /* ENVIRONMENT */ |