Date: Sun, 22 Aug 1999 11:29:47 +0200 (CEST) From: blank@uni-trier.de To: FreeBSD-gnats-submit@freebsd.org Subject: misc/13317: make world does not install kld*(2) man pages Message-ID: <199908220929.LAA01665@uni-trier.de>
next in thread | raw e-mail | index | archive | help
>Number: 13317 >Category: misc >Synopsis: make world does not install kld*(2) man pages >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 22 02:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sascha Blank >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: A FreeBSD 3.2-STABLE (i386) system last CVSupped on Sunday, August 22th 1999. blank in /usr/src/lib/libc/sys> ident Makefile.inc Makefile.inc: $Id: Makefile.inc,v 1.57.2.4 1999/07/30 11:33:40 mpp Exp $ >Description: The above mentioned makefile does not install the man pages for the kld*(2) system calls though these pages are present in that directory. >How-To-Repeat: nothing to be done. >Fix: *** Makefile.inc.orig Sun Aug 22 11:21:12 1999 --- Makefile.inc Sun Aug 22 11:23:24 1999 *************** *** 82,88 **** getpeername.2 getpgrp.2 getpid.2 getpriority.2 getrlimit.2 \ getrusage.2 getsid.2 getsockname.2 \ getsockopt.2 gettimeofday.2 getuid.2 \ ! intro.2 ioctl.2 issetugid.2 kill.2 ktrace.2 link.2 listen.2 lseek.2 \ madvise.2 mincore.2 minherit.2 mkdir.2 mkfifo.2 mknod.2 mlock.2 mmap.2 \ mount.2 mprotect.2 msync.2 munmap.2 nanosleep.2 \ nfssvc.2 open.2 pathconf.2 pipe.2 poll.2 profil.2 ptrace.2 quotactl.2 \ --- 82,90 ---- getpeername.2 getpgrp.2 getpid.2 getpriority.2 getrlimit.2 \ getrusage.2 getsid.2 getsockname.2 \ getsockopt.2 gettimeofday.2 getuid.2 \ ! intro.2 ioctl.2 issetugid.2 kill.2 \ ! kldfind.2 kldfirstmod.2 kldload.2 kldnext.2 kldstat.2 kldunload.2 \ ! ktrace.2 link.2 listen.2 lseek.2 \ madvise.2 mincore.2 minherit.2 mkdir.2 mkfifo.2 mknod.2 mlock.2 mmap.2 \ mount.2 mprotect.2 msync.2 munmap.2 nanosleep.2 \ nfssvc.2 open.2 pathconf.2 pipe.2 poll.2 profil.2 ptrace.2 quotactl.2 \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908220929.LAA01665>