Fix dead references (wrong section) to sysctl(8).

This commit is contained in:
Jens Schweikhardt 2022-09-16 20:00:49 +02:00
parent e6044abdbe
commit e9e615c88a
3 changed files with 5 additions and 5 deletions

View File

@ -213,11 +213,11 @@ scheduling policy.
Creation of the new thread would exceed the
.Dv RACCT_NTHR
limit, see
.Xr racct 2 .
.Xr rctl_get_racct 2 .
.It Bq Er EPROCLIM
Creation of the new thread would exceed the
.Dv kern.threads.max_threads_per_proc
.Xr sysctl 2
.Xr sysctl 8
limit.
.It Bq Er ENOMEM
There was not enough kernel memory to allocate the new thread structures.
@ -226,7 +226,7 @@ There was not enough kernel memory to allocate the new thread structures.
.Xr ps 1 ,
.Xr _umtx_op 2 ,
.Xr execve 2 ,
.Xr racct 2 ,
.Xr rctl_get_racct 2 ,
.Xr thr_exit 2 ,
.Xr thr_kill 2 ,
.Xr thr_kill2 2 ,

View File

@ -76,7 +76,7 @@ In that case
.Nm
enables sampling mode with periodic polling of hardware by driver means.
See dev.iichid.*.sampling_*
.Xr sysctl 4
.Xr sysctl 8
variables for tuning of sampling parameters.
.Sh HISTORY
The

View File

@ -117,7 +117,7 @@ For a non-mirrored configuration, the
server will issue File Layout
layouts by default.
However that default can be set to the Flexible File Layout by setting the
.Xr sysctl 1
.Xr sysctl 8
sysctl
.Dq vfs.nfsd.default_flexfile
to one.