changeset 4272:f1720bb9e425 draft

Document fqdn none.
author Roy Marples <roy@marples.name>
date Thu, 03 May 2018 22:29:05 +0100
parents c31474e97012
children 9dfac43a510d
files src/dhcpcd.conf.5.in
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dhcpcd.conf.5.in	Wed May 02 22:49:11 2018 +0100
+++ b/src/dhcpcd.conf.5.in	Thu May 03 22:29:05 2018 +0100
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 29, 2018
+.Dd May 3, 2018
 .Dt DHCPCD.CONF 5
 .Os
 .Sh NAME
@@ -385,7 +385,8 @@
 Only configure IPv4.
 .It Ic ipv6only
 Only configure IPv6.
-.It Ic fqdn Op disable | ptr | both
+.It Ic fqdn Op disable | none | ptr | both
+none will not ask the DHCP server to update DNS.
 ptr just asks the DHCP server to update the PTR
 record of the host in DNS whereas both also updates the A record.
 disable will disable the FQDN option.