diff options
author | anton <anton@cvs.openbsd.org> | 2017-07-31 18:56:22 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2017-07-31 18:56:22 +0000 |
commit | bde0d68996dc78d911c4cf7d144eb6241f6c7158 (patch) | |
tree | d1d4620d363f8ac78bf99157e3dc92c4f31ba4dd /sbin | |
parent | a1369b0c316e8075ab899f0adfa6c0b5881ef076 (diff) |
Shorten description and remove details regarding the parser implementation.
ok jmc@ krw@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dhclient/dhclient.conf.5 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/sbin/dhclient/dhclient.conf.5 b/sbin/dhclient/dhclient.conf.5 index 138ddfeeda6..20ffe8f9d34 100644 --- a/sbin/dhclient/dhclient.conf.5 +++ b/sbin/dhclient/dhclient.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhclient.conf.5,v 1.34 2016/09/01 20:06:52 jmc Exp $ +.\" $OpenBSD: dhclient.conf.5,v 1.35 2017/07/31 18:56:21 anton Exp $ .\" .\" Copyright (c) 1997 The Internet Software Consortium. .\" All rights reserved. @@ -36,29 +36,26 @@ .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.Dd $Mdocdate: September 1 2016 $ +.Dd $Mdocdate: July 31 2017 $ .Dt DHCLIENT.CONF 5 .Os .Sh NAME .Nm dhclient.conf .Nd DHCP client configuration file .Sh DESCRIPTION -The .Nm -file contains configuration information for +is the configuration file for .Xr dhclient 8 . .Pp The .Nm -file is a free-form ASCII text file. -It is parsed by the recursive-descent parser built into -.Xr dhclient 8 . -The file may contain extra tabs and newlines for formatting purposes. +file is a free-form ASCII text file that may contain extra tabs and newlines for +formatting purposes. Keywords in the file are case-insensitive. Comments may be placed anywhere within the file (except within quotes). Comments begin with the .Sq # -character and end at the end of the line. +character and extend to the end of the current line. .Pp The .Nm |