From 4845a71117764414cfc2082d44618af88c84d6df Mon Sep 17 00:00:00 2001 From: thurston Date: Thu, 14 Jun 2007 14:10:18 +0000 Subject: [PATCH] Added variable statement to man page. git-svn-id: http://svn.complang.org/ragel/trunk@245 052ea7fc-9027-0410-9066-f65837a77df0 --- doc/ragel.1.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ragel.1.in b/doc/ragel.1.in index b160384..b73f851 100644 --- a/doc/ragel.1.in +++ b/doc/ragel.1.in @@ -128,6 +128,9 @@ Specify how to access the persistent state machine variables. .TP .I Write: Write some component of the machine. +.TP +.I Variable: +Override the default variable names (p, pe, cs, act, etc). .SH BASIC MACHINES The basic machines are the base operands of the regular language expressions. .TP -- 2.7.4