diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-02-22 21:13:19 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-02-22 21:13:19 +0000 |
commit | 771a7452a0e2a3099666730bc6c216519660fbf8 (patch) | |
tree | 4ed9695e3eb8dff6c838af19eec7e6859a0bdad1 /share/man/man9/Makefile | |
parent | 0688dac79a63b54c64da716b7c719934f27f988e (diff) |
Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index cf55472dd97..e2269294371 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2002/02/15 02:01:01 art Exp $ +# $OpenBSD: Makefile,v 1.47 2002/02/22 21:13:18 drahn 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,6 +6,7 @@ MAN= altq.9 audio.9 boot.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 \ fetch.9 fork1.9 extent.9 \ hardclock.9 hook_establish.9 hz.9 hzto.9 intro.9 inittodr.9 log.9 \ kthread.9 malloc.9 mbuf.9 mbuf_tags.9 md5.9 microtime.9 \ |