diff options
author | 1997-03-26 05:11:54 +0000 | |
---|---|---|
committer | 1997-03-26 05:11:54 +0000 | |
commit | e4c5ab017e802014ec054ec29f61fae8b6ecc9e1 (patch) | |
tree | 5a340f8ddc5e61cde4f45490b1147d258b2f81bf /lib/libc | |
parent | show a backslash properly; david@mono.org (diff) | |
download | wireguard-openbsd-e4c5ab017e802014ec054ec29f61fae8b6ecc9e1.tar.xz wireguard-openbsd-e4c5ab017e802014ec054ec29f61fae8b6ecc9e1.zip |
install ktrace(2)
Diffstat (limited to 'lib/libc')
-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 \ |