mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
mdoc(7) police: tidy up previous delta.
This commit is contained in:
parent
89b8315762
commit
a9f5209e39
1 changed files with 6 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ section, below.
|
|||
Initial settings for
|
||||
.Xr sysctl 8 .
|
||||
.El
|
||||
.Sh EXAMPLE
|
||||
.Sh EXAMPLES
|
||||
To turn off logging of programs that exit due to fatal signals you may use
|
||||
a configuration like
|
||||
.Bd -literal -offset indent
|
||||
|
|
@ -73,8 +73,10 @@ file appeared in
|
|||
.Fx 4.0 .
|
||||
.Sh BUGS
|
||||
If loadable kernel modules are used to introduce additional kernel
|
||||
functionality and sysctls to manage that functionality, sysctl.conf may
|
||||
be processed too early in the boot process to set those sysctls.
|
||||
functionality and sysctls to manage that functionality,
|
||||
.Nm
|
||||
may be processed too early in the boot process to set those sysctls.
|
||||
For example, sysctls to manage the linux emulator cannot be set in
|
||||
sysctl.conf if the linux emulator is loaded as a module rather than
|
||||
.Nm
|
||||
if the linux emulator is loaded as a module rather than
|
||||
compiled into the kernel.
|
||||
|
|
|
|||
Loading…
Reference in a new issue