summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRyan Moeller <freqlabs@FreeBSD.org>2020-10-24 17:08:59 +0000
committerRyan Moeller <freqlabs@FreeBSD.org>2020-10-24 17:08:59 +0000
commit73577bf01de5c4677dc54d97f93310286c254780 (patch)
tree46ca58183e710d3eaa9228aa3a9fbe463ccd99f2 /contrib
parent64e352c6dfdb60e27ffc727033d7eda2faafb78f (diff)
downloadsrc-test2-73577bf01de5c4677dc54d97f93310286c254780.tar.gz
src-test2-73577bf01de5c4677dc54d97f93310286c254780.zip
flua: Add a libjail module
libjail is pretty small, so it makes for a good proof of concept demonstrating how a system library can be wrapped to create a loadable Lua module for flua. * Introduce 3lua section for man pages * Add libjail module Reviewed by: kevans, manpages Relnotes: yes Differential Revision: https://reviews.freebsd.org/D26080
Notes
Notes: svn path=/head/; revision=367013
Diffstat (limited to 'contrib')
-rw-r--r--contrib/mandoc/msec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/mandoc/msec.in b/contrib/mandoc/msec.in
index d5b319f16a9f..fc198202fbf1 100644
--- a/contrib/mandoc/msec.in
+++ b/contrib/mandoc/msec.in
@@ -25,6 +25,7 @@
LINE("1", "FreeBSD General Commands Manual")
LINE("2", "FreeBSD System Calls Manual")
LINE("3", "FreeBSD Library Functions Manual")
+LINE("3lua", "Lua Library Functions Manual")
LINE("3p", "Perl Library Functions Manual")
LINE("4", "FreeBSD Kernel Interfaces Manual")
LINE("5", "FreeBSD File Formats Manual")