diff options
author | 2004-11-02 22:50:26 +0000 | |
---|---|---|
committer | 2004-11-02 22:50:26 +0000 | |
commit | 66bfa709c4facbcf8979f58b6fed7e1cc8025117 (patch) | |
tree | 776d14bc430e36e1e6e8b0cfc93d5950ca7c965f | |
parent | crank history to 500, requested by pval (diff) | |
download | wireguard-openbsd-66bfa709c4facbcf8979f58b6fed7e1cc8025117.tar.xz wireguard-openbsd-66bfa709c4facbcf8979f58b6fed7e1cc8025117.zip |
plug evcount.9 into build
-rw-r--r-- | share/man/man9/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 65f9d0cd7c2..5e6c3ec449c 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.82 2004/09/22 21:26:02 jmc Exp $ +# $OpenBSD: Makefile,v 1.83 2004/11/02 22:50:26 jaredy Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -6,7 +6,7 @@ MAN= altq.9 audio.9 autoconf.9 boot.9 buffercache.9 bus_dma.9 bus_space.9 \ copy.9 crypto.9 ctxsw.9 disk.9 disklabel.9 \ dohooks.9 dopowerhooks.9 doshutdownhooks.9 dostartuphooks.9 \ - extattr.9 file.9 \ + evcount.9 extattr.9 file.9 \ fork1.9 extent.9 getdevvp.9 getnewvnode.9 hash.9 hashinit.9 \ hardclock.9 hook_establish.9 hz.9 hzto.9 iic.9 intro.9 inittodr.9 \ kern.9 knote.9 kthread.9 ktrace.9 lock.9 log.9 \ @@ -106,6 +106,7 @@ MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \ disk.9 disk_resetstat.9 MLINKS+=disklabel.9 readdisklabel.9 disklabel.9 writedisklabel.9 \ disklabel.9 setdisklabel.9 disklabel.9 bounds_check_with_label.9 +MLINKS+=evcount.9 evcount_attach.9 evcount.9 evcount_detach.9 MLINKS+=extent.9 extent_create.9 extent.9 extent_destroy.9 \ extent.9 extent_alloc.9 extent.9 extent_alloc_subregion.9 \ extent.9 extent_alloc_region.9 extent.9 extent_free.9 \ |