Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 04/12/2005 16:27:42
Module Name:	src
Committed By:	drochner
Date:		Tue Apr 12 16:27:42 UTC 2005

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

Log Message:
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.142 -r1.143 src/lib/libc/gen/Makefile.inc
cvs rdiff -r0 -r1.1 src/lib/libc/gen/cgetcap.3
cvs rdiff -r1.21 -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.