From phantom@scorpion.crimea.ua Tue Aug 17 03:43:45 1999
Return-Path: <phantom@scorpion.crimea.ua>
Received: from sonet.crimea.ua (OTC-sl3-FLY.CRIS.NET [212.110.136.71])
	by hub.freebsd.org (Postfix) with ESMTP id B9CBE14EA6
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Aug 1999 03:43:12 -0700 (PDT)
	(envelope-from phantom@scorpion.crimea.ua)
Received: (from uucp@localhost)
	by sonet.crimea.ua (8.8.8/8.8.8) with UUCP id NAA05128
	for FreeBSD-gnats-submit@freebsd.org; Tue, 17 Aug 1999 13:44:51 +0400 (MSD)
	(envelope-from phantom@scorpion.crimea.ua)
Received: (from phantom@localhost)
	by scorpion.crimea.ua (8.8.8/8.8.5+ssl+keepalive) id NAA02280;
	Tue, 17 Aug 1999 13:37:26 +0400 (MSD)
Message-Id: <199908170937.NAA02280@scorpion.crimea.ua>
Date: Tue, 17 Aug 1999 13:37:26 +0400 (MSD)
From: "Alexey M. Zelkin" <phantom@cris.net>
Sender: phantom@scorpion.crimea.ua
Reply-To: "Alexey M. Zelkin" <phantom@cris.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: aio_*(2) are not installing by make installworld
X-Send-Pr-Version: 3.2

>Number:         13197
>Category:       docs
>Synopsis:       aio_*(2) not installing by make installworld
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    mpp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 17 03:50:02 PDT 1999
>Closed-Date:    Tue Nov 9 00:46:09 PST 1999
>Last-Modified:  Tue Nov  9 00:47:47 PST 1999
>Originator:     Alexey Zelkin
>Release:        FreeBSD 4.0-CURRENT
>Organization:
Home
>Environment:

Makefile.inc:
     $Id: Makefile.inc,v 1.66 1999/07/31 22:00:09 bde Exp $

>Description:

aio_*(2) manpages were added by wes@ to source tree, but forgoten
to enable them to install.

>How-To-Repeat:
>Fix:
	
Index: Makefile.inc
===================================================================
RCS file: /usr/local/CVSROOT/src/lib/libc/sys/Makefile.inc,v
retrieving revision 1.66
diff -c -r1.66 Makefile.inc
*** Makefile.inc	1999/07/31 22:00:09	1.66
--- Makefile.inc	1999/08/17 09:34:21
***************
*** 74,79 ****
--- 74,80 ----
  
  .if ${LIB} == "c"
  MAN2+=	_exit.2 accept.2 access.2 acct.2 adjtime.2 aio_read.2 \
+ 	aio_cancel.2 aio_error.2 aio_return.2 aio_suspend.2 aio_write.2 \
  	bind.2 brk.2 chdir.2 chflags.2 \
  	chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 \
  	connect.2 dup.2 execve.2 \

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->mpp 
Responsible-Changed-By: mpp 
Responsible-Changed-When: Tue Aug 17 04:01:26 PDT 1999 
Responsible-Changed-Why:  
I'll take care of this one, since I was just about to do 
this for -stable, but didn't notice that it wasn't even 
being done in -current :-( 
State-Changed-From-To: open->closed 
State-Changed-By: phantom 
State-Changed-When: Tue Nov 9 00:46:09 PST 1999 
State-Changed-Why:  
Fixed by billf@FreeBSD.org at 1999/09/09 
>Unformatted:
