Module Name: src
Committed By: jruoho
Date: Thu May 6 08:58:57 UTC 2010
Modified Files:
src/lib/libc/stdio: getwc.3
Log Message:
Note POSIX compliance.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/stdio/getwc.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/stdio/getwc.3
diff -u src/lib/libc/stdio/getwc.3:1.7 src/lib/libc/stdio/getwc.3:1.8
--- src/lib/libc/stdio/getwc.3:1.7 Mon Sep 8 17:54:32 2003
+++ src/lib/libc/stdio/getwc.3 Thu May 6 08:58:57 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: getwc.3,v 1.7 2003/09/08 17:54:32 wiz Exp $
+.\" $NetBSD: getwc.3,v 1.8 2010/05/06 08:58:57 jruoho Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)getc.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd October 24, 2001
+.Dd May 6, 2010
.Dt GETWC 3
.Os
.Sh NAME
@@ -109,4 +109,6 @@
.Fn getwchar
functions
conform to
-.St -isoC-99 .
+.St -isoC-99
+and
+.St -p1003.1-2001 .