diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-05-24 14:48:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-05-24 14:48:51 +0000 |
commit | b172283af75664d4ca1eacaa9bf0dfd3e3a23958 (patch) | |
tree | 8e802bf12b1206cf4abbfc30a59043eff9929c18 | |
parent | 744177069d51ffa6766e15e97ae5091d3a3506a0 (diff) |
*in* the order of, not *on* the order of;
thanks sthen for verifying that it is approx 10s, not exactly
-rw-r--r-- | usr.sbin/rtsold/rtsold.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rtsold/rtsold.8 b/usr.sbin/rtsold/rtsold.8 index 17c35a6b3ee..41c9900969f 100644 --- a/usr.sbin/rtsold/rtsold.8 +++ b/usr.sbin/rtsold/rtsold.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtsold.8,v 1.29 2013/05/24 12:25:03 jmc Exp $ +.\" $OpenBSD: rtsold.8,v 1.30 2013/05/24 14:48:50 jmc Exp $ .\" $KAME: rtsold.8,v 1.17 2001/07/09 22:30:37 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -124,7 +124,7 @@ option is specified and the daemon cannot get the interface status. This feature does not conform to the IPv6 neighbor discovery specification, but is provided for mobile stations. -The default interval for router advertisements, which is on the order of 10 +The default interval for router advertisements, which is in the order of 10 minutes, is slightly long for mobile stations. This feature is provided for such stations so that they can find new routers as soon as possible |