Source-Changes-HG archive

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

[src/trunk]: src s/unaccessible/inaccessible/



details:   https://anonhg.NetBSD.org/src/rev/335ae400ba74
branches:  trunk
changeset: 1027544:335ae400ba74
user:      andvar <andvar%NetBSD.org@localhost>
date:      Fri Dec 10 19:30:05 2021 +0000

description:
s/unaccessible/inaccessible/

diffstat:

 lib/libc/gen/extattr_copy_file.3 |  4 ++--
 share/man/man4/gpio.4            |  4 ++--
 sys/fs/union/union_vnops.c       |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r a10307eea5b8 -r 335ae400ba74 lib/libc/gen/extattr_copy_file.3
--- a/lib/libc/gen/extattr_copy_file.3  Fri Dec 10 19:14:35 2021 +0000
+++ b/lib/libc/gen/extattr_copy_file.3  Fri Dec 10 19:30:05 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: extattr_copy_file.3,v 1.3 2021/03/11 01:13:11 msaitoh Exp $
+.\"    $NetBSD: extattr_copy_file.3,v 1.4 2021/12/10 19:30:05 andvar Exp $
 .\"
 .\" Copyright (c) 2001 Dima Dorfman <dd%FreeBSD.org@localhost>
 .\" Copyright (c) 2011 Emmanuel Dreyfus <manu%NetBSD.org@localhost>
@@ -76,7 +76,7 @@
 and
 .Fn extattr_copy_link ,
 but will copy extended attributes from all namespaces accessible to the user,
-silently skipping unaccessible namespaces.
+silently skipping inaccessible namespaces.
 .Pp
 Please note that none of the extended attribute copying functions are atomic.
 .Sh RETURN VALUES
diff -r a10307eea5b8 -r 335ae400ba74 share/man/man4/gpio.4
--- a/share/man/man4/gpio.4     Fri Dec 10 19:14:35 2021 +0000
+++ b/share/man/man4/gpio.4     Fri Dec 10 19:30:05 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpio.4,v 1.36 2021/05/04 17:47:51 christos Exp $
+.\" $NetBSD: gpio.4,v 1.37 2021/12/10 19:30:05 andvar Exp $
 .\"    $OpenBSD: gpio.4,v 1.5 2004/11/23 09:39:29 reyk Exp $
 .\"
 .\" Copyright (c) 2004 Alexander Yurchenko <grange%openbsd.org@localhost>
@@ -187,7 +187,7 @@
 will be accessible at securelevels greater than 0.
 .Pp
 .It Dv GPIOUNSET ( struct gpio_set )
-Unset the specified pin, i.e. clear its name and make it unaccessible
+Unset the specified pin, i.e. clear its name and make it inaccessible
 at securelevels greater than 0.
 .Pp
 .It Dv GPIOATTACH ( struct gpio_attach )
diff -r a10307eea5b8 -r 335ae400ba74 sys/fs/union/union_vnops.c
--- a/sys/fs/union/union_vnops.c        Fri Dec 10 19:14:35 2021 +0000
+++ b/sys/fs/union/union_vnops.c        Fri Dec 10 19:30:05 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: union_vnops.c,v 1.81 2021/12/10 09:20:38 hannken Exp $ */
+/*     $NetBSD: union_vnops.c,v 1.82 2021/12/10 19:30:05 andvar Exp $  */
 
 /*
  * Copyright (c) 1992, 1993, 1994, 1995
@@ -72,7 +72,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: union_vnops.c,v 1.81 2021/12/10 09:20:38 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: union_vnops.c,v 1.82 2021/12/10 19:30:05 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -775,7 +775,7 @@
         * Copy up to prevent checking (and failing) against
         * underlying file system mounted read only.
         * Check for read access first to prevent implicit
-        * copy of unaccessible underlying vnode.
+        * copy of inaccessible underlying vnode.
         */
        if (un->un_uppervp == NULLVP &&
            (un->un_lowervp->v_type == VREG) &&



Home | Main Index | Thread Index | Old Index