Module Name:    src
Committed By:   dholland
Date:           Sat May  9 19:01:53 UTC 2015

Modified Files:
        src/lib/libc/string: strerror.3

Log Message:
Update HISTORY from OpenBSD: strerror from 4.3 Reno, perror from v4.
(this page was claiming both were from 4.4, which is clearly rubbish)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/string/strerror.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/string/strerror.3
diff -u src/lib/libc/string/strerror.3:1.17 src/lib/libc/string/strerror.3:1.18
--- src/lib/libc/string/strerror.3:1.17	Mon Oct 25 07:37:11 2010
+++ src/lib/libc/string/strerror.3	Sat May  9 19:01:53 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: strerror.3,v 1.17 2010/10/25 07:37:11 wiz Exp $
+.\" $NetBSD: strerror.3,v 1.18 2015/05/09 19:01:53 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)strerror.3	8.1 (Berkeley) 6/9/93
-.Dd October 24, 2010
+.Dd May 9, 2015
 .Dt STRERROR 3
 .Os
 .Sh NAME
@@ -171,11 +171,13 @@ function conforms to
 .St -p1003.1-2001 .
 .Sh HISTORY
 The
-.Fn strerror
-and
 .Fn perror
-functions first appeared in
-.Bx 4.4 .
+function first appeared in
+.At v4 .
+The
+.Fn strerror
+function first appeared in
+.Bx 4.3 Reno .
 The
 .Fn strerror_r
 function first appeared in

Reply via email to