Source-Changes-HG archive

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

[src/trunk]: src/sys/nfs s/directry/directory/



details:   https://anonhg.NetBSD.org/src/rev/ba70e1eb91e8
branches:  trunk
changeset: 1022898:ba70e1eb91e8
user:      andvar <andvar%NetBSD.org@localhost>
date:      Thu Aug 12 20:25:26 2021 +0000

description:
s/directry/directory/

diffstat:

 share/man/man3/dirent.3 |  4 ++--
 sys/nfs/nfsm_subs.h     |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 72710f1a10ea -r ba70e1eb91e8 share/man/man3/dirent.3
--- a/share/man/man3/dirent.3   Thu Aug 12 20:13:54 2021 +0000
+++ b/share/man/man3/dirent.3   Thu Aug 12 20:25:26 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dirent.3,v 1.6 2019/09/07 12:17:10 sevan Exp $
+.\" $NetBSD: dirent.3,v 1.7 2021/08/12 20:25:26 andvar Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -206,7 +206,7 @@
 .\" .St -p1003.1-2001 .
 .Sh HISTORY
 A
-directry file format appeared in
+directory file format appeared in
 .At v1 .
 The
 .Em dirent
diff -r 72710f1a10ea -r ba70e1eb91e8 sys/nfs/nfsm_subs.h
--- a/sys/nfs/nfsm_subs.h       Thu Aug 12 20:13:54 2021 +0000
+++ b/sys/nfs/nfsm_subs.h       Thu Aug 12 20:25:26 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfsm_subs.h,v 1.54 2020/04/04 07:07:20 mlelstv Exp $   */
+/*     $NetBSD: nfsm_subs.h,v 1.55 2021/08/12 20:25:27 andvar Exp $    */
 
 /*
  * Copyright (c) 1989, 1993
@@ -152,7 +152,7 @@
  * for nfsv3, dissect post_op_fh3 and following post_op_attr.
  * for nfsv2, dissect fhandle and following fattr.
  *
- * d: (IN) the vnode of the parent directry.
+ * d: (IN) the vnode of the parent directory.
  * v: (OUT) the corresponding vnode (we allocate one if needed)
  * v3: (IN) true for nfsv3.
  * f: (OUT) true if we got valid filehandle.  always true for nfsv2.



Home | Main Index | Thread Index | Old Index