summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-05-29 06:30:13 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-05-29 06:30:13 +0000
commit5c703e5967662b03604b57a00bfd638b0b1ef4b0 (patch)
tree77d1906e548c0d70ce281d034844f1ed88d1f3b9 /lib/libc
parent37699401529537d8ce93461bf849b1eb2470bd6a (diff)
Use .Er for errnos
Diffstat (limited to 'lib/libc')
-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 ed1accb0597..318eb0edec7 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: open.2,v 1.46 2014/02/13 07:30:39 guenther Exp $
+.\" $OpenBSD: open.2,v 1.47 2014/05/29 06:30:12 guenther Exp $
.\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)open.2 8.2 (Berkeley) 11/16/93
.\"
-.Dd $Mdocdate: February 13 2014 $
+.Dd $Mdocdate: May 29 2014 $
.Dt OPEN 2
.Os
.Sh NAME
@@ -453,5 +453,5 @@ flag requires that one of
or
.Dv O_WRONLY
also be specified, else
-.Dv EINVAL
+.Er EINVAL
is returned.