diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-11-11 04:54:11 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-11-11 04:54:11 +0000 |
| commit | b10221ffd96f06223a45a804717ce50f4ff7ed1d (patch) | |
| tree | 2cf151883941d217d7ab4391b00638f652a5ad61 /lib/libc | |
| parent | e35e0182c3a5981672ae53aac098af787fdb8b54 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/utrace.2 | 10 |
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 , |
