Use DIAGNOSTICS instead of incorrect section name

This commit is contained in:
Philippe Charnier 1999-11-27 17:10:35 +00:00
parent 0de7cd1e64
commit 97a729ff22
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53769

View File

@ -109,13 +109,13 @@ highest priority
of 0 means "the current process".
.Pp
Only root is allowed to set realtime or idle priority for a process.
.Sh RETURN VALUE
.Sh DIAGNOSTICS
If
.Nm
execute a command, the exit value is that of the command executed.
In all other cases,
.Nm
exits with 0 for success and 1 for all other errors.
exits 0 on success, and 1 for all other errors.
.Sh EXAMPLES
To see which realtime priority the current process is at:
.Bd -literal -offset indent -compact