Module Name: src Committed By: rkujawa Date: Sun Dec 2 19:30:18 UTC 2012
Modified Files: src/share/man/man9: Makefile Log Message: Add pcu(9). To generate a diff of this commit: cvs rdiff -u -r1.367 -r1.368 src/share/man/man9/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/Makefile diff -u src/share/man/man9/Makefile:1.367 src/share/man/man9/Makefile:1.368 --- src/share/man/man9/Makefile:1.367 Sun Jul 29 20:36:05 2012 +++ src/share/man/man9/Makefile Sun Dec 2 19:30:18 2012 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.367 2012/07/29 20:36:05 mlelstv Exp $ +# $NetBSD: Makefile,v 1.368 2012/12/02 19:30:18 rkujawa Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -38,7 +38,7 @@ MAN= accept_filter.9 accf_data.9 accf_ht mstohz.9 mutex.9 m_tag.9 namecache.9 \ namei.9 npf_ncode.9 nullop.9 opencrypto.9 optstr.9 \ panic.9 pathbuf.9 pci.9 pci_configure_bus.9 pci_intr.9 pckbport.9 \ - pcmcia.9 pcq.9 percpu.9 pfil.9 physio.9 pmap.9 pmatch.9 \ + pcmcia.9 pcq.9 pcu.9 percpu.9 pfil.9 physio.9 pmap.9 pmatch.9 \ pmc.9 pmf.9 pool.9 pool_cache.9 powerhook_establish.9 ppsratecheck.9 \ preempt.9 proc_find.9 pserialize.9 putter.9 \ radio.9 ras.9 rasops.9 ratecheck.9 resettodr.9 rnd.9 roundup.9 \