From 4a04db9470cc0492a4bfb9752de14d8e12209177 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 1 Apr 2015 20:47:40 -0400 Subject: add docs --- docs/user/summary_of_errors.tex | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs/user/summary_of_errors.tex (limited to 'docs/user/summary_of_errors.tex') diff --git a/docs/user/summary_of_errors.tex b/docs/user/summary_of_errors.tex new file mode 100644 index 0000000..45dbeae --- /dev/null +++ b/docs/user/summary_of_errors.tex @@ -0,0 +1,40 @@ +\chapter{Summary of Error Messages} +\label{summary_of_errors} + +\begin{tabular}{| l | c | c | c |} + \hline + \bf Error & \bf Command & \bf Section & \bf Page \\ + \hline + Invalid date & {\tt date} & \ref{date_cmd} & \pageref{date_cmd} \\ + \hline + No prompt specified & {\tt prompt} & \ref{prompt_cmd} & \pageref{prompt_cmd} \\ + \hline + No prompt specified & {\tt alias} & \ref{alias_cmd} & \pageref{alias_cmd} \\ + \hline + Error: No program found with that name & {\tt load} & \ref{load_cmd} & \pageref{load_cmd} \\ + \hline + Error: Insufficient memory & {\tt load} & \ref{load_cmd} & \pageref{load_cmd} \\ + \hline + Error: Could not load program into memory & {\tt load} & \ref{load_cmd} & \pageref{load_cmd} \\ + \hline + Warning: invalid priority specified, using default & {\tt load} & \ref{load_cmd} & \pageref{load_cmd} \\ + \hline + Error: No free PCBs & {\tt load} & \ref{load_cmd} & \pageref{load_cmd} \\ + \hline + Error: Unable to build PCB & {\tt load} & \ref{load_cmd} & \pageref{load_cmd} \\ + \hline + No process named $x$ & {\tt resume} & \ref{resume_cmd} & \pageref{resume_cmd} \\ + \hline + Error: process did not load correctly & {\tt run} & \ref{run_cmd} & \pageref{run_cmd} \\ + \hline + No process with the specified name & {\tt suspend} & \ref{suspend_cmd} & \pageref{suspend_cmd} \\ + \hline + No process with the specified name & {\tt terminate} & \ref{terminate_cmd} & \pageref{terminate_cmd} \\ + \hline + Error: invalid priority & {\tt setpriority} & \ref{setpriority_cmd} & \pageref{setpriority_cmd} \\ + \hline + Error: invalid process name. & {\tt setpriority} & \ref{setpriority_cmd} & \pageref{setpriority_cmd} \\ + \hline + Error setting clock & {\tt clock} & \ref{clock_cmd} & \pageref{clock_cmd} \\ + \hline +\end{tabular} \ No newline at end of file -- cgit v1.2.3