Skip to content

Commit 0abee38

Browse files
committed
vnode.9: Fix a typo in sys/tools/vnode_if.awk path name
Fixes: e018265 vnode.9: Document vnode_if.awk and vnode_if.src MFC after: 1 week
1 parent 42f1054 commit 0abee38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/man/man9/vnode.9

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2525
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
.\"
27-
.Dd October 9, 2024
27+
.Dd July 15, 2025
2828
.Dt VNODE 9
2929
.Os
3030
.Sh NAME
@@ -113,7 +113,7 @@ The
113113
function declarations and definitions are generated from
114114
.Pa sys/kern/vnode_if.src
115115
by the
116-
.Pa sys/tools/vndoe_if.awk
116+
.Pa sys/tools/vnode_if.awk
117117
script.
118118
The interfaces are documented in their respective manual pages like
119119
.Xr VOP_READ 9

0 commit comments

Comments
 (0)