diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-03-19 19:17:59 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-03-19 19:17:59 +0000 |
commit | dd1c2f390763c03144ef765fa134edaacce3491b (patch) | |
tree | 7d28c40abee0f60db1f42ceb052c03c94bda38b2 /share | |
parent | b5a07b3bf1af7fbd0cf9c0a9f644e9fc6dd07d84 (diff) |
Remove case '?': from getopt example.
OK otto@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/style.9 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 90095b3ede0..f6750ae30e2 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.42 2005/10/27 10:26:55 deraadt Exp $ +.\" $OpenBSD: style.9,v 1.43 2006/03/19 19:17:58 ray Exp $ .\" .Dd June 18, 2001 .Dt STYLE 9 @@ -284,7 +284,6 @@ while ((ch = getopt(argc, argv, "abn:")) != -1) usage(); } break; - case '?': default: usage(); /* NOTREACHED */ |