VirtualBox

Changeset 79618 in vbox for trunk/doc


Ignore:
Timestamp:
Jul 9, 2019 12:51:37 AM (6 years ago)
Author:
vboxsync
Message:

VBoxManage/dhcpserver, manpage: Adjustmens and fixes. bugref:9288

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-dhcpserver.xml

    r79611 r79618  
    3939        <arg choice="plain">--interface=<replaceable>ifname</replaceable></arg>
    4040      </group>
    41       <arg choice="req">--ip=<replaceable>dhcpd-address</replaceable></arg>
     41      <arg choice="req">--server-ip=<replaceable>address</replaceable></arg>
    4242      <arg choice="req">--netmask=<replaceable>mask</replaceable></arg>
    4343      <arg choice="req">--lower-ip=<replaceable>address</replaceable></arg>
     
    6565        <arg choice="plain">--interface=<replaceable>ifname</replaceable></arg>
    6666      </group>
    67       <arg choice="opt">--ip=<replaceable>dhcpd-address</replaceable></arg>
    68       <arg choice="opt">--netmask=<replaceable>mask</replaceable></arg>
     67      <arg choice="opt">--server-ip=<replaceable>address</replaceable></arg>
    6968      <arg choice="opt">--lower-ip=<replaceable>address</replaceable></arg>
    7069      <arg choice="opt">--upper-ip=<replaceable>address</replaceable></arg>
     70      <arg choice="opt">--netmask=<replaceable>mask</replaceable></arg>
    7171      <group choice="opt">
    7272        <arg choice="plain">--enable</arg>
     
    159159      <variablelist>
    160160        <varlistentry>
    161           <term><option>--ip=<replaceable>dhcpd-address</replaceable></option></term>
     161          <term><option>--server-ip=<replaceable>address</replaceable></option></term>
    162162          <listitem><para>The IP address the DHCP server should use.</para></listitem>
    163         </varlistentry>
    164         <varlistentry>
    165           <term><option>--netmask=<replaceable>mask</replaceable></option></term>
    166           <listitem><para>The network mask.  Typically 255.255.255.0.</para></listitem>
    167163        </varlistentry>
    168164        <varlistentry>
     
    170166          <listitem><para>The IP address range for the DHCP server to manage.  This
    171167            should not include the address of the DHCP server itself, but it must be
    172             in the same network as it is.  The boundraries are inclusive, so both the
     168            in the same network as it.  The boundraries are inclusive, so both the
    173169            lower and upper addresses will be handed out to clients.</para></listitem>
     170        </varlistentry>
     171        <varlistentry>
     172          <term><option>--netmask=<replaceable>mask</replaceable></option></term>
     173          <listitem><para>The network mask.  Typically 255.255.255.0.</para></listitem>
    174174        </varlistentry>
    175175        <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette