From 7b16faec3cef6caa15c3ef0e4e7707df48c095ed Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Tue, 17 Nov 2015 11:44:08 -0500 Subject: [PATCH] Update detect_dhcpd.rst Limit the horizontal scrolling to help the output display of the PDF --- .../guides/admin-guides/references/tools/detect_dhcpd.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/guides/admin-guides/references/tools/detect_dhcpd.rst b/docs/source/guides/admin-guides/references/tools/detect_dhcpd.rst index 92435cb69..fa33e4a73 100644 --- a/docs/source/guides/admin-guides/references/tools/detect_dhcpd.rst +++ b/docs/source/guides/admin-guides/references/tools/detect_dhcpd.rst @@ -9,7 +9,9 @@ detect_dhcpd Options: -i interface: The interface which facing the target network. - -m macaddress: The mac that will be used to detect dhcp server. Recommend to use the real mac of the node that will be netboot. If no specified, the mac of interface which specified by -i will be used. + -m macaddress: The mac that will be used to detect dhcp server. Recommend to use the real mac + of the node that will be netboot. If no specified, the mac of interface which + specified by -i will be used. -t timeout: The time to wait to detect the dhcp messages. The default value is 10s. Author: Wang, Xiao Peng