Wed Sep 15 06:52:33 2010 UTC ()
Add missing letter, from Ryo HAYASAKA in PR 43880.


(wiz)
diff -r1.2 -r1.3 src/external/bsd/flex/bin/flex.1

cvs diff -r1.2 -r1.3 src/external/bsd/flex/bin/flex.1 (expand / switch to unified diff)

--- src/external/bsd/flex/bin/flex.1 2009/10/26 01:37:21 1.2
+++ src/external/bsd/flex/bin/flex.1 2010/09/15 06:52:33 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: flex.1,v 1.2 2009/10/26 01:37:21 christos Exp $ 1.\" $NetBSD: flex.1,v 1.3 2010/09/15 06:52:33 wiz Exp $
2.\" 2.\"
3.TH FLEX 1 "February 2008" "Version 2.5" 3.TH FLEX 1 "February 2008" "Version 2.5"
4.SH NAME 4.SH NAME
5flex, lex \- fast lexical analyzer generator 5flex, lex \- fast lexical analyzer generator
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B flex 7.B flex
8.B [\-bcdfhilnpstvwBFILTV78+? \-C[aefFmr] \-ooutput \-Pprefix \-Sskeleton] 8.B [\-bcdfhilnpstvwBFILTV78+? \-C[aefFmr] \-ooutput \-Pprefix \-Sskeleton]
9.B [\-\-help \-\-version] 9.B [\-\-help \-\-version]
10.I [filename ...] 10.I [filename ...]
11.SH OVERVIEW 11.SH OVERVIEW
12This manual describes 12This manual describes
13.I flex, 13.I flex,
14a tool for generating programs that perform pattern-matching on text. 14a tool for generating programs that perform pattern-matching on text.
@@ -2766,27 +2766,27 @@ You'll never need this option unless you @@ -2766,27 +2766,27 @@ You'll never need this option unless you
2766.I flex 2766.I flex
2767maintenance or development. 2767maintenance or development.
2768.TP 2768.TP
2769.B \-X, \-\-posix\-compat 2769.B \-X, \-\-posix\-compat
2770maximal compatibility with POSIX lex. 2770maximal compatibility with POSIX lex.
2771.TP 2771.TP
2772.B \-\-yylineno 2772.B \-\-yylineno
2773track line count in yylineno. 2773track line count in yylineno.
2774.TP 2774.TP
2775.B \-\-yyclass=NAME 2775.B \-\-yyclass=NAME
2776name of C++ class. 2776name of C++ class.
2777.TP 2777.TP
2778.B \-\-header\-file=FILE 2778.B \-\-header\-file=FILE
2779reate a C header file in addition to the scanner. 2779create a C header file in addition to the scanner.
2780.TP 2780.TP
2781.B \-\-tables\-file[=FILE] 2781.B \-\-tables\-file[=FILE]
2782write tables to FILE. 2782write tables to FILE.
2783.TP 2783.TP
2784.B \\-Dmacro[=defn] 2784.B \\-Dmacro[=defn]
2785#define macro defn (default defn is '1'). 2785#define macro defn (default defn is '1').
2786.TP 2786.TP
2787.B \-R, \-\-reentrant 2787.B \-R, \-\-reentrant
2788generate a reentrant C scanner 2788generate a reentrant C scanner
2789.TP 2789.TP
2790.B \-\-bison\-bridge 2790.B \-\-bison\-bridge
2791scanner for bison pure parser. 2791scanner for bison pure parser.
2792.TP 2792.TP