git: 84a44625a50f - main - printf(9): add MLINKS for vlog(9) and vprintf(9)

From: Mitchell Horne <mhorne_at_FreeBSD.org>
Date: Mon, 20 Mar 2023 20:13:33 UTC
The branch main has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=84a44625a50fc548aae43af9e9738c1934b3e611

commit 84a44625a50fc548aae43af9e9738c1934b3e611
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-02-12 18:58:50 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-03-20 20:12:12 +0000

    printf(9): add MLINKS for vlog(9) and vprintf(9)
    
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
---
 share/man/man9/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 3bfc72b69dc6..84b2fbf5e34d 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1811,7 +1811,9 @@ MLINKS+=pmap_resident_count.9 pmap_wired_count.9
 MLINKS+=pmap_zero_page.9 pmap_zero_area.9
 MLINKS+=printf.9 log.9 \
 	printf.9 tprintf.9 \
-	printf.9 uprintf.9
+	printf.9 uprintf.9 \
+	printf.9 vlog.9 \
+	printf.9 vprintf.9
 MLINKS+=priv.9 priv_check.9 \
 	priv.9 priv_check_cred.9
 MLINKS+=prng.9 prng32.9 \