git: 936bb5c85c33 - stable/14 - vnet.9: Rename vnet.9/vimage.9 to VNET.9/VIMAGE.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Aug 2026 18:32:48 UTC
The branch stable/14 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=936bb5c85c33a79824e6baadf7c7bf49faa8c499
commit 936bb5c85c33a79824e6baadf7c7bf49faa8c499
Author: Quentin Thébault <quentin.thebault@defenso.fr>
AuthorDate: 2025-09-16 02:38:18 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-05 18:27:53 +0000
vnet.9: Rename vnet.9/vimage.9 to VNET.9/VIMAGE.9
Fix crossreferences to VNET(9) by correcting it's capitalization.
MFC after: 3 days
Reviewed by: enji, ziaee
Closes: https://github.com/freebsd/freebsd-src/pull/1848
(cherry picked from commit 3049b2f5115b3b4aed202274e866f360fa2560d1)
(cherry picked from commit 8f7a4d7949d83c13a7451cba7626950d182dfc5d)
(cherry picked from commit 08d41d8803d9dd49b709518e8f2ce292b59e9828)
---
ObsoleteFiles.inc | 4 ++++
contrib/kyua/doc/kyuafile.5.in | 2 +-
share/man/man9/Makefile | 4 ++--
share/man/man9/{vnet.9 => VNET.9} | 0
4 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 1fe83815b9f5..d4c05005f5a2 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -600,6 +600,10 @@ OLD_FILES+=usr/share/examples/dma/auth.conf
# 20251006: Remove libnss_tacplus.a (it never should have been installed)
OLD_FILES+=usr/lib/libnss_tacplus.a
+# 20250917: Remove a miscapitalized manual
+OLD_FILES+=usr/share/man/man9/vnet.9.gz
+OLD_FILES+=usr/share/man/man9/vimage.9.gz
+
# 20250826: Remove a misspelled manual
OLD_FILES+=usr/share/man/man3/sysdecode_syscallnames.3.gz
diff --git a/contrib/kyua/doc/kyuafile.5.in b/contrib/kyua/doc/kyuafile.5.in
index 43f00816d407..a9106e95d790 100644
--- a/contrib/kyua/doc/kyuafile.5.in
+++ b/contrib/kyua/doc/kyuafile.5.in
@@ -485,7 +485,7 @@ plain_test_program{name='the_test',
.Ss FreeBSD jail execution environment
The following example configures the test to be run within a temporary jail
with
-.Xr vnet 9
+.Xr VNET 9
support and the permission to create raw sockets:
.Bd -literal -offset indent
syntax(2)
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 9d7585ffc2ee..a7729d90e07f 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -418,7 +418,7 @@ MAN= accept_filter.9 \
vn_deallocate.9 \
vn_fullpath.9 \
vn_isdisk.9 \
- vnet.9 \
+ VNET.9 \
vnode.9 \
vnode_pager_setsize.9 \
vnode_pager_purge_range.9 \
@@ -2485,7 +2485,7 @@ MLINKS+=VOP_OPENCLOSE.9 VOP_CLOSE.9 \
MLINKS+=VOP_RDWR.9 VOP_READ.9 \
VOP_RDWR.9 VOP_WRITE.9
MLINKS+=VOP_REMOVE.9 VOP_RMDIR.9
-MLINKS+=vnet.9 vimage.9
+MLINKS+=VNET.9 VIMAGE.9
MLINKS+=vref.9 VREF.9 \
vref.9 vrefl.9
MLINKS+=vrele.9 vput.9 \
diff --git a/share/man/man9/vnet.9 b/share/man/man9/VNET.9
similarity index 100%
rename from share/man/man9/vnet.9
rename to share/man/man9/VNET.9