From 62625989de29c720a078c5fb9f2400bdcc387ea6 Mon Sep 17 00:00:00 2001 From: Sven-Ola Tuecke Date: Wed, 17 Dec 2008 09:08:39 +0100 Subject: [PATCH] Removed soft hyphens from DocBook --- files/Makefile | 16 ++++++++++++++++ files/olsrd-manpages.xml | 33 ++++++++++++++++----------------- 2 files changed, 32 insertions(+), 17 deletions(-) create mode 100644 files/Makefile diff --git a/files/Makefile b/files/Makefile new file mode 100644 index 00000000..40776438 --- /dev/null +++ b/files/Makefile @@ -0,0 +1,16 @@ +MANS += olsrd.8.gz +MANS += olsrd.conf.5.gz +MANS += olsr_switch.8.gz + +$(MANS): olsrd-manpages.xml + docbook2x-man --solinks $^ + gzip -f $(patsubst %.gz,%, $(MANS)) + +index.html: olsrd-manpages.xml + docbook2html -V '%use-id-as-filename%' $^ + +clean: + rm -fv $(MANS) + rm -fv $(patsubst %.gz,%, $(MANS)) + rm -fv index.html + rm -fv $(patsubst %_gz,%.html, $(subst .,_,$(MANS))) diff --git a/files/olsrd-manpages.xml b/files/olsrd-manpages.xml index d5633328..d36500e6 100644 --- a/files/olsrd-manpages.xml +++ b/files/olsrd-manpages.xml @@ -307,7 +307,7 @@ Use this option to connect to the olsr_switch network - simulation applica‐ tion. Here IP address will be the IP address + simulation application. Here IP address will be the IP address that the process will set as its main address in the emulation mode. This address has no connection to the real IP-stack and can be chosen freely. @@ -509,7 +509,7 @@ This option sets the interval, in seconds, that olsrd will - check the configured inter‐ faces for changes in configuration. + check the configured interfaces for changes in configuration. Defaults to 2.5. @@ -535,9 +535,9 @@ This value decides how many MPRs a node should attempt to - select for every two hop neigh‐ bor. Defaults to + select for every two hop neighbor. Defaults to 1, and any other setting will severly reduce - the optimization intro‐ duced by the MPR secheme! + the optimization introduced by the MPR secheme! @@ -547,7 +547,7 @@ This setting decides the Link Quality scheme to use. If set to 0 link quality is not regarded and olsrd runs in "RFC3626 - mode". If set to 1 link quality is used when calcu‐ lating MPRs. + mode". If set to 1 link quality is used when calculating MPRs. If set to 2 routes will also be calculated based on distributed link quality information. Note that a setting of 1 or 2 breaks RFC3626 compability! This option @@ -598,7 +598,7 @@ connections. : This option specifies - how many connections that can exist simoult‐ neously. Multiple + how many connections that can exist simoultneously. Multiple connections have not been tested, and does not work! This option should only be used to control wheter or not processes can connect to olsrd by setting it either to 0, which will tell olsrd not to @@ -608,12 +608,12 @@ : This option specifies a single host that is allowed to connect to olsrd. By default only the loopback address(127.0.0.1) is set to be allowed. So if you - want to be able to con‐ nect from another host you should add it - here. This option can be repeated to add multi‐ ple hosts. + want to be able to connect from another host you should add it + here. This option can be repeated to add multiple hosts. : Here you can specify an entire netrange of IP addresses which olsrd - will allow TCP con‐ nections from. This option can be repeated to + will allow TCP connections from. This option can be repeated to add multiple networks. @@ -644,7 +644,7 @@ : Specifies a IPv6 network to announce in HNA messages. The second value is the prefix-length of the network address. Multiple entries can be - added. To announce Internet con‐ nectivity set :: + added. To announce Internet connectivity set :: 0 @@ -669,7 +669,7 @@ This optionblock specifies one or more network interfaces on which olsrd should run. Atleast one network interface block must - be specified for olsrd to run! Various parame‐ ters can be + be specified for olsrd to run! Various parameters can be specified on individual interfaces or groups of interfaces. This optionblock can be repeated to add multiple interface configurations. @@ -682,7 +682,7 @@ : Forces the given IPv4 broadcast address to be used as destination address for - all outgo‐ ing OLSR traffic on the interface. In reallity only the + all outgoing OLSR traffic on the interface. In reallity only the address 255.255.255.255 makes sense to set here. If this option is not set the broadcast address that the interface is configured with will be used. This address will also @@ -700,7 +700,7 @@ : Sets the destionation of outgoing OLSR traffic on this interface to use the specified IPv6 multicast address as destination if the global - address type is set on this inter‐ face. + address type is set on this interface. : Sets the interval on which HELLO messages will be generated and transmitted on this @@ -713,8 +713,7 @@ generation interval. : Sets the interval on - which TC messages will be generated and transmitted on this inter‐ - face. + which TC messages will be generated and transmitted on this interface. : Sets the validity time to be announced in TC messages generated by this host on this @@ -724,7 +723,7 @@ : Sets the interval on which MID messages will be generated and transmitted on this - inter‐ face. + interface. : Sets the validity time to be announced in MID messages generated by this host on @@ -734,7 +733,7 @@ : Sets the interval on which HNA messages will be generated and transmitted on this - inter‐ face. + interface. : Sets the validity time to be announced in HNA messages generated by this host on -- 2.20.1