fix broken xref, add entries for EOPNOTSUPP, and indicate that this
syscall arrived in 4.4BSD.
This commit is contained in:
parent
61d121e3d7
commit
35ccea10a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue