please read operator(7) for this information.
authorbenno <benno@openbsd.org>
Sun, 28 May 2017 19:42:26 +0000 (19:42 +0000)
committerbenno <benno@openbsd.org>
Sun, 28 May 2017 19:42:26 +0000 (19:42 +0000)
share/misc/Makefile
share/misc/operator [deleted file]

index c1d7750..c3cfbec 100644 (file)
@@ -1,9 +1,9 @@
-#      $OpenBSD: Makefile,v 1.15 2016/09/08 02:03:35 bentley Exp $
+#      $OpenBSD: Makefile,v 1.16 2017/05/28 19:42:26 benno Exp $
 #      from: @(#)Makefile      5.13 (Berkeley) 5/7/91
 
 FILES= airport ascii birthtoken countrycodes \
        inter.phone license.template mdoc.template mime.types \
-       na.phone operator scsi_modes usb_hid_usages usb_hid_usages \
+       na.phone scsi_modes usb_hid_usages usb_hid_usages \
        zipcodes 
 
 .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
diff --git a/share/misc/operator b/share/misc/operator
deleted file mode 100644 (file)
index 003c436..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-Operator                       Associativity
------------------------------------------------
-() [] -> .                     left to right
-! ~ ++ -- - (type) * & sizeof  right to left
-* / %                          left to right
-+ -                            left to right
-<< >>                          left to right
-< <= > >=                      left to right
-== !=                          left to right
-&                              left to right
-^                              left to right
-|                              left to right
-&&                             left to right
-||                             left to right
-?:                             right to left
-= += -= etc.                   right to left
-,                              left to right