From owner-cvs-lib Thu Feb 9 00:01:31 1995 Return-Path: cvs-lib-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id AAA02632 for cvs-lib-outgoing; Thu, 9 Feb 1995 00:01:31 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id AAA02626; Thu, 9 Feb 1995 00:01:22 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.9/8.6.9) with SMTP id AAA13882; Thu, 9 Feb 1995 00:01:22 -0800 To: "Andrew A. Chernov, Black Mage" cc: CVS-commiters@time.cdrom.com, cvs-lib@time.cdrom.com, "Jordan K. Hubbard" Subject: Re: cvs commit: src/lib/csu/i386 dlfcn.h dlopen.3 In-reply-to: Your message of "Thu, 09 Feb 95 05:24:57 +0300." Date: Thu, 09 Feb 1995 00:01:21 -0800 Message-ID: <13870.792316881@time.cdrom.com> From: "Jordan K. Hubbard" Sender: cvs-lib-owner@freebsd.org Precedence: bulk > > Added: lib/csu/i386 dlfcn.h dlopen.3 > > Log: > > Add two parts of Mark's/Gary's dlopen() changes that I missed before. > > This manpage and include not installed, is it intentionly so? The manpage is installed by make maninstall as normal, but the dlfcn.h header file was not installed at all, thank you. Fixed. Jordan