看板 DFBSD_commit 關於我們 聯絡資訊
commit 094529c7e8e87ef493c49058d80dd4aeb57351df Author: Sascha Wildner <saw@online.de> Date: Thu Jun 2 10:37:58 2011 +0200 Add manpages for mkcsmapper(1) and mkesdb(1) (taken from FreeBSD). Summary of changes: usr.bin/mkcsmapper/Makefile | 3 - usr.bin/mkcsmapper/mkcsmapper.1 | 90 +++++++++++++++++++++++++++++++++++++++ usr.bin/mkesdb/Makefile | 3 - usr.bin/mkesdb/mkesdb.1 | 85 ++++++++++++++++++++++++++++++++++++ 4 files changed, 175 insertions(+), 6 deletions(-) create mode 100644 usr.bin/mkcsmapper/mkcsmapper.1 create mode 100644 usr.bin/mkesdb/mkesdb.1 http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/094529c7e8e87ef493c49058d80dd4aeb57351df -- DragonFly BSD source repository