diff options
| author | Roy Marples <roy@marples.name> | 2008-08-07 10:15:15 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-07 10:15:15 +0000 |
| commit | e837a67042f3b3d128068214774d22d0657168ac (patch) | |
| tree | 7a51910d9583905752a51980d6f05a881fbf8427 /dhcpcd.conf.5.in | |
| parent | 272d4bf457075709238ddfe5188276a7090c8827 (diff) | |
| download | dhcpcd-e837a67042f3b3d128068214774d22d0657168ac.tar.xz | |
Note that we encode the hostname according to RFC1035. As such, we can't use the system defined MAX hostname length.
Diffstat (limited to 'dhcpcd.conf.5.in')
| -rw-r--r-- | dhcpcd.conf.5.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index b2a7e356..84bb9be0 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 June 30, 2008 +.Dd August 7, 2008 .Dt DHCPCD.CONF 5 SMM .Sh NAME .Nm dhcpcd.conf @@ -75,6 +75,9 @@ The current hostname or the hostname specified using the option must be a FQDN. .Nm dhcpcd itself never does any DNS updates. +.Nm dhcpcd +encodes the FQDN hostname as specified in +.Li RFC1035 . .It Ic interface Ar interface Subsequent options are only parsed for this .Ar interface . |
