aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/utrace.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-03 23:14:34 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-03 23:14:34 +0000
commita817e9e6747c1f172f9fb6eb7c18730ae825418a (patch)
treea1c8a69df6c57ad4a6b4f53b8213bbb3296bb031 /lib/libc/sys/utrace.2
parentadf942c690d8702912ea98afd04425be249bf2c1 (diff)
downloadsrc-a817e9e6747c1f172f9fb6eb7c18730ae825418a.tar.gz
src-a817e9e6747c1f172f9fb6eb7c18730ae825418a.zip
Fixed markup.
Notes
Notes: svn path=/head/; revision=131542
Diffstat (limited to 'lib/libc/sys/utrace.2')
-rw-r--r--lib/libc/sys/utrace.28
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/sys/utrace.2 b/lib/libc/sys/utrace.2
index 64bef2a1e6b6..a83c18551ad0 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 ,