diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-29 07:44:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-29 07:44:58 +0000 |
commit | 18c92fc2ba01e7464165f7c02fc5f8293a01f3c3 (patch) | |
tree | faae964424026b841a6c49d080a14bda723340e8 /usr.bin/lex | |
parent | 65f9632b4ba1bbfe0de5347d964c4c6640fe1c0f (diff) |
various EXIT STATUS fixes; from Daniel Dickman
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/flex.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1 index e502aafec58..bda33e01c81 100644 --- a/usr.bin/lex/flex.1 +++ b/usr.bin/lex/flex.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flex.1,v 1.28 2010/09/15 07:03:26 jmc Exp $ +.\" $OpenBSD: flex.1,v 1.29 2010/09/29 07:44:56 jmc Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE. .\" -.Dd $Mdocdate: September 15 2010 $ +.Dd $Mdocdate: September 29 2010 $ .Dt FLEX 1 .Os .Sh NAME @@ -4121,6 +4121,8 @@ Scanners must be linked using either or .Fl lfl . .El +.Sh EXIT STATUS +.Ex -std flex .Sh DIAGNOSTICS .Bl -diag .It warning, rule cannot be matched |