diff options
Diffstat (limited to 'usr/src/man/man3proc')
-rw-r--r-- | usr/src/man/man3proc/Lfree.3proc | 6 | ||||
-rw-r--r-- | usr/src/man/man3proc/Pcreate.3proc | 2 | ||||
-rw-r--r-- | usr/src/man/man3proc/Pwrite.3proc | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/man/man3proc/Lfree.3proc b/usr/src/man/man3proc/Lfree.3proc index fcbb4cf0c0..07e0f3f6c5 100644 --- a/usr/src/man/man3proc/Lfree.3proc +++ b/usr/src/man/man3proc/Lfree.3proc @@ -27,11 +27,11 @@ .Sh DESCRIPTION The .Fn Lfree -function releases all control resources associated with the the handle +function releases all control resources associated with the handle .Fa L . After -.Fn Lfree -, calls to other +.Fn Lfree , +calls to other .Sy libproc routines which leverage information from the handle .Fa L diff --git a/usr/src/man/man3proc/Pcreate.3proc b/usr/src/man/man3proc/Pcreate.3proc index d3ac9467f9..23eb6f9e6a 100644 --- a/usr/src/man/man3proc/Pcreate.3proc +++ b/usr/src/man/man3proc/Pcreate.3proc @@ -125,7 +125,7 @@ may exist on the .Fa PATH . To determine the full path of the executable pass a non-NULL .Fa path -pointer. Upon succesful completion of +pointer. Upon successful completion of .Fn Pcreate or .Fn Pxcreate diff --git a/usr/src/man/man3proc/Pwrite.3proc b/usr/src/man/man3proc/Pwrite.3proc index 32ac66b57c..575cea4a88 100644 --- a/usr/src/man/man3proc/Pwrite.3proc +++ b/usr/src/man/man3proc/Pwrite.3proc @@ -32,7 +32,7 @@ The .Fn Pwrite function writes data from .Fa buf -to the the process handle +to the process handle .Fa P starting at the address .Fa address . |