Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 s, order of evaluation, associativity, they are...



details:   https://anonhg.NetBSD.org/src/rev/01cc361b110b
branches:  trunk
changeset: 473400:01cc361b110b
user:      chopps <chopps%NetBSD.org@localhost>
date:      Tue Jun 01 15:24:07 1999 +0000

description:
s,order of evaluation,associativity, they aren't the same thing

diffstat:

 share/man/man7/operator.7 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 34e8f9e9944b -r 01cc361b110b share/man/man7/operator.7
--- a/share/man/man7/operator.7 Tue Jun 01 14:27:39 1999 +0000
+++ b/share/man/man7/operator.7 Tue Jun 01 15:24:07 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: operator.7,v 1.3 1994/11/30 19:07:26 jtc Exp $
+.\"    $NetBSD: operator.7,v 1.4 1999/06/01 15:24:07 chopps Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -38,7 +38,7 @@
 .Os
 .Sh NAME
 .Nm operator
-.Nd C operator precedence and order of evaluation
+.Nd C operator precedence and associativity
 .Sh DESCRIPTION
 .Bd -ragged -offset indent -compact
 .Bl -column "Operator    Associativity   "



Home | Main Index | Thread Index | Old Index