git: c9f2ffe5f9c9 - stable/13 - printf(9): add MLINKS for vlog(9) and vprintf(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Mar 2023 13:14:01 UTC
The branch stable/13 has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=c9f2ffe5f9c910460a4c9c9f05bca3794b0f07a5
commit c9f2ffe5f9c910460a4c9c9f05bca3794b0f07a5
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-02-12 18:58:50 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-03-24 13:12:40 +0000
printf(9): add MLINKS for vlog(9) and vprintf(9)
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 84a44625a50fc548aae43af9e9738c1934b3e611)
---
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 1020d574c889..6aa1bcae3c40 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 \