[m-rev.] diff: fix operator table in reference manual

Julien Fischer jfischer at opturion.com
Wed Feb 19 11:52:05 AEDT 2014


Branches: 14.01, master

Fix errors in the operator table in reference manual.

doc/reference_manual.texi:
     Remove character escapes for the operator table.

Julien.

diff --git a/doc/reference_manual.texi b/doc/reference_manual.texi
index 7ceb4a8..a7a34b2 100644
--- a/doc/reference_manual.texi
+++ b/doc/reference_manual.texi
@@ -446,7 +446,7 @@ Operator                        Specifier         Priority
  `@var{op}`                      yfx               120       @footnote{Operator term (@pxref{Terms}).}
  **                              xfy               200
  -                               fx                200
-\\                              fx                200
+\                               fx                200
  *                               yfx               400
  /                               yfx               400
  //                              yfx               400
@@ -460,8 +460,8 @@ rem                             xfx               400
  ++                              xfy               500
  -                               yfx               500
  --                              yfx               500
-/\\                             yfx               500
-\\/                             yfx               500
+/\                              yfx               500
+\/                              yfx               500
  ..                              xfx               550
  :=                              xfx               650
  =^                              xfx               650
@@ -471,15 +471,15 @@ rem                             xfx               400
  =:=                             xfx               700
  =<                              xfx               700
  ==                              xfx               700
-=\\=                            xfx               700
+=\=                             xfx               700
  >                               xfx               700
  >=                              xfx               700
  @@<                              xfx               700
  @@=<                             xfx               700
  @@>                              xfx               700
  @@>=                             xfx               700
-\\=                             xfx               700
-\\==                            xfx               700
+\=                              xfx               700
+\==                             xfx               700
  ~=                              xfx               700
  is                              xfx               701
  and                             xfy               720
@@ -488,7 +488,7 @@ func                            fx                800
  impure                          fy                800
  pred                            fx                800
  semipure                        fy                800
-\\+                             fy                900
+\+                              fy                900
  not                             fy                900
  when                            xfx               900
  ~                               fy                900



More information about the reviews mailing list