summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/bc
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-06-29 10:17:35 +0000
committernate <nate@FreeBSD.org>1993-06-29 10:17:35 +0000
commit05148176c2d499b0f5882819d9a0eea18fcf59fe (patch)
treeea1da4f958caf2aef2f6cd2618877605b8fb8d37 /gnu/usr.bin/bc
parentf9404ce93c111af285d77628a1c02d51909497f6 (diff)
downloadFreeBSD-src-05148176c2d499b0f5882819d9a0eea18fcf59fe.zip
FreeBSD-src-05148176c2d499b0f5882819d9a0eea18fcf59fe.tar.gz
Fixed a missing letter that causes an error when formatting the document
Diffstat (limited to 'gnu/usr.bin/bc')
-rw-r--r--gnu/usr.bin/bc/bc.12
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/bc.1 b/gnu/usr.bin/bc/bc.1
index 0dfff0c..b387f92 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
OpenPOWER on IntegriCloud