VirtualBox

Changeset 86820 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Nov 6, 2020 11:54:23 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141264
Message:

VBoxManage/dhcpserver: Added 'start' and 'stop' sub-commands since 'restart' it to braindead to restart a DHCP server that quit on its own (restart only works if the server is still running).

File:
1 edited

Legend:

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

    r82969 r86820  
    210210      </group>
    211211    </cmdsynopsis>
     212    <cmdsynopsis id="synopsis-vboxmanage-dhcpserver-start">
     213      <command>VBoxManage dhcpserver start</command>
     214      <group choice="req">
     215        <arg choice="plain">--network=<replaceable>netname</replaceable></arg>
     216        <arg choice="plain">--interface=<replaceable>ifname</replaceable></arg>
     217      </group>
     218    </cmdsynopsis>
    212219    <cmdsynopsis id="synopsis-vboxmanage-dhcpserver-restart">
    213220      <command>VBoxManage dhcpserver restart</command>
     221      <group choice="req">
     222        <arg choice="plain">--network=<replaceable>netname</replaceable></arg>
     223        <arg choice="plain">--interface=<replaceable>ifname</replaceable></arg>
     224      </group>
     225    </cmdsynopsis>
     226    <cmdsynopsis id="synopsis-vboxmanage-dhcpserver-stop">
     227      <command>VBoxManage dhcpserver stop</command>
    214228      <group choice="req">
    215229        <arg choice="plain">--network=<replaceable>netname</replaceable></arg>
     
    529543    </refsect2>
    530544
     545    <refsect2 id="vboxmanage-dhcpserver-start">
     546      <title>dhcpserver start</title>
     547      <remark role="help-copy-synopsis"/>
     548      <para>
     549        Start the specified DHCP server.
     550      </para>
     551    </refsect2>
     552
    531553    <refsect2 id="vboxmanage-dhcpserver-restart">
    532554      <title>dhcpserver restart</title>
     
    534556      <para>
    535557        Restarts the specified DHCP server.  The DHCP server must be running.
     558      </para>
     559    </refsect2>
     560
     561    <refsect2 id="vboxmanage-dhcpserver-stop">
     562      <title>dhcpserver stop</title>
     563      <remark role="help-copy-synopsis"/>
     564      <para>
     565        Stops the specified DHCP server.
    536566      </para>
    537567    </refsect2>
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