Skip to content

Commit

Permalink
jail(8): Fix mandoc warnings
Browse files Browse the repository at this point in the history
Reviewed by:		gbe
Differential Revision:	https://reviews.freebsd.org/D41680
MFC after:		1 week
  • Loading branch information
lemul committed Sep 1, 2023
1 parent 1d41989 commit edd28b8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions usr.sbin/jail/jail.8
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,9 @@ If the
MIB entry is zero, this will be restricted to the root user.
.It Va allow.socket_af
Sockets within a jail are normally restricted to IPv4, IPv6, local
(UNIX), and route. This allows access to other protocol stacks that
have not had jail functionality added to them.
(UNIX), and route.
This allows access to other protocol stacks that have not had jail
functionality added to them.
.It Va allow.mlock
Locking or unlocking physical pages in memory are normally not available
within a jail.
Expand Down Expand Up @@ -671,7 +672,7 @@ and only when
.Va enforce_statfs
is set to a value lower than 2.
.It Va allow.mount.fusefs
privileged users inside the jail will be able to mount and unmount
privileged users inside the jail will be able to mount and unmount
fuse-based file systems.
This permission is effective only together with
.Va allow.mount
Expand Down Expand Up @@ -764,7 +765,7 @@ the jail cannot perform any sysvmsg-related system calls.
.It Va sysvsem, sysvshm
Allow access to SYSV IPC semaphore and shared memory primitives, in the
same manner as
.Va sysvmsg.
.Va sysvmsg .
.El
.Pp
There are pseudo-parameters that are not passed to the kernel, but are
Expand Down

0 comments on commit edd28b8

Please sign in to comment.