看板 DFBSD_commit 關於我們 聯絡資訊
commit ae03fd515b66d7eeb7d671a3b0eedb2924693ec9 Author: Sascha Wildner <saw@online.de> Date: Tue Apr 12 14:04:17 2011 +0200 Rename the memoryallocators(9) manual page to memory(9). Analogous to memory(3) for userland. While here, do some minor cleanup on it and link back to it from the individual allocator manual pages. Summary of changes: Makefile_upgrade.inc | 2 ++ share/man/man9/Makefile | 2 +- share/man/man9/kmalloc.9 | 1 + share/man/man9/{memoryallocators.9 => memory.9} | 6 +++--- share/man/man9/mpipe.9 | 2 +- share/man/man9/objcache.9 | 1 + share/man/man9/zone.9 | 2 +- 7 files changed, 10 insertions(+), 6 deletions(-) rename share/man/man9/{memoryallocators.9 => memory.9} (98%) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ae03fd515b66d7eeb7d671a3b0eedb2924693ec9 -- DragonFly BSD source repository