X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/3b7437bce8c3c8f20c3e2f4cf4c518634f7adcef..fddbedf7b1b4b19add30eeb62281748cc77e6955:/doc/runtime.tex diff --git a/doc/runtime.tex b/doc/runtime.tex index 59b4d72..83acd31 100644 --- a/doc/runtime.tex +++ b/doc/runtime.tex @@ -43,7 +43,7 @@ calling functions which make use of keyword arguments; see The header file defines two simple structure types, and a function type which will be described later. -\begin{describe}{type}[struct kwval] +\begin{describe}{ty}[struct kwval] {struct kwval \{ \\ \ind const char *kw; \\ const void *val; \-\\ @@ -56,7 +56,7 @@ will be described later. the actual argument type.) \end{describe} -\begin{describe}{type}[struct kwtab] +\begin{describe}{ty}[struct kwtab] {struct kwtab \{ \\ \ind const struct kwval *v; \\ size_t n; \-\\ @@ -528,7 +528,7 @@ call @|kw_unknown|. message to the standard error stream and calls \man{abort}{3}. \end{describe} -\begin{describe}{type}[kw_unkhookfn] +\begin{describe}{ty}[kw_unkhookfn] {typedef void kw_unkhookfn(const char *@, const char *@);} The @|kw_unkhookfn| type is the type of unknown-keyword handler functions.