diff options
| author | Roy Marples <roy@marples.name> | 2008-08-06 08:31:20 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-06 08:31:20 +0000 |
| commit | 14b5ef555cd44f42aeb1364a32f17384c525f792 (patch) | |
| tree | 3da1239b4959a375dead92dfaab68a1ba3664e79 /dhcpcd.8.in | |
| parent | 7f692d054ca89f52ba7113efb14433445c45dafb (diff) | |
| download | dhcpcd-14b5ef555cd44f42aeb1364a32f17384c525f792.tar.xz | |
Allow disable for fqdn option so command line can override config.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index 7a3dcf1e..d17e8e62 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 Jul 28, 2008 +.Dd August 6, 2008 .Dt DHCPCD 8 SMM .Sh NAME .Nm dhcpcd @@ -296,7 +296,7 @@ Requests that the DHCP server updates DNS using FQDN instead of just a hostname. Valid values for .Ar fqdn -are none, ptr and both. +are disable, none, ptr and both. The current hostname or the hostname specified using the .Fl h , -hostname option must be a FQDN. |
