Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Nov 2023 08:29:50 GMT
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8b916c35c288 - main - vfs: fix a typo introdued in previous
Message-ID:  <202311010829.3A18Toju097794@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311010829.3A18Toju097794>