The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=d04da19acbef62f8aee36f5350470dcbf5ba2931
commit d04da19acbef62f8aee36f5350470dcbf5ba2931 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2026-05-20 12:36:40 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2026-05-20 12:36:40 +0000 d.7: Document no support for ddi_pathnam(), getmajor(), and getminor() MFC after: 3 days --- share/man/man7/d.7 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/share/man/man7/d.7 b/share/man/man7/d.7 index 792f6d36ce73..fd72b3f38ba6 100644 --- a/share/man/man7/d.7 +++ b/share/man/man7/d.7 @@ -3,7 +3,7 @@ .\" .\" Copyright (c) 2025-2026 Mateusz Piotrowski <[email protected]> .\" -.Dd May 7, 2026 +.Dd May 20, 2026 .Dt D 7 .Os .Sh NAME @@ -453,3 +453,11 @@ and .Va $taskid are always 0 on .Fx . +.Pp +Functions +.Fn ddi_pathname , +.Fn getmajor , +and +.Fn getminor +are not supported on +.Fx .
