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.8.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.8.in')
| -rw-r--r-- | dhcpcd.8.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index d17e8e62..9f7fcb03 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 6, 2008 +.Dd August 7, 2008 .Dt DHCPCD 8 SMM .Sh NAME .Nm dhcpcd @@ -302,6 +302,9 @@ The current hostname or the hostname specified using the option must be a FQDN. .Nm itself never does any DNS updates. +.Nm +encodes the FQDN hostname as specified in +.Li RFC1035 . .It Fl I , -clientid Ar clientid Change the default clientid sent from the interface hardware address. If the string is of the format 01:02:03 then it is encoded as hex. |
