From 634e1387dafd356aae062264cdb3b18d3903eecc Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Tue, 29 Jun 1993 10:17:35 +0000 Subject: [PATCH] Fixed a missing letter that causes an error when formatting the document --- gnu/usr.bin/bc/bc.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/bc/bc.1 b/gnu/usr.bin/bc/bc.1 index 0dfff0c0f74..b387f92d700 100644 --- a/gnu/usr.bin/bc/bc.1 +++ b/gnu/usr.bin/bc/bc.1 @@ -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