diff options
author | uqs <uqs@FreeBSD.org> | 2010-10-21 12:27:13 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-10-21 12:27:13 +0000 |
commit | 62105f897951821d357533dd4028ade0a41d0fa0 (patch) | |
tree | d5dbe95fb135494ffb64f5572d551217039e5d76 /lib/libc/sys/getpriority.2 | |
parent | 5697d0d3c3405d5be9f932e83ff517492d3251bb (diff) | |
download | FreeBSD-src-62105f897951821d357533dd4028ade0a41d0fa0.zip FreeBSD-src-62105f897951821d357533dd4028ade0a41d0fa0.tar.gz |
mdoc: make pages render with mandoc
It's a bit more pedantic regarding .Bl list elements. This has an added
benefit of unbreaking the ipfw(8) manpage, where groff was silently
skipping one list element.
Diffstat (limited to 'lib/libc/sys/getpriority.2')
-rw-r--r-- | lib/libc/sys/getpriority.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/getpriority.2 b/lib/libc/sys/getpriority.2 index 28d1f14..ae70f5f 100644 --- a/lib/libc/sys/getpriority.2 +++ b/lib/libc/sys/getpriority.2 @@ -129,10 +129,10 @@ or .Dv PRIO_USER . .El .Pp -.Bl -tag -width Er In addition to the errors indicated above, .Fn setpriority will fail if: +.Bl -tag -width Er .It Bq Er EPERM A process was located, but neither its effective nor real user ID matched the effective user ID of the caller. |