diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2026-05-20 12:36:40 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2026-05-20 12:36:40 +0000 |
| commit | d04da19acbef62f8aee36f5350470dcbf5ba2931 (patch) | |
| tree | 6a58b4dfe7887b45b265ba784a37ec4140e4ea09 | |
| parent | 31855427d93425a699ff9f53cb5eaf2f4e1be200 (diff) | |
d.7: Document no support for ddi_pathnam(), getmajor(), and getminor()
MFC after: 3 days
| -rw-r--r-- | share/man/man7/d.7 | 10 |
1 files changed, 9 insertions, 1 deletions
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 <0mp@FreeBSD.org> .\" -.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 . |
