summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-12-10 19:30:05 +0000
committerandvar <andvar@NetBSD.org>2021-12-10 19:30:05 +0000
commitf76bbb0f997138e68aba8b92fd76ac5ef56b68c0 (patch)
tree3d25584fb8c94fe1d50cda5b970edddb27377c16 /lib
parent37b12f18b78ca7c928bb4bf16a1f69bc37fe48e1 (diff)
s/unaccessible/inaccessible/
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/extattr_copy_file.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/extattr_copy_file.3 b/lib/libc/gen/extattr_copy_file.3
index d88df2d6d2c..30bbab13f35 100644
--- a/lib/libc/gen/extattr_copy_file.3
+++ b/lib/libc/gen/extattr_copy_file.3
@@ -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>
.\" Copyright (c) 2011 Emmanuel Dreyfus <manu@NetBSD.org>
@@ -76,7 +76,7 @@ respectively work the same was as
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