diff options
author | 2002-11-24 07:27:40 +0000 | |
---|---|---|
committer | 2002-11-24 07:27:40 +0000 | |
commit | cb3c7abeba3c36906bb420d543aa055f3e68f87c (patch) | |
tree | dea2a8b2386b88c74a246cd830d4147139c347e1 /lib/libc/stdio/perror.3 | |
parent | Zero out the reserved fields of struct gmonhdr rather than leaving (diff) | |
download | wireguard-openbsd-cb3c7abeba3c36906bb420d543aa055f3e68f87c.tar.xz wireguard-openbsd-cb3c7abeba3c36906bb420d543aa055f3e68f87c.zip |
"The contents is" -> "The contents are"
Diffstat (limited to 'lib/libc/stdio/perror.3')
-rw-r--r-- | lib/libc/stdio/perror.3 | 4 |
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 . |