diff options
author | 2003-06-01 18:56:04 +0000 | |
---|---|---|
committer | 2003-06-01 18:56:04 +0000 | |
commit | 244c8edd80d3be9fd659ff97f35eb4a52426526c (patch) | |
tree | b7fe0dc97a7970a8373f496e3ddce729f10eaa2a /lib/libc/stdio/stdio.3 | |
parent | initialize minaddr before calling uvm_km_suballoc. (diff) | |
download | wireguard-openbsd-244c8edd80d3be9fd659ff97f35eb4a52426526c.tar.xz wireguard-openbsd-244c8edd80d3be9fd659ff97f35eb4a52426526c.zip |
- section reorder
- kill unnecessary .Ns macros
- add some man page section numbers to .Xr's
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 . |