diff options
author | ru <ru@FreeBSD.org> | 2004-07-03 23:14:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-03 23:14:34 +0000 |
commit | e9b8d742f70abe1555426a5d2b336a707562b775 (patch) | |
tree | a1c8a69df6c57ad4a6b4f53b8213bbb3296bb031 /lib/libc/sys/utrace.2 | |
parent | bc58a1e574b7db84f6f7c2cd0ee8ca209f8e2a36 (diff) | |
download | FreeBSD-src-e9b8d742f70abe1555426a5d2b336a707562b775.zip FreeBSD-src-e9b8d742f70abe1555426a5d2b336a707562b775.tar.gz |
Fixed markup.
Diffstat (limited to 'lib/libc/sys/utrace.2')
-rw-r--r-- | lib/libc/sys/utrace.2 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/sys/utrace.2 b/lib/libc/sys/utrace.2 index 64bef2a..a83c185 100644 --- a/lib/libc/sys/utrace.2 +++ b/lib/libc/sys/utrace.2 @@ -59,10 +59,7 @@ bytes from memory pointed to by .Fa addr . This call only has an effect if the calling process is being traced. .Sh RETURN VALUES -Upon successful completion, a value of 0 is returned. -Otherwise, a value of -1 is returned and -.Va errno -is set to indicate the error. +.Rv -std .Sh ERRORS .Bl -tag -width Er .It Bq Er EINVAL @@ -75,7 +72,8 @@ Insufficient memory to honor the request. .It Bq Er ENOSYS Currently running kernel was compiled without .Xr ktrace 2 -support (option KTRACE). +support +.Pq Cd "options KTRACE" . .El .Sh SEE ALSO .Xr kdump 1 , |