diff options
Diffstat (limited to 'lib/libc/stdio/stdio.3')
-rw-r--r-- | lib/libc/stdio/stdio.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 68865add010..8b92f5bda89 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdio.3,v 1.14 2002/07/24 22:59:03 deraadt Exp $ +.\" $OpenBSD: stdio.3,v 1.15 2003/06/01 18:56:04 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -285,14 +285,14 @@ vsscanf input format conversion .Xr open 2 , .Xr read 2 , .Xr write 2 +.Sh STANDARDS +The +.Nm stdio +library conforms to +.St -ansiC . .Sh BUGS The standard buffered functions do not interact well with certain other library and system functions, especially .Xr vfork and .Xr abort . -.Sh STANDARDS -The -.Nm stdio -library conforms to -.St -ansiC . |