Module Name: src Committed By: sevan Date: Sat May 5 13:49:24 UTC 2018
Modified Files: src/share/man/man3lua: intro.3lua Log Message: Add bozohttpd(3lua) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man3lua/intro.3lua Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man3lua/intro.3lua diff -u src/share/man/man3lua/intro.3lua:1.8 src/share/man/man3lua/intro.3lua:1.9 --- src/share/man/man3lua/intro.3lua:1.8 Mon Apr 30 01:10:13 2018 +++ src/share/man/man3lua/intro.3lua Sat May 5 13:49:24 2018 @@ -1,4 +1,4 @@ -.\" $NetBSD: intro.3lua,v 1.8 2018/04/30 01:10:13 sevan Exp $ +.\" $NetBSD: intro.3lua,v 1.9 2018/05/05 13:49:24 sevan Exp $ .\" .\" Copyright (c) 2013, 2016 Marc Balmer <mbal...@netbsd.org>. .\" All rights reserved. @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd April 30, 2018 +.Dd May 5, 2018 .Dt INTRO 3lua .Os .Sh NAME @@ -43,6 +43,10 @@ The Lua modules provided by are: .Pp .Bl -tag -width syslog -compact +.It Em bozohttpd +Access +.Xr libbozohttpd 3 +functionality. .It Em gpio Access .Xr gpio 4 @@ -63,6 +67,7 @@ functionality. .Sh SEE ALSO .Xr lua 1 , .Xr luac 1 , +.Xr bozohttpd 3lua , .Xr gpio 3lua , .Xr netpgp 3lua , .Xr sqlite 3lua ,