summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorcloder <cloder@openbsd.org>2002-11-24 07:27:40 +0000
committercloder <cloder@openbsd.org>2002-11-24 07:27:40 +0000
commitcb3c7abeba3c36906bb420d543aa055f3e68f87c (patch)
treedea2a8b2386b88c74a246cd830d4147139c347e1 /lib/libc
parentZero out the reserved fields of struct gmonhdr rather than leaving (diff)
downloadwireguard-openbsd-cb3c7abeba3c36906bb420d543aa055f3e68f87c.tar.xz
wireguard-openbsd-cb3c7abeba3c36906bb420d543aa055f3e68f87c.zip
"The contents is" -> "The contents are"
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/perror.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/perror.3 b/lib/libc/stdio/perror.3
index acdc51c6ffe..4f233ad566a 100644
--- a/lib/libc/stdio/perror.3
+++ b/lib/libc/stdio/perror.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: perror.3,v 1.4 2000/04/20 01:39:32 aaron Exp $
+.\" $OpenBSD: perror.3,v 1.5 2002/11/24 07:27:40 cloder Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
.\" All rights reserved.
@@ -63,7 +63,7 @@ is
.Dv NULL
only the error message string is printed.
.Pp
-The contents of the error message string is the same as those returned by
+The contents of the error message string are the same as those returned by
.Fn strerror
with argument
.Fa errno .