diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2013-03-30 02:49:39 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2013-03-30 02:49:39 +0000 |
commit | 57c02dcfb19c4c23819e6a6d1e494721c07edfc0 (patch) | |
tree | f8c5868768096d443f6389a4f3c5523212a04796 | |
parent | ebbe121bae9b4d55e75e0c11aa656c9dbb8aec71 (diff) |
Fix typos.
From "Mike." the.lists()mgm51.com, thanks!
ok jmc
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rtadvd/rtadvd.conf.5 b/usr.sbin/rtadvd/rtadvd.conf.5 index 206f0b85153..621ffde4d8b 100644 --- a/usr.sbin/rtadvd/rtadvd.conf.5 +++ b/usr.sbin/rtadvd/rtadvd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtadvd.conf.5,v 1.31 2012/09/26 16:19:45 jmc Exp $ +.\" $OpenBSD: rtadvd.conf.5,v 1.32 2013/03/30 02:49:38 lteo Exp $ .\" $KAME: rtadvd.conf.5,v 1.46 2003/06/17 08:26:35 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 26 2012 $ +.Dd $Mdocdate: March 30 2013 $ .Dt RTADVD.CONF 5 .Os .Sh NAME @@ -204,14 +204,14 @@ will send RA packets with no prefix information. .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 |