Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/bc/dist bc(1): Consistently use "parentheses" i...
details: https://anonhg.NetBSD.org/src/rev/03cacb48f49f
branches: trunk
changeset: 979721:03cacb48f49f
user: uwe <uwe%NetBSD.org@localhost>
date: Fri Jan 08 01:17:55 2021 +0000
description:
bc(1): Consistently use "parentheses" in plural.
diffstat:
external/bsd/bc/dist/bc.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f20da95487ab -r 03cacb48f49f external/bsd/bc/dist/bc.1
--- a/external/bsd/bc/dist/bc.1 Fri Jan 08 01:17:03 2021 +0000
+++ b/external/bsd/bc/dist/bc.1 Fri Jan 08 01:17:55 2021 +0000
@@ -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 @@
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 @@
.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.
Home |
Main Index |
Thread Index |
Old Index