diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-11-08 08:14:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-11-08 08:14:12 +0000 |
commit | c3c97395079fd9ae667738a2066323a755ea4030 (patch) | |
tree | 88ee6fb53dd87d581308f79812d71e4e0d686ffc /share | |
parent | 0977a03454b2ffe83d17dca0eb0c7307643dd31a (diff) |
spelling;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/if_addrhook_add.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/if_addrhook_add.9 b/share/man/man9/if_addrhook_add.9 index 29c6f0a9518..225cb815046 100644 --- a/share/man/man9/if_addrhook_add.9 +++ b/share/man/man9/if_addrhook_add.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: if_addrhook_add.9,v 1.1 2019/11/08 07:36:52 dlg Exp $ +.\" $OpenBSD: if_addrhook_add.9,v 1.2 2019/11/08 08:14:11 jmc Exp $ .\" .\" Copyright (c) 2019 David Gwynne <dlg@openbsd.org> .\" @@ -43,7 +43,7 @@ .Ft void .Fn if_inkstatehook_del "struct ifnet *ifp" "struct task *t" .Sh DESCRIPTION -The inteface hook API allows for the registration of a task that +The interface hook API allows for the registration of a task that will be called when an IP address change, link state, or detach event occurs on the specified interface. Tasks should be initialised with |