diff options
author | dd <dd@FreeBSD.org> | 2001-07-09 09:54:33 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-09 09:54:33 +0000 |
commit | eaa6ee03b8ac1955cc60d99d119a22318d1baa61 (patch) | |
tree | ab3b6200f079a95b6a4418f399032563aa053a74 /usr.bin/lex | |
parent | 8636b161b333b18525b6f5ffc5139079c29c0d63 (diff) | |
download | FreeBSD-src-eaa6ee03b8ac1955cc60d99d119a22318d1baa61.zip FreeBSD-src-eaa6ee03b8ac1955cc60d99d119a22318d1baa61.tar.gz |
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/lex.1 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1 index 0e81b61..d501eb5 100644 --- a/usr.bin/lex/lex.1 +++ b/usr.bin/lex/lex.1 @@ -110,7 +110,6 @@ it analyzes its input for occurrences of the regular expressions. Whenever it finds one, it executes the corresponding C code. .SH SOME SIMPLE EXAMPLES -.PP First some simple examples to get the flavor of how one uses .I flex. The following @@ -3779,7 +3778,6 @@ is (rather surprisingly) truncated to does not truncate the action. Actions that are not enclosed in braces are simply terminated at the end of the line. .SH DIAGNOSTICS -.PP .I warning, rule cannot be matched indicates that the given rule cannot be matched because it follows other rules that will @@ -3919,7 +3917,6 @@ flag (called .I lex.bck on some systems). .SH DEFICIENCIES / BUGS -.PP Some trailing context patterns cannot be properly matched and generate warning messages ("dangerous trailing context"). These are @@ -3990,7 +3987,6 @@ The .I flex internal algorithms need documentation. .SH SEE ALSO -.PP lex(1), yacc(1), sed(1), awk(1). .PP John Levine, Tony Mason, and Doug Brown, |