From owner-svn-src-head@freebsd.org Tue Jul 7 19:24:00 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B62F9953C0; Tue, 7 Jul 2015 19:24:00 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B0F81D80; Tue, 7 Jul 2015 19:24:00 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67JO0jh065788; Tue, 7 Jul 2015 19:24:00 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67JO0DZ065787; Tue, 7 Jul 2015 19:24:00 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201507071924.t67JO0DZ065787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Tue, 7 Jul 2015 19:24:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285251 - head/lib/libc/sys X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2015 19:24:00 -0000 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