From 9c78d7a06689162780f3cdffeced78ffa8547b2f Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Wed, 18 Apr 2001 08:23:38 +0000 Subject: [PATCH] Fix lots of minor errors in Protocol-A.texi. Document that the invitation membership flag is automatically set in some circumstances. --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index d3f090ab..c6d6b8e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ 2001-04-18 Per Cederqvist + Fix lots of minor errors in Protocol-A.texi. Document that the + invitation membership flag is automatically set in some + circumstances. + * doc/checkargs.py (lexer.__bad_arg): Added a missing + __unget_token to get a better error message. + * doc/Protocol-A.texi: Fix all @rarg{} arguments that used + the wrong argument name. Edit all request prototypes so that the + consistently use semicolon as an argument delimiter, not an + argument terminator. Add missing @rarg{} markup. + (Protocol Version History): Remove a + trailing space. + (get-membership-old): Use @field{read-texts} instead of + @rarg{read-texts}. + (get-created-texts): Added missing '->' token. + (create-anonymous-text): Added @misc{} markup. + (create-person): Use @priv{create-pers} instead of + @rarg{create-pers}. + (modify-system-info): Docuent items-to-delete and items-to-add. + (add-member): Document type, including the fact that the + invitation field is sometimes set automatically. + Check that @rarg{} is used correctly. * doc/Makefile.am (check-doc): Depend on info. so that checkargs.py is only run on a file that makeinfo can process. -- GitLab