git: man(1): tweak literal file interpretation

Franco Fichtner franco at crater.dragonflybsd.org
Sun Oct 6 05:30:10 PDT 2013


commit 5b129c2febb49a4ed04f330b78d9f5f73ca6de7c
Author: Franco Fichtner <franco at lastsummer.de>
Date:   Sat Oct 5 18:01:07 2013 +0200

    man(1): tweak literal file interpretation
    
    The previous behaviour would not catch the following invoke:
    
        # man usr.bin/man/man.1
    
    Now, as a generalised rule, the literal interpretation is triggered by
    any '/' character in the requested page(s).

Summary of changes:
 usr.bin/man/man.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5b129c2febb49a4ed04f330b78d9f5f73ca6de7c


-- 
DragonFly BSD source repository



More information about the Commits mailing list