X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fldc2%2Fdoc%2Freq_spec.tex;fp=pc-tools%2Fldc2%2Fdoc%2Freq_spec.tex;h=fb2cf5c641e6f4e50af24cec1dda981324b6a49a;hb=874a2bd89fd65e5a1763d88c218f066a424e0d04;hp=38ec9c9d48e24960e18701b7b324b19ef8f4ab10;hpb=7880ae2dd0ed55ec671be0fc449487420a126626;p=h316.git diff --git a/pc-tools/ldc2/doc/req_spec.tex b/pc-tools/ldc2/doc/req_spec.tex index 38ec9c9..fb2cf5c 100644 --- a/pc-tools/ldc2/doc/req_spec.tex +++ b/pc-tools/ldc2/doc/req_spec.tex @@ -253,6 +253,11 @@ found in \cite{ser16:progref:bformats}. There shall be a possibility to suppress warning messages. } +\rd{err006}{Informational messages}{ + Any informational messages go to standard error. +} + + %******************************************************************************* \newpage \subsection{Program configuration} @@ -323,6 +328,8 @@ found in \cite{ser16:progref:bformats}. ignore\_object\_integrity\_errors & g & Ignore errors caused by objects without proper end block (\req{err001}\req{chk004}).\\ + quiet & q & Suppress all non-critical messages + to standard error (warnings, informatianal)\\ \hline \end{tabular}\end{center} \caption{Configuration switches} @@ -360,7 +367,8 @@ ConfigurationLine = SwitchLine | StringLine | CommentLine ; | "ignore_block_errors" | "ignore_checksum_errors | "pause_on_checksum_error" | "ignore_unknown_block_errors" - | "ignore_object_integrity" ; + | "ignore_object_integrity" + | "quiet" ; StrLong = "out_file" | "in_file" ; BoolValue = TrueStr | FalseStr ; String = { ? Every character except newline ?} ; @@ -385,14 +393,15 @@ ShortSwitch = "-" SwShort ; ShortParam = "-" StrShort String ; LongParam = "--" StrLong "=" String ; SwShort = "h" | "a" | "c" | "e" | "u" | "s" | "S" - | "b" | "k" | "p" | "n" | "g" ; + | "b" | "k" | "p" | "n" | "g" | "q"; SwLong = "help" | "output_info" | "ouput_called" | "output_exported" | "output_unsatisfied" | "split_objects" [ _"numbered" ] | "ignore_block_errors" | "ignore_checksum_errors" | "pause_on_checksum_error" | "ignore_unknown_block_errors" - | "ignore_object_integrity" ; + | "ignore_object_integrity" + | "quiet" ; StrShort = "o" ; StrLong = "out_file" ; \end{verbatim} @@ -403,7 +412,8 @@ ShortSwitch = "-" SwShort ; \item \emph{pause\_on\_checksum\_errors} implies \emph{ignore\_checksum\_errors}. \item \emph{pause\_on\_checksum\_errors} is completely ignored when input is read from standard input. - \item \emph{output\_*} inhibits tape information output (\req{da001}). + \item \emph{output\_*} and \emph{split\_*} inhibit + tape information output (\req{da001}). \item \emph{help} inhibits all other actions. \end{itemize} } @@ -413,8 +423,6 @@ ShortSwitch = "-" SwShort ; \item Data is read from standard input. \item All error conditions result in immediate program termination and an error message. - \item Tape information according to \req{da001} is output. - \item Normal Text is output to standard output. - \item Error messages are output to standard error. + \item Tape information according to \req{da001} is output to standard output. \end{itemize} }