summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-02 02:01:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-02 02:01:53 +0000
commit1f65e0457e09e5e387f1bb4c9060a507b2074d3c (patch)
tree3eab9767e3d103a7b19349597fc9f35915ebd7a6 /lib/libc/sys
parent86bcff6e38a7c7f354513f5c2bcaa81d88127031 (diff)
doc EPERM; bitblt
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/truncate.23
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