From: Joey Hess Date: Sun, 29 Dec 2013 00:05:06 +0000 (-0400) Subject: Avoid using man -l, relying on both versions of man for linux working when a file... X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/e4b24259cc55b2b8a840b194b7df3c4ed99ba579 Avoid using man -l, relying on both versions of man for linux working when a file is passed, with no switches. --- diff --git a/debian/changelog b/debian/changelog index 703997d..280cc6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +myrepos (1.20130827) UNRELEASED; urgency=medium + + * Avoid using man -l, relying on both versions of man for linux working + when a file is passed, with no switches. + + -- Joey Hess Sat, 28 Dec 2013 20:04:38 -0400 + myrepos (1.20130826) unstable; urgency=low * Update of manpage and Suggests field for 'mr grep'. diff --git a/mr b/mr index bdf0c3c..5025e6e 100755 --- a/mr +++ b/mr @@ -2089,7 +2089,7 @@ help = SHOWMANFILE="man" ;; *) - SHOWMANFILE="man -l" + SHOWMANFILE="man" ;; esac if [ ! -e "$MR_PATH" ]; then