git: 6f52f8504814 - main - Refer to a related manpage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Feb 2023 15:29:14 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=6f52f8504814a755bad5b543ed668cbcf40bf336
commit 6f52f8504814a755bad5b543ed668cbcf40bf336
Author: Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2023-02-03 16:09:39 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-04 15:22:28 +0000
Refer to a related manpage
Add reference to the lua jail man page.
Reviewed by: imp, Mina Galic
Pull Request: https://github.com/freebsd/freebsd-src/pull/642
---
lib/libjail/jail.3 | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/libjail/jail.3 b/lib/libjail/jail.3
index 3e099314ff30..761633e246d8 100644
--- a/lib/libjail/jail.3
+++ b/lib/libjail/jail.3
@@ -272,6 +272,7 @@ A parameter is of an unknown type.
.El
.Sh SEE ALSO
.Xr jail 2 ,
+.Xr jail 3lua ,
.Xr sysctl 3 ,
.Xr jail 8
.Sh HISTORY