diff options
author | schweikh <schweikh@FreeBSD.org> | 2002-03-16 17:26:07 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2002-03-16 17:26:07 +0000 |
commit | 89db6a9ed40b97dba40d66dbe4b8f227e7f30cd9 (patch) | |
tree | 477bda27aebf1941fb32c436f7c26da6813303b4 | |
parent | 46920ec24f1354d1bbec53119654f5697d3e71df (diff) | |
download | FreeBSD-src-89db6a9ed40b97dba40d66dbe4b8f227e7f30cd9.zip FreeBSD-src-89db6a9ed40b97dba40d66dbe4b8f227e7f30cd9.tar.gz |
Typo; s/Filesytems/Filesystems/
MFC after: 3 days
-rw-r--r-- | share/man/man9/VFS.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VFS.9 b/share/man/man9/VFS.9 index 5732c27..5a8f008 100644 --- a/share/man/man9/VFS.9 +++ b/share/man/man9/VFS.9 @@ -37,7 +37,7 @@ .Sh DESCRIPTION Calls used to set or query filesystems for settings or information. .Pp -Filesytems that don't implement a VFS operation should use the appropriate +Filesystems that don't implement a VFS operation should use the appropriate .Fa vfs_std function from .Pa src/sys/kern/vfs_default.c |