diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-02 02:01:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-02 02:01:53 +0000 |
commit | 1f65e0457e09e5e387f1bb4c9060a507b2074d3c (patch) | |
tree | 3eab9767e3d103a7b19349597fc9f35915ebd7a6 /lib/libc/sys | |
parent | 86bcff6e38a7c7f354513f5c2bcaa81d88127031 (diff) |
doc EPERM; bitblt
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/truncate.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/truncate.2 b/lib/libc/sys/truncate.2 index 06f01dec084..6ae6c50eda5 100644 --- a/lib/libc/sys/truncate.2 +++ b/lib/libc/sys/truncate.2 @@ -96,6 +96,9 @@ An I/O error occurred updating the inode. .It Bq Er EFAULT .Fa Path points outside the process's allocated address space. +.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. .El .Pp .Fn Ftruncate |