summaryrefslogtreecommitdiffstats
path: root/doc/arch.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/arch.doc')
-rw-r--r--doc/arch.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/arch.doc b/doc/arch.doc
index fe86ca9..e5fbbdc 100644
--- a/doc/arch.doc
+++ b/doc/arch.doc
@@ -237,7 +237,7 @@ else {
# touch the file
$now = time;
-utime $now, $now, $file
+utime $now, $now, $file;
\endverbatim
Another way to get rules matching / debugging information
from the \c flex code is setting LEX_FLAGS with \c make (`make LEX_FLAGS=-d`).