bc(1): Consistently use "parentheses" in plural.

This commit is contained in:
uwe 2021-01-08 01:17:55 +00:00
parent ed2762c7cc
commit 8069f9bdc8
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bc.1,v 1.9 2021/01/08 01:17:03 uwe Exp $
.\" $NetBSD: bc.1,v 1.10 2021/01/08 01:17:55 uwe Exp $
.\"
.\" bc.1 - the bc manual
.\"
@ -440,7 +440,7 @@ What this does in
is assign the value 3 to the variable
.Va a
and then compare 3 to 5.
It is best to use parenthesis when using relational and logical operators
It is best to use parentheses when using relational and logical operators
with the assignment operators.
.Pp
There are a few more special expressions that are provided in
@ -735,7 +735,7 @@ Return the value 0 from a function.
.It Ic return Ic \&( Ns Ar expression Ns Ic \&)
Return the value of the expression from a function.
(See the section on functions.)
As an extension, the parenthesis are not required.
As an extension, the parentheses are not required.
.El
.Ss PSEUDO STATEMENTS
These statements are not statements in the traditional sense.