diff options
author | 2015-09-11 22:54:26 +0000 | |
---|---|---|
committer | 2015-09-11 22:54:26 +0000 | |
commit | a32c82594dfef66df9858e5220b24c03da3a7849 (patch) | |
tree | dcc6b3f33fd0ae815614d4d92097e0945e964002 | |
parent | Workaround broken AML by treating FFH vendor 8 the same as vendor 1 (== intel) (diff) | |
download | wireguard-openbsd-a32c82594dfef66df9858e5220b24c03da3a7849.tar.xz wireguard-openbsd-a32c82594dfef66df9858e5220b24c03da3a7849.zip |
add missing functions to NAME;
----------------------------------------------------------------------
-rw-r--r-- | share/man/man9/rtalloc.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/rtalloc.9 b/share/man/man9/rtalloc.9 index 9b406cdb8b7..ec53369ce4a 100644 --- a/share/man/man9/rtalloc.9 +++ b/share/man/man9/rtalloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtalloc.9,v 1.6 2015/09/11 19:27:05 mpi Exp $ +.\" $OpenBSD: rtalloc.9,v 1.7 2015/09/11 22:54:26 jmc Exp $ .\" .\" Copyright (c) 2014-2015 Martin Pieuchot .\" @@ -21,6 +21,7 @@ .Nm rtalloc , .Nm rtalloc_mpath , .Nm rtisvalid , +.Nm rtref , .Nm rtfree .Nd routing entry interface .Sh SYNOPSIS |