mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
If the OID is missing, sysctl(3) returns ENOENT, not EOPNOTSUPP.
PR: docs/32793 Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
This commit is contained in:
parent
69e9495750
commit
358034bcfe
1 changed files with 2 additions and 2 deletions
|
|
@ -449,7 +449,7 @@ Return profiling information about the kernel.
|
|||
If the kernel is not compiled for profiling,
|
||||
attempts to retrieve any of the KERN_PROF values will
|
||||
fail with
|
||||
.Er EOPNOTSUPP .
|
||||
.Er ENOENT .
|
||||
The third level names for the string and integer profiling information
|
||||
is detailed below.
|
||||
The changeable column shows whether a process with appropriate
|
||||
|
|
@ -787,7 +787,7 @@ array specifies an intermediate rather than terminal name.
|
|||
The
|
||||
.Fa name
|
||||
array specifies a terminal name, but the actual name is not terminal.
|
||||
.It Bq Er EOPNOTSUPP
|
||||
.It Bq Er ENOENT
|
||||
The
|
||||
.Fa name
|
||||
array specifies a value that is unknown.
|
||||
|
|
|
|||
Loading…
Reference in a new issue