diff options
author | jamie <jamie@FreeBSD.org> | 2009-06-24 18:18:35 +0000 |
---|---|---|
committer | jamie <jamie@FreeBSD.org> | 2009-06-24 18:18:35 +0000 |
commit | 7c0019fd3084503b16686588e9e052c1a6b6c371 (patch) | |
tree | a9cec75f7b2e1076b5455019e71bbc78faac9225 /gnu | |
parent | bd3587c757355e28ac6abbaf11703661599270bb (diff) | |
download | FreeBSD-src-7c0019fd3084503b16686588e9e052c1a6b6c371.zip FreeBSD-src-7c0019fd3084503b16686588e9e052c1a6b6c371.tar.gz |
Add libjail, a (somewhat) simpler interface to the jail_set and jail_get
system calls and the security.jail.param sysctls.
Approved by: bz (mentor)
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index b3d4288..a963b7e 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -47,6 +47,7 @@ .ds doc-str-Lb-libfetch File Transfer Library (libfetch, \-lfetch) .ds doc-str-Lb-libgeom Userland API Library for kernel GEOM subsystem (libgeom, \-lgeom) .ds doc-str-Lb-libipx IPX Address Conversion Support Library (libipx, \-lipx) +.ds doc-str-Lb-libjail Jail Library (libjail, \-ljail) .ds doc-str-Lb-libkiconv Kernel side iconv library (libkiconv, \-lkiconv) .ds doc-str-Lb-libkse N:M Threading Library (libkse, \-lkse) .ds doc-str-Lb-libmd Message Digest (MD4, MD5, etc.) Support Library (libmd, \-lmd) |