diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 05:11:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 05:11:55 +0000 |
commit | 5a43eb3bffcf71470280276e7966337191ec589e (patch) | |
tree | a8a36eac65d76073290d2a476444d4bdb5dba4b0 /lib | |
parent | 2aefe8c5d214f6e46575d9aa293b41f17a8e98b1 (diff) |
install ktrace(2)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index e76f8a2711e..521f78fedd4 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -112,7 +112,7 @@ MAN+= accept.2 access.2 acct.2 adjtime.2 bind.2 brk.2 chdir.2 chflags.2 \ getgid.2 getgroups.2 getitimer.2 getlogin.2 getpeername.2 getpgrp.2 \ getpid.2 getpriority.2 getrlimit.2 getrusage.2 getsockname.2 \ getsockopt.2 gettimeofday.2 getuid.2 intro.2 issetugid.2 ioctl.2 \ - kill.2 link.2 \ + kill.2 ktrace.2 link.2 \ listen.2 lseek.2 mkdir.2 mkfifo.2 mknod.2 madvise.2 mincore.2 \ minherit.2 mlock.2 \ mmap.2 mount.2 mprotect.2 msync.2 munmap.2 nfssvc.2 open.2 pathconf.2 \ |