summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-08-02 09:25:05 +0000
committertrasz <trasz@FreeBSD.org>2015-08-02 09:25:05 +0000
commitd221c70b1c388609eedfea668e00287e4505f130 (patch)
treee6a9bd8b8e1d2fb11fd75496c8fb2e9035b9cf28 /lib
parentac03bb573c4c0636399d4f7966b142676e2761a5 (diff)
downloadFreeBSD-src-d221c70b1c388609eedfea668e00287e4505f130.zip
FreeBSD-src-d221c70b1c388609eedfea668e00287e4505f130.tar.gz
MFC r285251:
Fix markup. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/open.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index acd376c..a546666 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -427,7 +427,7 @@ of
.Dv O_RDWR
and
.Dv O_EXEC .
-.It Bq Eq EBADF
+.It Bq Er EBADF
The
.Fa path
argument does not specify an absolute path and the
@@ -436,7 +436,7 @@ argument is
neither
.Dv AT_FDCWD
nor a valid file descriptor open for searching.
-.It Bq Eq ENOTDIR
+.It Bq Er ENOTDIR
The
.Fa path
argument is not an absolute path and
@@ -444,7 +444,7 @@ argument is not an absolute path and
is neither
.Dv AT_FDCWD
nor a file descriptor associated with a directory.
-.It Bq Eq ENOTDIR
+.It Bq Er ENOTDIR
.Dv O_DIRECTORY
is specified and the file is not a directory.
.El
OpenPOWER on IntegriCloud