Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2015 09:25:06 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r286185 - stable/10/lib/libc/sys
Message-ID:  <201508020925.t729P60b047682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sun Aug  2 09:25:05 2015
New Revision: 286185
URL: https://svnweb.freebsd.org/changeset/base/286185

Log:
  MFC r285251:
  
  Fix markup.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/lib/libc/sys/open.2
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/sys/open.2
==============================================================================
--- stable/10/lib/libc/sys/open.2	Sun Aug  2 09:23:24 2015	(r286184)
+++ stable/10/lib/libc/sys/open.2	Sun Aug  2 09:25:05 2015	(r286185)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508020925.t729P60b047682>