libcasper(3): Correct some warnings found by mandoc- inserting missing end of block: Sh breaks Bl- moving content out of list: Pp- missing comma before name: Nm cap_*- comma in function argument
libcasper(3): Correct some warnings found by mandoc- inserting missing end of block: Sh breaks Bl- moving content out of list: Pp- missing comma before name: Nm cap_*- comma in function argument: cap_*- skipping paragraph macro: Pp after Sh- sections out of conventional order: Sh AUTHORSReviewed by: bcrDifferential Revision: https://reviews.freebsd.org/D31144(cherry picked from commit 3251ad29f4295ad73668a46727c5bbf7bbac0cf7)
show more ...
cap_net: CAPNET_CONNECT and CAPNET_CONNECTDNS are not mutually exclusiveFix the for the CAPNET_CONNECT and CAPNET_CONNECTDNS.Add test to ensure that this is possible.
cap_net: allow to use the service without setting the limitsAdd test to ensure that this is possible.
libcasper: Introduce cap_net a network service for Casper.Reviewed by: emaste, markj (previous version), bcr (man page)Differential Revision: https://reviews.freebsd.org/D24688