diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-03-26 05:07:39 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-03-26 05:07:39 +0000 |
commit | e5b18d68d720b5e8167a56973fde63224f035621 (patch) | |
tree | f06ca8d3489946a359520b6f54173e7ad3af554d /lib/libc/string | |
parent | 7868b1a62ad39844501284ed8f35d2841048afb8 (diff) |
Bump standards years, as we conform to the new versions too
ok jmc@
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strerror.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index f3f80432c3d..bab48af308f 100644 --- a/lib/libc/string/strerror.3 +++ b/lib/libc/string/strerror.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strerror.3,v 1.10 2011/07/25 00:38:53 schwarze Exp $ +.\" $OpenBSD: strerror.3,v 1.11 2012/03/26 05:07:38 guenther Exp $ .\" -.Dd $Mdocdate: July 25 2011 $ +.Dd $Mdocdate: March 26 2012 $ .Dt STRERROR 3 .Os .Sh NAME @@ -106,11 +106,11 @@ The message will be truncated to fit. The .Fn strerror function conforms to -.St -ansiC . +.St -ansiC-99 . The .Fn strerror_r function conforms to -.St -p1003.1 . +.St -p1003.1-2008 . .Sh HISTORY The .Fn strerror |