summaryrefslogtreecommitdiff
path: root/usr/src/man/man3proc/Pctlfd.3proc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3proc/Pctlfd.3proc')
-rw-r--r--usr/src/man/man3proc/Pctlfd.3proc8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/man/man3proc/Pctlfd.3proc b/usr/src/man/man3proc/Pctlfd.3proc
index cf331879ed..00e383c481 100644
--- a/usr/src/man/man3proc/Pctlfd.3proc
+++ b/usr/src/man/man3proc/Pctlfd.3proc
@@ -36,8 +36,8 @@ however, many interfaces for using it are provided by
.Xr libproc 3LIB
itself.
.Pp
-Only live processes have a control file descriptor. Process handles that
-correspond to files and cores, created through
+Only live processes have a control file descriptor.
+Process handles that correspond to files and cores, created through
.Xr Prab_file 3PROC
and
.Xr Pgrab_core 3PROC ,
@@ -50,8 +50,8 @@ or if control is lost and the handle is reopened.
.Sh RETURN VALUES
Upon successful completion, the
.Fn Pctlfd
-function returns a valid file descriptor. Otherwise, if none exists,
-then
+function returns a valid file descriptor.
+Otherwise, if none exists, then
.Sy -1
is returned.
.Sh INTERFACE STABILITY