diff --git a/doc/lyskomd.texi b/doc/lyskomd.texi index 15bb4efd48773ba99919aeba38443ecbde5f7971..51113e10011a9bf2295acc477b600995f9b4aebd 100644 --- a/doc/lyskomd.texi +++ b/doc/lyskomd.texi @@ -1,5 +1,5 @@ \input texinfo -@c $Id: lyskomd.texi,v 1.42 2001/12/22 17:00:59 ceder Exp $ +@c $Id: lyskomd.texi,v 1.43 2001/12/28 20:20:56 ceder Exp $ @c %**start of header @setfilename lyskomd.info @include version.texi @@ -1984,7 +1984,7 @@ Add a line in the @code{prot_a_reply} switch that calls the correct output function. @item server/connections.h -Add the type in @code{Res_type}and @code{Result_holder}. +Add the type in @code{enum res_type} and @code{Result_holder}. @item server/prot-a-output.c @itemx server/prot-a-output.h @@ -2027,7 +2027,7 @@ Modify the current line in @code{prot_a_reply} for the existing version of the type, and add a new line for the new version of the type. @item connections.h -Modify the existing entry in @code{Res_type} and @code{Result_holder}, +Modify the existing entry in @code{enum res_type} and @code{Result_holder}, if necessary. This should only be necessary if the server uses both a new and old type internally, which is not recommended. Add new entries for the new version of the type.