#!/bin/sh
# man wrapper for Vine Linux
case ${0##*/} in
    man)  man.exe $*	;;
    jman) man.exe -C /etc/man-j.config $*   ;;
esac
exit 0
