From 6f74029d4dded39ec22045f318182cb75d11375a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 12 Jul 2006 14:05:34 +0000 Subject: [PATCH] Fix variable name description. Thanks to Oliver Bock for correction. --- doc/data-file-format.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/data-file-format.texi b/doc/data-file-format.texi index d0e8fddb..79f6bb3a 100644 --- a/doc/data-file-format.texi +++ b/doc/data-file-format.texi @@ -201,7 +201,7 @@ Write format for this variable. See below. @item char name[8]; Variable name. The variable name must begin with a capital letter or -the at-sign (@samp{@@}). Subsequent characters may also be octothorpes +the at-sign (@samp{@@}). Subsequent characters may also be digits, octothorpes (@samp{#}), dollar signs (@samp{$}), underscores (@samp{_}), or full stops (@samp{.}). The variable name is padded on the right with spaces. -- 2.30.2