svn commit: r285251 - head/lib/libc/sys

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Jul 7 19:24:00 UTC 2015


Author: trasz
Date: Tue Jul  7 19:23:59 2015
New Revision: 285251
URL: https://svnweb.freebsd.org/changeset/base/285251

Log:
  Fix markup.
  
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libc/sys/open.2

Modified: head/lib/libc/sys/open.2
==============================================================================
--- head/lib/libc/sys/open.2	Tue Jul  7 19:01:54 2015	(r285250)
+++ head/lib/libc/sys/open.2	Tue Jul  7 19:23:59 2015	(r285251)
@@ -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


More information about the svn-src-all mailing list