Correct a patch name and use the correct macro for displaying it.

PR:		docs/18468
Submitted by:	Anatoly Vorobey <mellon@pobox.com>
This commit is contained in:
Mike Pritchard 2000-05-09 18:44:34 +00:00
parent 325bde0fb7
commit 9dca1aebb4

View File

@ -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