diff options
Diffstat (limited to 'lib/libc/stdio/perror.3')
-rw-r--r-- | lib/libc/stdio/perror.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/stdio/perror.3 b/lib/libc/stdio/perror.3 index 8bb200e42e7..c5c0d9f76a8 100644 --- a/lib/libc/stdio/perror.3 +++ b/lib/libc/stdio/perror.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: perror.3,v 1.9 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: perror.3,v 1.10 2013/07/17 05:42:11 schwarze Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt PERROR 3 .Os .Sh NAME @@ -71,3 +71,8 @@ The .Fn perror function conforms to .St -ansiC . +.Sh HISTORY +The +.Fn perror +function first appeared in +.At v4 . |