Ticket #198: avahi-man.patch

File avahi-man.patch, 1.7 KB (added by Arthur_van_Hoff@…, 4 years ago)

Patch to document -i option in for avahi tools.

  • avahi-browse.1.xml.in

     
    6767      </option> 
    6868 
    6969      <option> 
     70        <p><opt>-i | --interface=</opt> <arg>INTERFACE</arg></p> 
     71        <optdesc><p>Specify which interface to use.</p></optdesc> 
     72      </option> 
     73 
     74      <option> 
    7075        <p><opt>-t | --terminate</opt></p> 
    7176        <optdesc><p>Terminate after dumping a more or less complete list.</p></optdesc> 
    7277      </option> 
  • avahi-publish.1.xml.in

     
    6262      </option> 
    6363 
    6464      <option> 
     65        <p><opt>-i | --interface=</opt> <arg>INTERFACE</arg></p> 
     66        <optdesc><p>Specify which interface to use.</p></optdesc> 
     67      </option> 
     68 
     69      <option> 
    6570        <p><opt>-H | --host=</opt> <arg>HOSTNAME</arg></p> 
    6671        <optdesc><p>Specify a host name for this service, in case it 
    6772        doesn't reside on the local host. This host name needs to be 
  • avahi-resolve.1.xml.in

     
    6363      </option> 
    6464 
    6565      <option> 
     66        <p><opt>-i | --interface=</opt> <arg>INTERFACE</arg></p> 
     67        <optdesc><p>Specify which interface to use.</p></optdesc> 
     68      </option> 
     69 
     70      <option> 
    6671        <p><opt>-6</opt></p> 
    6772        <optdesc><p>When resolving a host name, look for IPv6 addresses exclusively.</p></optdesc> 
    6873      </option>