diff options
Diffstat (limited to 'share/man/man9/rtlabel_id2name.9')
-rw-r--r-- | share/man/man9/rtlabel_id2name.9 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man9/rtlabel_id2name.9 b/share/man/man9/rtlabel_id2name.9 index bb928aadd8e..36514821b96 100644 --- a/share/man/man9/rtlabel_id2name.9 +++ b/share/man/man9/rtlabel_id2name.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtlabel_id2name.9,v 1.2 2014/03/18 15:01:07 mpi Exp $ +.\" $OpenBSD: rtlabel_id2name.9,v 1.3 2014/03/26 14:50:30 mpi Exp $ .\" .\" Copyright (c) 2011 Bret S. Lambert <blambert@openbsd.org> .\" All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 18 2014 $ +.Dd $Mdocdate: March 26 2014 $ .Dt RTLABEL_ID2NAME 9 .Os .Sh NAME @@ -55,6 +55,13 @@ Remove a reference to the route label with ID .Fa id , freeing the label if the reference count drops to 0. .El +.Sh CONTEXT +.Fn rtlabel_id2name , +.Fn rtlabel_id2sa , +.Fn rtlabel_name2id , +and +.Fn rtlabel_unref +can be called during autoconf, from process context, or from interrupt context. .Sh RETURN VALUES .Fn rtlabel_name2id returns |