diff options
author | 2020-05-12 20:47:58 +0000 | |
---|---|---|
committer | 2020-05-12 20:47:58 +0000 | |
commit | e1d085034b0b42f294eed0476e90e0c9f93fb6aa (patch) | |
tree | 53b6fb8fd7e2ebe6874db10e84939c9578d15723 | |
parent | new sentence, new line; (diff) | |
download | wireguard-openbsd-e1d085034b0b42f294eed0476e90e0c9f93fb6aa.tar.xz wireguard-openbsd-e1d085034b0b42f294eed0476e90e0c9f93fb6aa.zip |
add some missing functions to NAME;
ok jan
-rw-r--r-- | share/man/man9/if_rxr_init.9 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man9/if_rxr_init.9 b/share/man/man9/if_rxr_init.9 index fce41849101..7006709db7e 100644 --- a/share/man/man9/if_rxr_init.9 +++ b/share/man/man9/if_rxr_init.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: if_rxr_init.9,v 1.8 2020/05/12 08:49:54 jan Exp $ +.\" $OpenBSD: if_rxr_init.9,v 1.9 2020/05/12 20:47:58 jmc Exp $ .\" .\" Copyright (c) 2014 David Gwynne <dlg@openbsd.org> .\" @@ -21,7 +21,10 @@ .Nm if_rxr_init , .Nm if_rxr_get , .Nm if_rxr_put , +.Nm if_rxr_livelocked , +.Nm if_rxr_needrefill , .Nm if_rxr_inuse , +.Nm if_rxr_cwm , .Nm if_rxr_ioctl , .Nm if_rxr_info_ioctl .Nd Interface Receive Ring accounting |