summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2003-11-11 04:54:11 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2003-11-11 04:54:11 +0000
commitb10221ffd96f06223a45a804717ce50f4ff7ed1d (patch)
tree2cf151883941d217d7ab4391b00638f652a5ad61 /lib/libc
parente35e0182c3a5981672ae53aac098af787fdb8b54 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/utrace.210
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/sys/utrace.2 b/lib/libc/sys/utrace.2
index ca816728c5cb..64bef2a1e6b6 100644
--- a/lib/libc/sys/utrace.2
+++ b/lib/libc/sys/utrace.2
@@ -65,15 +65,17 @@ Otherwise, a value of -1 is returned and
is set to indicate the error.
.Sh ERRORS
.Bl -tag -width Er
-.It Bq Er ENOSYS
-Currently running kernel was compiled without
-.Xr ktrace 2
-support (option KTRACE).
.It Bq Er EINVAL
Specified data length
.Fa len
was bigger than
.Dv KTR_USER_MAXLEN .
+.It Bq Er ENOMEM
+Insufficient memory to honor the request.
+.It Bq Er ENOSYS
+Currently running kernel was compiled without
+.Xr ktrace 2
+support (option KTRACE).
.El
.Sh SEE ALSO
.Xr kdump 1 ,