Module Name: src Committed By: wiz Date: Tue Mar 11 14:13:45 UTC 2025
Modified Files: src/lib/libc/sys: extattrctl.2 Log Message: Sort errors. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/sys/extattrctl.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/sys/extattrctl.2 diff -u src/lib/libc/sys/extattrctl.2:1.6 src/lib/libc/sys/extattrctl.2:1.7 --- src/lib/libc/sys/extattrctl.2:1.6 Tue Mar 11 14:10:19 2025 +++ src/lib/libc/sys/extattrctl.2 Tue Mar 11 14:13:45 2025 @@ -1,4 +1,4 @@ -.\" $NetBSD: extattrctl.2,v 1.6 2025/03/11 14:10:19 riastradh Exp $ +.\" $NetBSD: extattrctl.2,v 1.7 2025/03/11 14:13:45 wiz Exp $ .\" Copyright (c) 2025 The NetBSD Foundation, Inc. .\" All rights reserved. .\" @@ -109,14 +109,14 @@ system call may fail with the following .It Bq Er EACCES The calling user does not have permission to access the file specified. -.It Bq Er EPERM -The calling user is not permitted to change extended attributes. .It Bq Er EINVAL Invalid arguments were provided. .It Bq Er ENOENT The specified path, attribute, or file does not exist. .It Bq Er EOPNOTSUPP The file system does not support extended attributes. +.It Bq Er EPERM +The calling user is not permitted to change extended attributes. .El .Sh SEE ALSO .Xr extattr_delete_file 2 ,