From 9dca1aebb41dc6648c7e23cc2764ea8c6899190f Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Tue, 9 May 2000 18:44:34 +0000 Subject: [PATCH] Correct a patch name and use the correct macro for displaying it. PR: docs/18468 Submitted by: Anatoly Vorobey --- share/man/man9/VFS.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/VFS.9 b/share/man/man9/VFS.9 index 4b48d99b7e7c..972b336e4559 100644 --- a/share/man/man9/VFS.9 +++ b/share/man/man9/VFS.9 @@ -40,7 +40,7 @@ Calls used to set or query filesystems for settings or information. Filesytems that don't implement a VFS operation should use the appropriate .Fa vfs_std function from -.Fa src/sys/vfs_defaults.c +.Pa src/sys/kern/vfs_default.c rather than implementing empty functions or casting to .Fa eopnotsupp . .Sh SEE ALSO