diff options
author | charnier <charnier@FreeBSD.org> | 1999-11-27 17:10:35 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1999-11-27 17:10:35 +0000 |
commit | 31935b0dd734ffab8003d3f37e328e1445a27c41 (patch) | |
tree | 6aac77c68c5eb60a7b9665ce6922a6e26d688fd5 /usr.sbin/rtprio/rtprio.1 | |
parent | f023c97f3c8cad20a4907f8b4c62cdc5e2656025 (diff) | |
download | FreeBSD-src-31935b0dd734ffab8003d3f37e328e1445a27c41.zip FreeBSD-src-31935b0dd734ffab8003d3f37e328e1445a27c41.tar.gz |
Use DIAGNOSTICS instead of incorrect section name
Diffstat (limited to 'usr.sbin/rtprio/rtprio.1')
-rw-r--r-- | usr.sbin/rtprio/rtprio.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1 index bce3f81..be6c750 100644 --- a/usr.sbin/rtprio/rtprio.1 +++ b/usr.sbin/rtprio/rtprio.1 @@ -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 |