summaryrefslogtreecommitdiffstats
path: root/usr.sbin/manctl/manctl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/manctl/manctl.sh')
-rw-r--r--usr.sbin/manctl/manctl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/manctl/manctl.sh b/usr.sbin/manctl/manctl.sh
index 83ee619..c43f5e8 100644
--- a/usr.sbin/manctl/manctl.sh
+++ b/usr.sbin/manctl/manctl.sh
@@ -30,7 +30,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: manctl.sh,v 1.4 1994/04/18 18:46:50 csgr Exp $
+# $Id: manctl.sh,v 1.5 1995/02/15 00:07:59 jkh Exp $
#
# manctl:
# a utility for manipulating manual pages
@@ -366,7 +366,7 @@ do_compress()
#
# dispatch options
#
-if [ $# = 0 ] ; then ctl_usage $0 ; fi ;
+if [ $# -lt 2 ] ; then ctl_usage $0 ; fi ;
case "$1" in
-compress) shift ; do_compress "$@" ;;
OpenPOWER on IntegriCloud