summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2018-12-16 17:22:35 +0000
committerSami Kerola <kerolasa@iki.fi>2018-12-20 20:37:56 +0000
commite02a022268b5a7d7415c77ef2a6d13298b9b1bf1 (patch)
tree0cea8b0bdaa816b5ef51759fe29cd59d388e93b0
parent3e9536273db3d9fb688337c80c45e4e11c68dfaf (diff)
downloadiputils-e02a022268b5a7d7415c77ef2a6d13298b9b1bf1.tar.gz
man: update rdisc compilation option notes
The -DRDISC_SERVER was true before meson build, now one needs to use 'meson configure builddir -DENABLE_RDISC_SERVER=true' if these features are needed. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
-rw-r--r--doc/rdisc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rdisc.xml b/doc/rdisc.xml
index 6aba3f0..698286a 100644
--- a/doc/rdisc.xml
+++ b/doc/rdisc.xml
@@ -60,7 +60,7 @@ message with the preference being maximally negative.</para>
<para>Server side of router discovery protocol is supported by Cisco IOS
and by any more or less complete UNIX routing daemon, f.e <emphasis remap='B'>gated</emphasis>.
-Or, <command>rdisc</command> can act as responder, if compiled with -DRDISC_SERVER.</para>
+Or, <command>rdisc</command> can act as responder, if compiled with ENABLE_RDISC_SERVER.</para>
</refsect1>
<refsect1 id='options'>
@@ -102,7 +102,7 @@ If <option>-f</option> is not specified in the first form then
<varlistentry>
<term><option>-r</option></term>
<listitem>
-<para>Responder mode, available only if compiled with -DRDISC_SERVER.</para>
+<para>Responder mode, available only if compiled with ENABLE_RDISC_SERVER.</para>
</listitem>
</varlistentry>
<varlistentry>