diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2006-09-03 20:05:14 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2006-09-03 20:05:14 +0000 |
commit | 167cbd4df0386a0608f68db5ef779b070d49c215 (patch) | |
tree | 04e394e16eb4027e60dd7c43ce32140ec3d59ac9 /lib/libc/sys | |
parent | 7dd4c1232153aa3a5e301dd68e8f07c2eaceed8f (diff) |
Add EINVAL and EOPNOTSUPP for remote filesystems,
OK jmc@ miod@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/getfh.2 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libc/sys/getfh.2 b/lib/libc/sys/getfh.2 index 9b2e1689691..8946e54a707 100644 --- a/lib/libc/sys/getfh.2 +++ b/lib/libc/sys/getfh.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getfh.2,v 1.11 2006/08/04 19:52:33 jmc Exp $ +.\" $OpenBSD: getfh.2,v 1.12 2006/09/03 20:05:13 ian Exp $ .\" $NetBSD: getfh.2,v 1.7 1995/10/12 15:40:53 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -92,6 +92,14 @@ points to an invalid address. An .Tn I/O error occurred while reading from or writing to the file system. +.It Bq EINVAL +A portion of +.Fa path +refers to a remote file system. +.It Bq EOPNOTSUPP +A portion of +.Fa path +refers to a remote file system. .El .Sh HISTORY The |