diff options
author | Ben Burwell <ben@benburwell.com> | 2015-04-01 20:47:40 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-04-01 20:47:40 -0400 |
commit | 4a04db9470cc0492a4bfb9752de14d8e12209177 (patch) | |
tree | 52ea5efdefb181ed9b76d3e749766f2924b69044 /docs/user/summary_of_errors.tex | |
parent | d8463e5ebbf8805c30ee6402e6667eb5f78446cc (diff) |
add docs
Diffstat (limited to 'docs/user/summary_of_errors.tex')
-rw-r--r-- | docs/user/summary_of_errors.tex | 40 |
1 files changed, 40 insertions, 0 deletions
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 |