Use mdoc(7) instead of markdown #6

Merged
Ghost merged 27 commits from use-mdoc into master 2019-01-29 16:53:15 +01:00
Showing only changes of commit 0ff5d216a9 - Show all commits

View file

@ -5,7 +5,7 @@ LIBDIR="$(dirname $0)" && . "${LIBDIR}/config"
jail="${1:-}"
[ -n "${jail}" ] || usage
check_jail "${jail}" || error "${jail} : trying to update inexistant jail"
check_jail_on "${jail}" && . "${LIBDIR}$/bkctld-stop" "${jail}"
check_jail_on "${jail}" && . "${LIBDIR}/bkctld-stop" "${jail}"
. "${LIBDIR}/mkjail"
notice "${jail} : updated jail"