Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 1999 13:37:26 +0400 (MSD)
From:      "Alexey M. Zelkin" <phantom@cris.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/13197: aio_*(2) are not installing by make installworld
Message-ID:  <199908170937.NAA02280@scorpion.crimea.ua>

next in thread | raw e-mail | index | archive | help

>Number:         13197
>Category:       docs
>Synopsis:       aio_*(2) not installing by make installworld
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 17 03:50:02 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908170937.NAA02280>