diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2012-11-26 17:42:06 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2012-11-26 17:42:06 +0000 |
commit | c5220012e8296faf338bb2219123f42d7f7600f8 (patch) | |
tree | 6985e1f5a3c3bfc93fab1a4c6de9959547cd85f0 | |
parent | 2007a7de4749a2ffe373c2af2b2522a7f2b4ff4c (diff) |
The install scripts no longer create hostname.if files with 'dhcp
NONE NONE NONE'. It's just 'dhcp'.
-rw-r--r-- | share/man/man5/hostname.if.5 | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index b07459feca9..801a7d097be 100644 --- a/share/man/man5/hostname.if.5 +++ b/share/man/man5/hostname.if.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.if.5,v 1.56 2011/07/08 01:30:26 deraadt Exp $ +.\" $OpenBSD: hostname.if.5,v 1.57 2012/11/26 17:42:05 krw Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hosts.5 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: July 8 2011 $ +.Dd $Mdocdate: November 26 2012 $ .Dt HOSTNAME.IF 5 .Os .Sh NAME @@ -233,15 +233,6 @@ Miscellaneous options to set on the interface, e.g., .Dq media 100baseTX mediaopt full-duplex . Valid options for a particular interface type can be found in .Xr ifconfig 8 . -The -.Ox -installation script will create -.Nm hostname.if -with options of -.Dq NONE NONE NONE -when DHCP configuration is chosen. -This is the same as specifying just -.Dq dhcp . .El .Pp IPv6 stateless address autoconfiguration: |