Module Name:    src
Committed By:   jruoho
Date:           Thu Dec 16 18:45:38 UTC 2010

Modified Files:
        src/share/man/man7: operator.7

Log Message:
Xref iso646(3).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man7/operator.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/operator.7
diff -u src/share/man/man7/operator.7:1.7 src/share/man/man7/operator.7:1.8
--- src/share/man/man7/operator.7:1.7	Thu Apr  9 03:47:16 2009
+++ src/share/man/man7/operator.7	Thu Dec 16 18:45:38 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: operator.7,v 1.7 2009/04/09 03:47:16 joerg Exp $
+.\"	$NetBSD: operator.7,v 1.8 2010/12/16 18:45:38 jruoho Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -36,7 +36,8 @@
 .Nm operator
 .Nd C operator precedence and associativity
 .Sh DESCRIPTION
-.Bl -column "! ~ ++ -- - (type) * \*[Am] sizeof" Associativity
+.Bl -column \
+"! ~ ++ -- - (type) * \*[Am] sizeof" "Associativity" -offset indent
 .It Sy Operator	Associativity
 .It \&() [] -\*[Gt] .	left to right
 .It "! ~ ++ -- - (type) * \*[Am] sizeof"	right to left
@@ -54,6 +55,8 @@
 .It \&= += -= etc.	right to left
 .It \&,	left to right
 .El
+.Sh SEE ALSO
+.Xr iso646 3
 .Sh FILES
 .Bl -tag -width /usr/share/misc/operator -compact
 .It Pa /usr/share/misc/operator

Reply via email to