From c6e12dc53a1e65a0089ee0ddb0573a29bc2acd8a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 30 Sep 2018 21:46:49 +0200 Subject: [PATCH 1/1] man: Convert network-dhcp(8) to asciidoc Signed-off-by: Michael Tremer --- man/network-dhcp.txt | 44 +++++++++++++ man/network-dhcp.xml | 145 ------------------------------------------- 2 files changed, 44 insertions(+), 145 deletions(-) create mode 100644 man/network-dhcp.txt delete mode 100644 man/network-dhcp.xml diff --git a/man/network-dhcp.txt b/man/network-dhcp.txt new file mode 100644 index 00000000..a4486193 --- /dev/null +++ b/man/network-dhcp.txt @@ -0,0 +1,44 @@ +network(8) +========== + +NAME +---- +network-dhcp - Controls the DHCP Server + +SYNOPSIS +-------- +[verse] +'network dhcpv6' ... +'network dhcpv4' ... + +DESCRIPTION +----------- +With help of the DHCP commands it is possible to configure DHCP +servers for IPv6 and IPv4. + +COMMANDS +-------- +The following commands are understood: + +'start':: + Starts the DHCP server. + +'stop':: + Stops the DHCP server. + +'restart':: + Restarts the DHCP server. + +'reload':: + Reload the DHCP server configuration. + +'subnet ...':: + TODO + +AUTHORS +------- +Michael Tremer + +SEE ALSO +-------- +link:network[8] diff --git a/man/network-dhcp.xml b/man/network-dhcp.xml deleted file mode 100644 index cc081bb8..00000000 --- a/man/network-dhcp.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - network-dhcp - network - - - - Developer - Michael - Tremer - michael.tremer@ipfire.org - - - - - - network-dhcp - 8 - - - - network-dhcp - Network Configuration Control Program - - - - - network [dhcpv6|dhcpv4] command ... - - - - - Description - - - With help of the dhcp commands it is possible to - configure DHCP servers for IPv6 and IPv4. - - - - - Commands - - - The following commands are understood: - - - - - - start - - - - - Starts the DHCP service. - - - - - - - stop - - - - - Stops the DHCP service. - - - - - - - restart - - - - - Restarts the DHCP service immediately. - - - - - - - reload - - - - - Reload the DHCP service configuration. - - - - - - - show - - - - - Shows the DHCP configuration. - - - - - - - subnet ... - - - - - Use this command to manage subnets. - See - network-dhcp-subnet - 8 - for details. - - - - - - - - See Also - - - - network - 8 - , - - network-dhcp-subnet - 8 - - - - -- 2.39.2