diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2002-11-24 07:27:41 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2002-11-24 07:27:41 +0000 |
commit | 2525ca2958609094c993529cab7e2d1b18d398ea (patch) | |
tree | 16ce9c69895246f6317432deec55fd6a6d3923ac /lib/libc/stdio/perror.3 | |
parent | 340596c6bdeda56634ffb651c1ede54ae600e2d5 (diff) |
"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 . |