Module Name:    src
Committed By:   wiz
Date:           Wed Dec  1 21:44:12 UTC 2021

Modified Files:
        src/external/bsd/flex/bin: flex.1

Log Message:
flex(1): fix option name in man page.

>From Anon.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/flex/bin/flex.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/flex/bin/flex.1
diff -u src/external/bsd/flex/bin/flex.1:1.3 src/external/bsd/flex/bin/flex.1:1.4
--- src/external/bsd/flex/bin/flex.1:1.3	Wed Sep 15 06:52:33 2010
+++ src/external/bsd/flex/bin/flex.1	Wed Dec  1 21:44:12 2021
@@ -1,6 +1,6 @@
-.\" $NetBSD: flex.1,v 1.3 2010/09/15 06:52:33 wiz Exp $
+.\" $NetBSD: flex.1,v 1.4 2021/12/01 21:44:12 wiz Exp $
 .\"
-.TH FLEX 1 "February 2008" "Version 2.5"
+.TH FLEX 1 "December 2021" "Version 2.5"
 .SH NAME
 flex, lex \- fast lexical analyzer generator
 .SH SYNOPSIS
@@ -2679,7 +2679,7 @@ compression.
 is often a good compromise between speed and size for production
 scanners.
 .TP
-.B \-ooutput, \-\-outputfile=FILE
+.B \-ooutput, \-\-outfile=FILE
 directs flex to write the scanner to the file
 .B output
 instead of

Reply via email to