Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/lex Another two "new sentence, new line".
details: https://anonhg.NetBSD.org/src/rev/bbbd7f336a1a
branches: trunk
changeset: 538142:bbbd7f336a1a
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Oct 13 00:18:58 2002 +0000
description:
Another two "new sentence, new line".
diffstat:
usr.bin/lex/flex.1 | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 2a4a10674633 -r bbbd7f336a1a usr.bin/lex/flex.1
--- a/usr.bin/lex/flex.1 Sat Oct 12 22:57:49 2002 +0000
+++ b/usr.bin/lex/flex.1 Sun Oct 13 00:18:58 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: flex.1,v 1.11 2002/09/30 11:09:04 grant Exp $
+.\" $NetBSD: flex.1,v 1.12 2002/10/13 00:18:58 wiz Exp $
.\"
.TH FLEX 1 "April 1995" "Version 2.5"
.SH NAME
@@ -98,7 +98,8 @@
for a description of a scanner to generate.
The description is in the form of pairs
of regular expressions and C code, called
-.I rules. flex
+.I rules.
+.I flex
generates as output a C source file,
.B lex.yy.c,
which defines a routine
@@ -1278,7 +1279,8 @@
.PP
If the distinction between inclusive and exclusive start conditions
is still a little vague, here's a simple example illustrating the
-connection between the two. The set of rules:
+connection between the two.
+The set of rules:
.nf
%s example
Home |
Main Index |
Thread Index |
Old Index