diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-04-29 01:53:36 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-04-29 01:53:36 +0000 |
commit | 4145e20ffa757105d8b806f8824289729771c411 (patch) | |
tree | 26db5b4d67df02c854f80210711d803968522186 /usr.sbin/dhcp | |
parent | 4d7c39190d21c426ad0316266d8b411de725a6e3 (diff) |
fix spec. PR1217
Diffstat (limited to 'usr.sbin/dhcp')
-rw-r--r-- | usr.sbin/dhcp/dhclient/dhclient.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcp/dhclient/dhclient.conf.5 b/usr.sbin/dhcp/dhclient/dhclient.conf.5 index a1de94806ed..d03933abc16 100644 --- a/usr.sbin/dhcp/dhclient/dhclient.conf.5 +++ b/usr.sbin/dhcp/dhclient/dhclient.conf.5 @@ -430,8 +430,8 @@ specified as zero. The year is specified with the century, so it should generally be four digits except for really long leases. The month is specified as a number starting with 1 for January. The day of the month is likewise specified starting with 1. The hour is a -number between 0 and 23, the minute a number between 0 and 69, and the -second also a number between 0 and 69. +number between 0 and 23, the minute a number between 0 and 60, and the +second also a number between 0 and 60. .SH ALIAS DECLARATIONS \fBalias { \fI declarations ... \fB}\fR .PP |