This commit is contained in:
joerg 2010-03-01 21:53:58 +00:00
parent 0cb1711763
commit 6004702d47
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sh.1,v 1.97 2010/01/01 21:46:31 wiz Exp $
.\" $NetBSD: sh.1,v 1.98 2010/03/01 21:53:58 joerg Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -1471,7 +1471,7 @@ do
case $f in
a | b) flag=$f;;
c) carg=$OPTARG;;
\\?) echo $USAGE; exit 1;;
\e?) echo $USAGE; exit 1;;
esac
done
shift `expr $OPTIND - 1`