diff options
| author | Roy Marples <roy@marples.name> | 2008-08-13 21:29:30 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-13 21:29:30 +0000 |
| commit | 7b1ae6d97bfd6191bba5108ff6b2dea8237b9cbb (patch) | |
| tree | 69a06be9b9fe5a08391d30e468ea55906c170ec4 /dhcpcd.conf.5.in | |
| parent | c22ce5910d50c60031684fb3ef654d4c819c3858 (diff) | |
| download | dhcpcd-7b1ae6d97bfd6191bba5108ff6b2dea8237b9cbb.tar.xz | |
classid -> vendorclassid to match the RFC description.
Diffstat (limited to 'dhcpcd.conf.5.in')
| -rw-r--r-- | dhcpcd.conf.5.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index 84bb9be0..c7fa68a6 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 7, 2008 +.Dd August 13, 2008 .Dt DHCPCD.CONF 5 SMM .Sh NAME .Nm dhcpcd.conf @@ -43,8 +43,8 @@ Blank lines and lines starting with # are ignored. .Pp Here's a list of available options: .Bl -tag -width indent -.It Ic classid Ar string -Change the default classid sent from dhcpcd-version. +.It Ic vendorclassid Ar string +Change the default vendorclassid sent from dhcpcd-version. If not set then none is sent. .It Ic clientid Ar string Change the default clientid sent from the interface hardware address. |
