diff --git a/man.rst/ifquery.8.rst b/man.rst/ifquery.8.rst index c5850b8..8a09838 100644 --- a/man.rst/ifquery.8.rst +++ b/man.rst/ifquery.8.rst @@ -118,12 +118,14 @@ EXAMPLES **ifquery --print-dependency=dot br2000** - # Create an image (png) from the dot format. + # Create an image (png) from the dot format **ifquery --print-dependency=dot -a > interfaces.dot** **dot -Tpng interfaces.dot > interfaces.png** + (The above command only works on a system with dot installed) + SEE ALSO ======== @@ -131,4 +133,4 @@ SEE ALSO ifdown(8), ifreload(8), interfaces(5), - ifupdownaddons-interfaces(5) + ifupdown-addons-interfaces(5) diff --git a/man.rst/ifreload.8.rst b/man.rst/ifreload.8.rst index 3945f81..41cf3f6 100644 --- a/man.rst/ifreload.8.rst +++ b/man.rst/ifreload.8.rst @@ -56,4 +56,4 @@ SEE ALSO ifdown(8), ifquery(8), interfaces(5), - ifupdownaddons-interfaces(5) + ifupdown-addons-interfaces(5) diff --git a/man.rst/ifup.8.rst b/man.rst/ifup.8.rst index 7474d3e..1e96501 100644 --- a/man.rst/ifup.8.rst +++ b/man.rst/ifup.8.rst @@ -153,4 +153,4 @@ SEE ALSO ifquery(8), ifreload(8), interfaces(5), - ifupdownaddons-interfaces(5) + ifupdown-addons-interfaces(5) diff --git a/man.rst/interfaces.5.rst b/man.rst/interfaces.5.rst index f21dcfd..b507faa 100644 --- a/man.rst/interfaces.5.rst +++ b/man.rst/interfaces.5.rst @@ -33,7 +33,7 @@ DESCRIPTION iface lo inet loopback - source /etc/network/interfaces.d/machine-dependent + source /etc/network/interfaces.d/bridges iface eth0-home inet static address 192.168.1.1/24 @@ -69,14 +69,14 @@ DESCRIPTION ipv6. Following that is the name of the method used to configure the interface. - ifupdown2 supports iface stanzas without a family or a method. This enables + ifupdown supports iface stanzas without a family or a method. This enables using the same stanza for inet and inet6 family addresses. Interface options can be given on subsequent lines in the iface stanza. - These options come from addon modules. see interfaces-addons(5) for + These options come from addon modules. see ifupdown-addons-interfaces(5) for these options. - ifupdown2 supports python-mako style templates in the interfaces file. + ifupdown supports python-mako style templates in the interfaces file. See examples section for details. METHODS @@ -97,10 +97,10 @@ METHODS BUILTIN INTERFACES ================== iface sections for some interfaces like physical interfaces or vlan - interfaces in dot notation (like eth1.100) are understood by ifupdown2. - These kind of interfaces do not need an entry in the interfaces file. - However, if these interfaces need extra configuration like addresses, they - will need to be specified. + interfaces in dot notation (like eth1.100) are understood by ifupdown. + These interfaces do not need an entry in the interfaces file if + they are dependents of other interfaces and dont need any specific + configurations like addresses etc. EXAMPLES ======== @@ -129,7 +129,7 @@ EXAMPLES address 10.20.${v}.3/24 % endfor - For additional syntax and examples see **ifupdownaddons-interfaces(5)** + For additional syntax and examples see **ifupdown-addons-interfaces(5)** FILES ===== @@ -137,7 +137,7 @@ FILES SEE ALSO ======== - ifupdownaddons-interfaces(5), + ifupdown-addons-interfaces(5), ifup(8), ifquery(8), ifreload(8)