summaryrefslogtreecommitdiffstats
path: root/doc/common/timemac.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/common/timemac.texi')
-rw-r--r--doc/common/timemac.texi34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/common/timemac.texi b/doc/common/timemac.texi
new file mode 100644
index 0000000000..9aa340c307
--- /dev/null
+++ b/doc/common/timemac.texi
@@ -0,0 +1,34 @@
+@c
+@c COPYRIGHT (c) 1988-1997.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c
+@c Macros to help with the tables in this file
+@c
+
+@tex
+\global\advance \smallskipamount by -4pt
+
+\global\def\rtemstimetable{
+\vrule\strut##&
+\hbox to 3.0in{\enskip##\hfil}&
+\hbox to 0.75in{\enskip##\hfil}&
+\vrule##\cr
+\noalign{\hrule}
+}
+
+\global\def\rtemsendtimetable{}
+\global\def\rtemsonecase#1#2{
+& \bf #1\hfil& #2 & \cr\noalign{\hrule}
+}
+
+\global\def\rtemsdirective#1{
+& \bf #1 \hfil& & \cr\noalign{\hrule}
+}
+
+\global\def\rtemscase#1#2{
+& \hskip 0.3in #1\hfil& #2 & \cr\noalign{\hrule}
+}
+
+@end tex