summaryrefslogtreecommitdiff
path: root/usr/src/man/man3proc/Psetwapt.3proc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3proc/Psetwapt.3proc')
-rw-r--r--usr/src/man/man3proc/Psetwapt.3proc9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/man/man3proc/Psetwapt.3proc b/usr/src/man/man3proc/Psetwapt.3proc
index 1751f04fb9..4ef992cb77 100644
--- a/usr/src/man/man3proc/Psetwapt.3proc
+++ b/usr/src/man/man3proc/Psetwapt.3proc
@@ -31,7 +31,8 @@ The
function adds a watchpoint to the process handle
.Fa P .
Allowing the hardware to generate a trap when the specified area is
-accessed. The watchpoint's parameters are described in
+accessed.
+The watchpoint's parameters are described in
.Fa wp .
For more information on watchpoints and the
.Sy prwatch_t
@@ -42,9 +43,9 @@ section in
The watched area will persist until a subsequent call to
.Xr Pdelwapt 3PROC .
.Pp
-Note, only active processes support watchpoints. It is an error to call
-this function on process handles that correspond to core files, zombie
-processes, or files.
+Note, only active processes support watchpoints.
+It is an error to call this function on process handles that correspond to core
+files, zombie processes, or files.
.Sh RETURN VALUES
Upon successful completion, the
.Fn Psetwapt