diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-08-10 17:09:08 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-08-10 17:09:08 +0000 |
| commit | 9cc94db2fe72b2c4a336dabcf84f9d8c44e76a7f (patch) | |
| tree | 0f925e5d2ff4698c784340812c75d6ec8f1d9f44 /usr.sbin/rtadvd | |
| parent | b5c9941514a11ce20e15aebce59c994fd33b5230 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/rtadvd')
| -rw-r--r-- | usr.sbin/rtadvd/rtadvd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rtadvd/rtadvd.conf.5 b/usr.sbin/rtadvd/rtadvd.conf.5 index c5759ff381ee..dcc73cce95cf 100644 --- a/usr.sbin/rtadvd/rtadvd.conf.5 +++ b/usr.sbin/rtadvd/rtadvd.conf.5 @@ -1,4 +1,4 @@ -.\" $KAME: rtadvd.conf.5,v 1.49 2003/07/24 21:51:26 jinmei Exp $ +.\" $KAME: rtadvd.conf.5,v 1.50 2005/01/14 05:30:59 jinmei Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -228,14 +228,14 @@ doublequote character. .Pq unit: seconds . The default value is 2592000 (30 days). .It Cm \&vltimedecr -(bool) This item means the advertised valid lifetime will decrements +(bool) This item means the advertised valid lifetime will decrement in real time, which is disabled by default. .It Cm \&pltime (num) Preferred lifetime field .Pq unit: seconds . The default value is 604800 (7 days). .It Cm \&pltimedecr -(bool) This item means the advertised preferred lifetime will decrements +(bool) This item means the advertised preferred lifetime will decrement in real time, which is disabled by default. .El .Pp |
