diff options
author | 2017-07-31 18:56:21 +0000 | |
---|---|---|
committer | 2017-07-31 18:56:21 +0000 | |
commit | 184e88863058b78925982b84bed05f2097729ac6 (patch) | |
tree | cbf4f3a9bbe52f84a68a8bb2dae7d9af5c8c8c5b | |
parent | Tweak demoted state test, ok jca@ (diff) | |
download | wireguard-openbsd-184e88863058b78925982b84bed05f2097729ac6.tar.xz wireguard-openbsd-184e88863058b78925982b84bed05f2097729ac6.zip |
Shorten description and remove details regarding the parser implementation.
ok jmc@ krw@
-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 |