aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-10-21 12:27:13 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-10-21 12:27:13 +0000
commit2914feeb7e7bc6d1ef98809230b82c6a52364a1d (patch)
treed5dbe95fb135494ffb64f5572d551217039e5d76 /lib
parent08f2463092b7a5f64fe082921911c7dd170e1625 (diff)
downloadsrc-2914feeb7e7bc6d1ef98809230b82c6a52364a1d.tar.gz
src-2914feeb7e7bc6d1ef98809230b82c6a52364a1d.zip
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.
Notes
Notes: svn path=/head/; revision=214132
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/getpriority.22
-rw-r--r--lib/libc/sys/pathconf.23
-rw-r--r--lib/libc/sys/stat.22
3 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/getpriority.2 b/lib/libc/sys/getpriority.2
index 28d1f1490d39..ae70f5f441d5 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.
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2
index 495bc650f05b..3cfcdbc99b7e 100644
--- a/lib/libc/sys/pathconf.2
+++ b/lib/libc/sys/pathconf.2
@@ -89,7 +89,6 @@ returns information about the file the link references.
The available values are as follows:
.Pp
.Bl -tag -width 6n
-.Pp
.It Li _PC_LINK_MAX
The maximum file link count.
.It Li _PC_MAX_CANON
@@ -234,11 +233,11 @@ Too many symbolic links were encountered in translating the pathname.
An I/O error occurred while reading from or writing to the file system.
.El
.Pp
-.Bl -tag -width Er
The
.Fn fpathconf
system call
will fail if:
+.Bl -tag -width Er
.It Bq Er EBADF
The
.Fa fd
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index 85f0cf0b0c8b..ab37c0d54088 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -345,10 +345,10 @@ represented correctly in the structure pointed to by
.Fa sb .
.El
.Pp
-.Bl -tag -width Er
The
.Fn fstat
system call will fail if:
+.Bl -tag -width Er
.It Bq Er EBADF
The
.Fa fd