Module Name: src
Committed By: uwe
Date: Fri Jan 8 01:17:55 UTC 2021
Modified Files:
src/external/bsd/bc/dist: bc.1
Log Message:
bc(1): Consistently use "parentheses" in plural.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/bc/dist/bc.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/bc/dist/bc.1
diff -u src/external/bsd/bc/dist/bc.1:1.9 src/external/bsd/bc/dist/bc.1:1.10
--- src/external/bsd/bc/dist/bc.1:1.9 Fri Jan 8 01:17:03 2021
+++ src/external/bsd/bc/dist/bc.1 Fri Jan 8 01:17:55 2021
@@ -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.