Module Name: src Committed By: apb Date: Sat Sep 5 16:13:21 UTC 2009
Modified Files: src/share/man/man9: Makefile Log Message: Sort bzero to the correct position To generate a diff of this commit: cvs rdiff -u -r1.290 -r1.291 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.290 src/share/man/man9/Makefile:1.291 --- src/share/man/man9/Makefile:1.290 Sat Sep 5 08:55:41 2009 +++ src/share/man/man9/Makefile Sat Sep 5 16:13:21 2009 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.290 2009/09/05 08:55:41 apb Exp $ +# $NetBSD: Makefile,v 1.291 2009/09/05 16:13:21 apb Exp $ # Makefile for section 9 (kernel function and variable) manual pages. MAN= accept_filter.9 accf_data.9 accf_http.9 \ altq.9 arc4random.9 arp.9 audio.9 autoconf.9 \ - bcdtobin.9 bcmp.9 bcopy.9 bluetooth.9 bzero.9 \ - buffercache.9 bufq.9 bus_dma.9 bus_space.9 byteorder.9 \ + bcdtobin.9 bcmp.9 bcopy.9 bluetooth.9 boothowto.9 \ + buffercache.9 bufq.9 bus_dma.9 bus_space.9 byteorder.9 bzero.9 \ callout.9 cardbus.9 cnmagic.9 condvar.9 config.9 cons.9 copy.9 \ coredump_write.9 \ cpu_configure.9 cpu_coredump.9 cpu_dumpconf.9 \