git: 8b916c35c288 - main - vfs: fix a typo introdued in previous
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 08:29:50 UTC
The branch main has been updated by mjg:
URL: https://cgit.FreeBSD.org/src/commit/?id=8b916c35c2885867df2351a94a4b22100ad8eade
commit 8b916c35c2885867df2351a94a4b22100ad8eade
Author: Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2023-11-01 08:29:29 +0000
Commit: Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2023-11-01 08:29:29 +0000
vfs: fix a typo introdued in previous
Reported by: pstef
---
share/man/man9/getnewvnode.9 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man9/getnewvnode.9 b/share/man/man9/getnewvnode.9
index 89f8bfc0aa6e..d35c1a080158 100644
--- a/share/man/man9/getnewvnode.9
+++ b/share/man/man9/getnewvnode.9
@@ -60,7 +60,7 @@ Points to the new vnode upon successful completion.
.Fn getnewvnode
returns 0 on success.
.Sh BUGS
-It never return an error, instead either succeeds or blocks indefinitely.
+It never returns an error, instead either succeeds or blocks indefinitely.
.Sh AUTHORS
This manual page was written by
.An Chad David Aq Mt davidc@acns.ab.ca .