diff --git a/share/man/man5/sysctl.conf.5 b/share/man/man5/sysctl.conf.5 index 8cb3ec21c93..d302d6b476f 100644 --- a/share/man/man5/sysctl.conf.5 +++ b/share/man/man5/sysctl.conf.5 @@ -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.