From 725270cb1da0672128675924844531e56c6ea64e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 8 Jun 2000 12:37:21 +0000 Subject: Fixes for the programmer's manual. --- nest/cli.c | 4 ++-- nest/proto.sgml | 8 ++++---- nest/rt-table.c | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'nest') diff --git a/nest/cli.c b/nest/cli.c index a917bcb..e3f9ccf 100644 --- a/nest/cli.c +++ b/nest/cli.c @@ -35,12 +35,12 @@ * on the current state of command processing. * * The CLI commands are declared as a part of the configuration grammar - * by using the |CF_CLI| macro. When a command is received, it's processed + * by using the |CF_CLI| macro. When a command is received, it is processed * by the same lexical analyzer and parser as used for the configuration, but * it's switched to a special mode by prepending a fake token to the text, * so that it uses only the CLI command rules. Then the parser invokes * an execution routine corresponding to the command, which either constructs - * the whole reply and returns back or (in case it expects the reply will be long) + * the whole reply and returns it back or (in case it expects the reply will be long) * it prints a partial reply and asks the CLI module (using the @cont hook) * to call it again when the output is transferred to the user. * diff --git a/nest/proto.sgml b/nest/proto.sgml index 6e20269..1d4c31a 100644 --- a/nest/proto.sgml +++ b/nest/proto.sgml @@ -8,14 +8,14 @@ Introduction -

The routing protocols are the BIRD's heart and a fine amount of code +

The routing protocols are the bird's heart and a fine amount of code is dedicated to their management and for providing support functions to them. (-: Actually, this is the reason why the directory with sources of the core code is called When talking about protocols, one need to distinguish between The @@ -73,7 +73,7 @@ its state by calling the