summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2013-12-29 03:16:42 +0000
committerguenther <guenther@openbsd.org>2013-12-29 03:16:42 +0000
commit6e2a2bf518fc67eed1f5e8b2db43f66c0ad9c79d (patch)
tree73ee5132315c02cb840cd3aa2b61a9e4e1f22b49
parentAdd db_vprintf() and indicate that db_v?printf() are in <ddb/db_output.h> (diff)
downloadwireguard-openbsd-6e2a2bf518fc67eed1f5e8b2db43f66c0ad9c79d.tar.xz
wireguard-openbsd-6e2a2bf518fc67eed1f5e8b2db43f66c0ad9c79d.zip
Add MLINK for db_vprintf(9)
-rw-r--r--share/man/man9/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index b5f8263f199..f8d13ca252c 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.192 2013/12/23 04:25:42 dlg Exp $
+# $OpenBSD: Makefile,v 1.193 2013/12/29 03:16:42 guenther Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -264,7 +264,8 @@ MLINKS+=pool.9 pool_init.9 pool.9 pool_destroy.9 \
MLINKS+=dma_alloc.9 dma_free.9
MLINKS+=powerhook_establish.9 powerhook_disestablish.9
MLINKS+=printf.9 snprintf.9 printf.9 vsnprintf.9 printf.9 vprintf.9 \
- printf.9 uprintf.9 printf.9 ttyprintf.9 printf.9 db_printf.9
+ printf.9 uprintf.9 printf.9 ttyprintf.9 printf.9 db_printf.9 \
+ printf.9 db_vprintf.9
MLINKS+=psignal.9 pgsignal.9 psignal.9 gsignal.9
MLINKS+=arc4random.9 add_true_randomness.9 \
arc4random.9 add_timer_randomness.9 \