Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Fix typo: s/asychronously/asynchronously



details:   https://anonhg.NetBSD.org/src/rev/355487df6b01
branches:  trunk
changeset: 350830:355487df6b01
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Mon Jan 23 11:49:03 2017 +0000

description:
Fix typo: s/asychronously/asynchronously

diffstat:

 share/man/man9/vnode.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d82db2928953 -r 355487df6b01 share/man/man9/vnode.9
--- a/share/man/man9/vnode.9    Mon Jan 23 11:42:03 2017 +0000
+++ b/share/man/man9/vnode.9    Mon Jan 23 11:49:03 2017 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnode.9,v 1.78 2017/01/11 09:08:58 hannken Exp $
+.\"     $NetBSD: vnode.9,v 1.79 2017/01/23 11:49:03 abhinav Exp $
 .\"
 .\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -511,7 +511,7 @@
 .Em v_holdcnt
 are zero, the vnode is cached.
 .It Fn vrele_async "vp"
-Will asychronously release the vnode in different context than the caller,
+Will asynchronously release the vnode in different context than the caller,
 sometime after the call.
 .It Fn vput "vp"
 Legacy convenience routine for unlocking and releasing



Home | Main Index | Thread Index | Old Index