Index: doc/user/Makefile
===================================================================
--- doc/user/Makefile	(revision af4903bc35f1028bfedad4cc3e1783cadc4ec09f)
+++ doc/user/Makefile	(revision 56e49b0f2a7f4c543915bdf9e4bd2fa65be2d947)
@@ -10,4 +10,5 @@
 user \
 ../refrat/keywords \
+../refrat/operidents \
 }
 
Index: doc/user/user.tex
===================================================================
--- doc/user/user.tex	(revision af4903bc35f1028bfedad4cc3e1783cadc4ec09f)
+++ doc/user/user.tex	(revision 56e49b0f2a7f4c543915bdf9e4bd2fa65be2d947)
@@ -11,6 +11,6 @@
 %% Created On       : Wed Apr  6 14:53:29 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Sun Aug  6 08:52:34 2017
-%% Update Count     : 3034
+%% Last Modified On : Sun Aug  6 10:24:21 2017
+%% Update Count     : 3036
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -3688,53 +3688,6 @@
 
 \begin{table}[hbt]
-\hfil
-\begin{tabular}[t]{ll}
-%identifier & operation \\ \hline
-©?[?]© & subscripting \impl{?[?]}\\
-©?()© & function call \impl{?()}\\
-©?++© & postfix increment \impl{?++}\\
-©?--© & postfix decrement \impl{?--}\\
-©++?© & prefix increment \impl{++?}\\
-©--?© & prefix decrement \impl{--?}\\
-©*?© & dereference \impl{*?}\\
-©+?© & unary plus \impl{+?}\\
-©-?© & arithmetic negation \impl{-?}\\
-©~?© & bitwise negation \impl{~?}\\
-©!?© & logical complement \impl{"!?}\\
-©?*?© & multiplication \impl{?*?}\\
-©?/?© & division \impl{?/?}\\
-\end{tabular}\hfil
-\begin{tabular}[t]{ll}
-%identifier & operation \\ \hline
-©?%?© & remainder \impl{?%?}\\
-©?+?© & addition \impl{?+?}\\
-©?-?© & subtraction \impl{?-?}\\
-©?<<?© & left shift \impl{?<<?}\\
-©?>>?© & right shift \impl{?>>?}\\
-©?<?© & less than \impl{?<?}\\
-©?<=?© & less than or equal \impl{?<=?}\\
-©?>=?© & greater than or equal \impl{?>=?}\\
-©?>?© & greater than \impl{?>?}\\
-©?==?© & equality \impl{?==?}\\
-©?!=?© & inequality \impl{?"!=?}\\
-©?&?© & bitwise AND \impl{?&?}\\
-\end{tabular}\hfil
-\begin{tabular}[t]{ll}
-%identifier & operation \\ \hline
-©?^?© & exclusive OR \impl{?^?}\\
-©?|?© & inclusive OR \impl{?"|?}\\
-©?=?© & simple assignment \impl{?=?}\\
-©?*=?© & multiplication assignment \impl{?*=?}\\
-©?/=?© & division assignment \impl{?/=?}\\
-©?%=?© & remainder assignment \impl{?%=?}\\
-©?+=?© & addition assignment \impl{?+=?}\\
-©?-=?© & subtraction assignment \impl{?-=?}\\
-©?<<=?© & left-shift assignment \impl{?<<=?}\\
-©?>>=?© & right-shift assignment \impl{?>>=?}\\
-©?&=?© & bitwise AND assignment \impl{?&=?}\\
-©?^=?© & exclusive OR assignment \impl{?^=?}\\
-©?|=?© & inclusive OR assignment \impl{?"|=?}\\
-\end{tabular}
-\hfil
+\centering
+\input{../refrat/operidents}
 \caption{Operator Identifiers}
 \label{opids}
