Subject: CVS commit: [netbsd-3] src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 08/26/2007 20:01:20
Module Name:	src
Committed By:	bouyer
Date:		Sun Aug 26 20:01:20 UTC 2007

Modified Files:
	src/lib/libc/gen [netbsd-3]: Makefile.inc
Added Files:
	src/lib/libc/gen [netbsd-3]: cgetcap.3
Removed Files:
	src/lib/libc/gen [netbsd-3]: getcap.3

Log Message:
Pull up following revision(s) (requested by bad in ticket #1821):
	lib/libc/gen/cgetcap.3: revisions 1.1 - 1.3
	lib/libc/gen/Makefile.inc: revision 1.143
	lib/libc/gen/getcap.3: file removal
Both libcurses and libc installed a getcap(3) manpage, and both used it
as target for a bunch of MLINKS. This had the effect that whatever came
last in install overwrote everything from the other camp.
Solve this by renaming the libc page -- this makes sense because no
function is really named "getcap" here.


To generate a diff of this commit:
cvs rdiff -r1.140 -r1.140.2.1 src/lib/libc/gen/Makefile.inc
cvs rdiff -r0 -r1.3.10.2 src/lib/libc/gen/cgetcap.3
cvs rdiff -r1.20 -r0 src/lib/libc/gen/getcap.3

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