The branch stable/14 has been updated by arrowd: URL: https://cgit.FreeBSD.org/src/commit/?id=fc393006c0ec18c5519cc9309e7ac77d1bad6abf
commit fc393006c0ec18c5519cc9309e7ac77d1bad6abf Author: Lexi Winter <i...@freebsd.org> AuthorDate: 2024-11-07 20:25:10 +0000 Commit: Gleb Popov <arr...@freebsd.org> CommitDate: 2025-07-04 13:28:06 +0000 p9fs.5: rename to p9fs.4 This is a filesystem (driver), not a file format, so it should be in section 4. Pull Request: https://github.com/freebsd/freebsd-src/pull/1520 (cherry picked from commit 5b62dc782d4891845b47f2c0dfbb7717cbfe3897) --- ObsoleteFiles.inc | 3 +++ share/man/man4/Makefile | 1 + share/man/{man5/p9fs.5 => man4/p9fs.4} | 4 ++-- share/man/man5/Makefile | 1 - 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index d8a177732c77..5195dba6d58e 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -560,6 +560,9 @@ OLD_FILES+=usr/include/c++/v1/__type_traits/is_trivially_move_constructible.h OLD_FILES+=usr/include/c++/v1/__type_traits/operation_traits.h OLD_FILES+=usr/include/c++/v1/experimental/__memory +# 20241112: move p9fs from section 5 to section 4 +OLD_FILES+=usr/share/man/man5/p9fs.5.gz + # 20240827: retire fips.so OLD_LIBS+=usr/lib/ossl-modules/fips.so diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 12048cf5fe06..48fead7c6287 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -428,6 +428,7 @@ MAN= aac.4 \ owc.4 \ ovpn.4 \ ${_padlock.4} \ + p9fs.4 \ pass.4 \ pca954x.4 \ pccard.4 \ diff --git a/share/man/man5/p9fs.5 b/share/man/man4/p9fs.4 similarity index 99% rename from share/man/man5/p9fs.5 rename to share/man/man4/p9fs.4 index 5c110e3dc963..04f27abd2545 100644 --- a/share/man/man5/p9fs.5 +++ b/share/man/man4/p9fs.4 @@ -22,8 +22,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd December 7, 2022 -.Dt P9FS 5 +.Dd November 7, 2024 +.Dt P9FS 4 .Os .Sh NAME .Nm p9fs diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 34a8a43d9c7a..84d8d9011503 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -47,7 +47,6 @@ MAN= acct.5 \ nsswitch.conf.5 \ nullfs.5 \ os-release.5 \ - p9fs.5 \ passwd.5 \ pbm.5 \ periodic.conf.5 \