diff options
author | 2014-05-29 06:30:12 +0000 | |
---|---|---|
committer | 2014-05-29 06:30:12 +0000 | |
commit | 8571e04989813dbd85f0d760b23c034d02e8a81e (patch) | |
tree | 638376139b5acb7297f21070106213e3b3900e94 /lib/libc | |
parent | Grammar (diff) | |
download | wireguard-openbsd-8571e04989813dbd85f0d760b23c034d02e8a81e.tar.xz wireguard-openbsd-8571e04989813dbd85f0d760b23c034d02e8a81e.zip |
Use .Er for errnos
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/open.2 | 6 |
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. |