summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2016-02-05 15:56:35 -0800
committerShawn Routhier <sar@isc.org>2016-02-05 15:56:35 -0800
commit3978c5eae52f2d8666951f64df326ad06a674e17 (patch)
treeeb22d5f84b85f13585f30cf33887b4b122b270f8
parent1d3fc4d0d8f8781c1c718d31ea33096a3f48e8ab (diff)
downloadisc-dhcp-3978c5eae52f2d8666951f64df326ad06a674e17.tar.gz
[master] Fix send description in dhclient.conf.5
There can be only one option per send statement.
-rw-r--r--client/dhclient.conf.513
1 files changed, 7 insertions, 6 deletions
diff --git a/client/dhclient.conf.5 b/client/dhclient.conf.5
index 3082df6c..11706d9e 100644
--- a/client/dhclient.conf.5
+++ b/client/dhclient.conf.5
@@ -1,6 +1,7 @@
.\" $Id: dhclient.conf.5,v 1.34 2012/01/24 22:23:39 sar Exp $
.\"
-.\" Copyright (c) 2009-2012,2014 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2014,2016 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2009-2012 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium
.\"
@@ -266,17 +267,17 @@ options will be ignored. There is no default require list.
interface eth0 {
also require domain-search;
}
+.fi
.PP
.I The
.B send
.I statement
.PP
- \fBsend { [ \fIoption declaration\fR ]
-[\fB,\fI ... \fIoption declaration\fR ]\fB}\fR
+ \fBsend [ \fIoption declaration\fR ] \fB;\fR
.PP
-The send statement causes the client to send the specified options to
-the server with the specified values. These are full option
-declarations as described in \fBdhcp-options(5)\fR. Options that are
+The send statement causes the client to send the specified option to
+the server with the specified value. This is a full option
+declaration as described in \fBdhcp-options(5)\fR. Options that are
always sent in the DHCP protocol should not be specified here, except
that the client can specify a requested \fBdhcp-lease-time\fR option other
than the default requested lease time, which is two hours. The other