1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60279

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