summaryrefslogtreecommitdiff
path: root/usr.bin
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 /usr.bin
parent64e352c6dfdb60e27ffc727033d7eda2faafb78f (diff)
downloadsrc-test-73577bf01de5c4677dc54d97f93310286c254780.tar.gz
src-test-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 'usr.bin')
-rw-r--r--usr.bin/man/man.11
-rwxr-xr-xusr.bin/man/man.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1
index 2e3629864cfc4..4305e81c11151 100644
--- a/usr.bin/man/man.1
+++ b/usr.bin/man/man.1
@@ -365,6 +365,7 @@ Local configuration files.
.Xr whatis 1 ,
.Xr intro 2 ,
.Xr intro 3 ,
+.Xr intro 3lua ,
.Xr intro 4 ,
.Xr intro 5 ,
.Xr man.conf 5 ,
diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh
index 12a370cd8efb7..f31c464fcc8fa 100755
--- a/usr.bin/man/man.sh
+++ b/usr.bin/man/man.sh
@@ -1012,7 +1012,7 @@ STTY=/bin/stty
SYSCTL=/sbin/sysctl
debug=0
-man_default_sections='1:8:2:3:n:4:5:6:7:9:l'
+man_default_sections='1:8:2:3:3lua:n:4:5:6:7:9:l'
man_default_path='/usr/share/man:/usr/share/openssl/man:/usr/local/share/man:/usr/local/man'
cattool='/usr/bin/zcat -f'