Fixed a missing letter that causes an error when formatting the document

This commit is contained in:
Nate Williams 1993-06-29 10:17:35 +00:00
parent 6db721f938
commit 634e1387da
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ parameter numbers and types are checked when a function is called. Any
mismatch in number or types of parameters will cause a runtime error.
A runtime error will also occur for the call to an undefined function.
.PP
The \fIauto_list\f is an optional list of variables that are for
The \fIauto_list\fR is an optional list of variables that are for
"local" use. The syntax of the auto list (if present) is "\fBauto
\fIname\fR, ... ;". (The semicolon is optional.) Each \fIname\fR is
the name of an auto variable. Arrays may be specified by using the