diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-12-09 13:02:14 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-12-09 13:02:14 +0000 |
commit | 6ed3befcec24517cd686e2dbb73971ff301ab53b (patch) | |
tree | 297aaefe70ad39d7e339e1546a188cc8ac837d9b /share | |
parent | 15c3502e5cbcbe8e5a2e9a121a13afe8184c3234 (diff) |
s/timout/timeout
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/route.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/route.9 b/share/man/man9/route.9 index bc8440f6d4a..eab5e34a55c 100644 --- a/share/man/man9/route.9 +++ b/share/man/man9/route.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.9,v 1.2 2011/12/09 12:56:59 sthen Exp $ +.\" $OpenBSD: route.9,v 1.3 2011/12/09 13:02:13 sthen Exp $ .\" .\" Copyright (c) 2011 Bret S. Lambert <blambert@openbsd.org> .\" All rights reserved. @@ -212,7 +212,7 @@ Route timer queues provide a method of queueing routing-related actions to be triggered once per second. .Bl -tag -width Ds .It Fn rt_timer_queue_create "u_int timeout" -Create a timer queue with a timout of +Create a timer queue with a timeout of .Fa timeout seconds. .It Fn rt_timer_add "struct rtentry *rt" \ |