git: hammer: Print "B-Tree" (conform to hammer specification)

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Thu Sep 24 07:46:36 PDT 2015


commit 78c4be8325e7e06b512f32fb51bcd9339533fcf5
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sat Sep 19 13:35:39 2015 +0900

    hammer: Print "B-Tree" (conform to hammer specification)
    
    Hammer specification, manpage, comments, etc mostly use
    "B-Tree" instead of "btree" or "b-tree".
    
    This commit replaces "btree" and "b-tree" strings that appear
    in printf() and hammer(8) with "B-Tree", assuming no user or
    userspace triggers anything by these strings.

Summary of changes:
 sbin/hammer/cmd_dedup.c        | 4 ++--
 sbin/hammer/cmd_rebalance.c    | 6 +++---
 sbin/hammer/cmd_reblock.c      | 4 ++--
 sbin/hammer/hammer.8           | 4 ++--
 sys/vfs/hammer/hammer_object.c | 4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/78c4be8325e7e06b512f32fb51bcd9339533fcf5


-- 
DragonFly BSD source repository



More information about the Commits mailing list