Subject: CVS commit: src/lib/libc/stdio
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 01/28/2003 22:26:05
Module Name:	src
Committed By:	kleink
Date:		Tue Jan 28 20:26:04 UTC 2003

Modified Files:
	src/lib/libc/stdio: Makefile.inc getc.3 stdio.3
Added Files:
	src/lib/libc/stdio: flockfile.3

Log Message:
Add a manual page for flockfile(3) etc.; while here, also add *_unlocked()
to stdio(3) overview documentation.  Fixes PR lib/20096 from Jason Thorpe.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/lib/libc/stdio/Makefile.inc
cvs rdiff -r0 -r1.1 src/lib/libc/stdio/flockfile.3
cvs rdiff -r1.9 -r1.10 src/lib/libc/stdio/getc.3
cvs rdiff -r1.16 -r1.17 src/lib/libc/stdio/stdio.3

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