mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Use DIAGNOSTICS instead of incorrect section name
This commit is contained in:
parent
0de7cd1e64
commit
97a729ff22
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53769
@ -109,13 +109,13 @@ highest priority
|
|||||||
of 0 means "the current process".
|
of 0 means "the current process".
|
||||||
.Pp
|
.Pp
|
||||||
Only root is allowed to set realtime or idle priority for a process.
|
Only root is allowed to set realtime or idle priority for a process.
|
||||||
.Sh RETURN VALUE
|
.Sh DIAGNOSTICS
|
||||||
If
|
If
|
||||||
.Nm
|
.Nm
|
||||||
execute a command, the exit value is that of the command executed.
|
execute a command, the exit value is that of the command executed.
|
||||||
In all other cases,
|
In all other cases,
|
||||||
.Nm
|
.Nm
|
||||||
exits with 0 for success and 1 for all other errors.
|
exits 0 on success, and 1 for all other errors.
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
To see which realtime priority the current process is at:
|
To see which realtime priority the current process is at:
|
||||||
.Bd -literal -offset indent -compact
|
.Bd -literal -offset indent -compact
|
||||||
|
Loading…
Reference in New Issue
Block a user