From 7acef2aad2fc95b2838db1180f539fe2b0aa7077 Mon Sep 17 00:00:00 2001 From: Philipp Kammerer Date: Fri, 22 Nov 2019 21:12:15 +0100 Subject: [PATCH] doc: Proofreading rdisc.xml A few suggestions to make the manpage more easy to read Reviewed-by: Petr Vorel Reviewed-by: Sami Kerola Signed-off-by: Philipp Kammerer --- doc/rdisc.xml | 49 ++++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/doc/rdisc.xml b/doc/rdisc.xml index ab1c673b..05a518c1 100644 --- a/doc/rdisc.xml +++ b/doc/rdisc.xml @@ -44,14 +44,14 @@ xml:id="man.rdisc"> rdisc implements client side of the ICMP - router discover protocol. + Internet Router Discovery Protocol (IRDP). rdisc is invoked at boot time to populate the network routing tables with default routes. rdisc listens on the ALL_HOSTS (224.0.0.1) multicast address (or - receive_address provided it is - given) for ROUTER_ADVERTISE messages from routers. The received + receive_address if it is provided) + for ROUTER_ADVERTISE messages from routers. The received messages are handled by first ignoring those listed router addresses with which the host does not share a network. Among the remaining addresses the ones with the highest preference @@ -61,22 +61,22 @@ xml:id="man.rdisc"> rdisc can avoid waiting for routers to announce themselves by sending out a few ROUTER_SOLICITATION messages to the ALL_ROUTERS (224.0.0.2) multicast address (or - send_address provided it is - given) when it is started. + send_address if it is provided) + when it is started. A timer is associated with each router address and the - address will no longer be considered for inclusion in the the + address will no longer be considered for inclusion in the routing tables if the timer expires before a new advertise message is received from the router. The address will also be excluded from - consideration if the host receives an - advertise message with the - preference being maximally negative. + consideration if the received + advertise message has a + preference of maximum negative. Server side of router discovery protocol is supported by Cisco IOS and by any more or less complete UNIX routing daemon, - f.e - gated. Or, - rdisc can act as responder, if compiled with - ENABLE_RDISC_SERVER. + for example + gated. If compiled with + ENABLE_RDISC_SERVER, rdisc can act as + responder. @@ -105,7 +105,7 @@ xml:id="man.rdisc"> Opposite to , i.e. install only router with the - best preference value. It is default behaviour. + best preference value. This is the default behaviour. @@ -121,13 +121,13 @@ xml:id="man.rdisc"> - Run - rdisc forever even if no routers are - found. Normally + Keep + rdisc running in the background even + if no routers are found. Normally rdisc gives up if it has not received any advertise message after - after soliciting three times, in which case it exits with + soliciting three times. In this case it exits with a non-zero exit code. If is not specified in the first form then @@ -165,7 +165,7 @@ xml:id="man.rdisc"> preference - Set preference in advertisement. Available only + Set preference in advertisement messages. Available only with -r option. @@ -176,7 +176,7 @@ xml:id="man.rdisc"> Set maximum advertisement interval in seconds. - Default is 600 secs. Available only with -r + Default is 600. Available only with -r option. @@ -193,7 +193,7 @@ xml:id="man.rdisc"> - Be verbose i.e. send lots of debugging messages to + Be verbose and send lots of debugging messages to syslog. @@ -214,7 +214,7 @@ xml:id="man.rdisc"> This program was developed by Sun Microsystems (see copyright notice in source file). It was ported to Linux by - Alexey Kuznetsov<kuznet@ms2.inr.ac.ru>. + Alexey Kuznetsov kuznet@ms2.inr.ac.ru. @@ -240,9 +240,8 @@ xml:id="man.rdisc"> REFERENCES - Deering, S.E.,ed "ICMP Router Discovery Messages", - RFC1256, Network Information Center, SRI International, Menlo - Park, Calif., September 1991. + RFC1256 ICMP Router Discovery Messages. S. Deering, Ed.. + September 1991.