summaryrefslogtreecommitdiff
path: root/lib/libc/sys/chflags.2
diff options
context:
space:
mode:
authormikel <mikel@NetBSD.org>1997-03-05 06:53:40 +0000
committermikel <mikel@NetBSD.org>1997-03-05 06:53:40 +0000
commit35ccea10a2a741ba1edf754d175697c1d3ec7e6d (patch)
treee0a724fa2a07380da7bbf52d86f65acc730c6db2 /lib/libc/sys/chflags.2
parent61d121e3d7d9e727a8d8fbba5eb944f0fd5f2a4b (diff)
fix broken xref, add entries for EOPNOTSUPP, and indicate that this
syscall arrived in 4.4BSD.
Diffstat (limited to 'lib/libc/sys/chflags.2')
-rw-r--r--lib/libc/sys/chflags.211
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2
index 061103bdf3c..295be095ed1 100644
--- a/lib/libc/sys/chflags.2
+++ b/lib/libc/sys/chflags.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: chflags.2,v 1.6 1995/02/27 12:32:03 cgd Exp $
+.\" $NetBSD: chflags.2,v 1.7 1997/03/05 06:53:40 mikel Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -35,7 +35,7 @@
.\"
.Dd June 9, 1993
.Dt CHFLAGS 2
-.Os
+.Os BSD 4.4
.Sh NAME
.Nm chflags ,
.Nm fchflags
@@ -117,6 +117,9 @@ Too many symbolic links were encountered in translating the pathname.
.It Bq Er EPERM
The effective user ID does not match the owner of the file and
the effective user ID is not the super-user.
+.It Bq Er EOPNOTSUPP
+The named file resides on a file system that does not support file
+flags.
.It Bq Er EROFS
The named file resides on a read-only file system.
.It Bq Er EFAULT
@@ -139,6 +142,8 @@ refers to a socket, not to a file.
.It Bq Er EPERM
The effective user ID does not match the owner of the file and
the effective user ID is not the super-user.
+.It Bq Er EOPNOTSUPP
+The file resides on a file system that does not support file flags.
.It Bq Er EROFS
The file resides on a read-only file system.
.It Bq Er EIO
@@ -147,7 +152,7 @@ An
error occurred while reading from or writing to the file system.
.El
.Sh SEE ALSO
-.Xr chflags 1,
+.Xr chflags 1 ,
.Xr init 8
.Sh HISTORY
The