diff options
author | 2011-12-09 13:02:13 +0000 | |
---|---|---|
committer | 2011-12-09 13:02:13 +0000 | |
commit | 126719709e4584c030f2149ea3f475b002dd31d4 (patch) | |
tree | e0bbed6eb8d83a82b38622bf9f8da933146d5fc7 | |
parent | typo, s/conficts/conflicts/ (diff) | |
download | wireguard-openbsd-126719709e4584c030f2149ea3f475b002dd31d4.tar.xz wireguard-openbsd-126719709e4584c030f2149ea3f475b002dd31d4.zip |
s/timout/timeout
-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" \ |