File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dnsmasq / contrib / wrt / dhcp_lease_time.1
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 16:31:38 2014 UTC (10 years, 3 months ago) by misho
Branches: elwix, MAIN
CVS tags: v2_71, HEAD
dnsmasq 2.71

    1: .TH DHCP_LEASE_TIME 1
    2: .SH NAME
    3: dhcp_lease_time \- Query remaining time of a lease on a the local dnsmasq DHCP server.
    4: .SH SYNOPSIS
    5: .B  dhcp_lease_time <address>
    6: .SH "DESCRIPTION"
    7: Send a DHCPINFORM message to a dnsmasq server running on the local host
    8: and print (to stdout) the time remaining in any lease for the given
    9: address. The time is given as string printed to stdout.
   10: 
   11: If an error occurs or no lease exists for the given address, 
   12: nothing is sent to stdout a message is sent to stderr and a
   13: non-zero error code is returned.
   14: 
   15: Requires dnsmasq 2.67 or later and may not work with other DHCP servers.
   16: 
   17: The address argument is a dotted-quad IP addresses and mandatory.
   18: .SH LIMITATIONS
   19: Only works with IPv4 addresses and DHCP leases. 
   20: .SH SEE ALSO
   21: .BR dnsmasq (8)
   22: .SH AUTHOR
   23: This manual page was written by Simon Kelley <simon@thekelleys.org.uk>.
   24: 
   25: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>