summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/pathconf.2
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-10-21 12:27:13 +0000
committeruqs <uqs@FreeBSD.org>2010-10-21 12:27:13 +0000
commit62105f897951821d357533dd4028ade0a41d0fa0 (patch)
treed5dbe95fb135494ffb64f5572d551217039e5d76 /lib/libc/sys/pathconf.2
parent5697d0d3c3405d5be9f932e83ff517492d3251bb (diff)
downloadFreeBSD-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/pathconf.2')
-rw-r--r--lib/libc/sys/pathconf.23
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2
index 495bc65..3cfcdbc 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
OpenPOWER on IntegriCloud