From 35ccea10a2a741ba1edf754d175697c1d3ec7e6d Mon Sep 17 00:00:00 2001 From: mikel Date: Wed, 5 Mar 1997 06:53:40 +0000 Subject: fix broken xref, add entries for EOPNOTSUPP, and indicate that this syscall arrived in 4.4BSD. --- lib/libc/sys/chflags.2 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'lib/libc') 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 -- cgit '10' name='q' value=''/>
path: root/dist/bind/doc/bog/ucbhosts
AgeCommit message (Expand)Author
2004-05-18Resolve conflictschristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2000-04-28BIND 8.2.2-P5itojun