diff options
Diffstat (limited to 'networking/udhcp/dumpleases.1')
-rw-r--r-- | networking/udhcp/dumpleases.1 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/networking/udhcp/dumpleases.1 b/networking/udhcp/dumpleases.1 new file mode 100644 index 000000000..04a04da15 --- /dev/null +++ b/networking/udhcp/dumpleases.1 | |||
@@ -0,0 +1,30 @@ | |||
1 | .TH DUMPLEASES 1 2001-09-27 GNU/Linux "GNU/Linux Administrator's Manual" | ||
2 | .SH NAME | ||
3 | dumpleases \- display leases granted by udhcp server | ||
4 | .SH SYNOPSIS | ||
5 | .B dumpleases | ||
6 | .RI [ OPTION ]... | ||
7 | .SH DESCRIPTION | ||
8 | Display the DHCP leases granted by | ||
9 | .BR udhcpd (8). | ||
10 | .SH OPTIONS | ||
11 | .TP | ||
12 | .BR \-a ,\ \-\-absolute | ||
13 | Interpret lease times as expiration time. | ||
14 | .TP | ||
15 | .BI \-f\ FILE,\ \-\-file= FILE | ||
16 | Read lease information from | ||
17 | .IR FILE . | ||
18 | .TP | ||
19 | .BR \-h ,\ \-\-help | ||
20 | Display help. | ||
21 | .TP | ||
22 | .BR \-r ,\ \-\-remaining | ||
23 | Interpret lease times as remaining time. | ||
24 | .SH FILES | ||
25 | .TP | ||
26 | .I /var/lib/misc/udhcpd.leases | ||
27 | Lease information file. | ||
28 | .SH SEE ALSO | ||
29 | .BR udhcpd (8), | ||
30 | .BR udhcpd.conf (5). | ||