diff options
Diffstat (limited to 'usr/src/man/man3proc')
-rw-r--r-- | usr/src/man/man3proc/Lprochandle.3proc | 2 | ||||
-rw-r--r-- | usr/src/man/man3proc/Lstate.3proc | 2 | ||||
-rw-r--r-- | usr/src/man/man3proc/Lstatus.3proc | 2 | ||||
-rw-r--r-- | usr/src/man/man3proc/Pctlfd.3proc | 2 | ||||
-rw-r--r-- | usr/src/man/man3proc/Pgetareg.3proc | 4 | ||||
-rw-r--r-- | usr/src/man/man3proc/Plookup_by_addr.3proc | 2 | ||||
-rw-r--r-- | usr/src/man/man3proc/Prd_agent.3proc | 2 | ||||
-rw-r--r-- | usr/src/man/man3proc/Psysentry.3proc | 8 | ||||
-rw-r--r-- | usr/src/man/man3proc/pr_getzoneid.3proc | 10 |
9 files changed, 17 insertions, 17 deletions
diff --git a/usr/src/man/man3proc/Lprochandle.3proc b/usr/src/man/man3proc/Lprochandle.3proc index 72f1630450..defc714720 100644 --- a/usr/src/man/man3proc/Lprochandle.3proc +++ b/usr/src/man/man3proc/Lprochandle.3proc @@ -31,7 +31,7 @@ function returns the process handle to which the thread handle .Fa L belongs. This proccess handle may be used with other -.Xr libproc 3PROC +.Xr libproc 3LIB functions just as if .Xr Pgrab 3PROC was called. The returned handle is valid even if diff --git a/usr/src/man/man3proc/Lstate.3proc b/usr/src/man/man3proc/Lstate.3proc index febec067a3..d441b03811 100644 --- a/usr/src/man/man3proc/Lstate.3proc +++ b/usr/src/man/man3proc/Lstate.3proc @@ -30,7 +30,7 @@ The function returns the state of the thread handle .Fa L . The list of states is available in the -.Xr libproc 3PROC . +.Xr libproc 3LIB . .Sh RETURN VALUES Upon successful completion, the current state is returned. .Sh INTERFACE STABILITY diff --git a/usr/src/man/man3proc/Lstatus.3proc b/usr/src/man/man3proc/Lstatus.3proc index 9efc793656..7d7456281a 100644 --- a/usr/src/man/man3proc/Lstatus.3proc +++ b/usr/src/man/man3proc/Lstatus.3proc @@ -40,7 +40,7 @@ The returned pointer is only valid as long as the thread handle .Fa L is valid. After a call to -.Xr Ltree 3PROC , +.Xr Lfree 3PROC , the returned data pointer is invalid. .Sh RETURN VALUES Upon successful completion, the diff --git a/usr/src/man/man3proc/Pctlfd.3proc b/usr/src/man/man3proc/Pctlfd.3proc index 00e383c481..66679f5aea 100644 --- a/usr/src/man/man3proc/Pctlfd.3proc +++ b/usr/src/man/man3proc/Pctlfd.3proc @@ -38,7 +38,7 @@ itself. .Pp Only live processes have a control file descriptor. Process handles that correspond to files and cores, created through -.Xr Prab_file 3PROC +.Xr Pgrab_file 3PROC and .Xr Pgrab_core 3PROC , do not have a corresponding file descriptor. diff --git a/usr/src/man/man3proc/Pgetareg.3proc b/usr/src/man/man3proc/Pgetareg.3proc index 52e6a80733..1904ea73a0 100644 --- a/usr/src/man/man3proc/Pgetareg.3proc +++ b/usr/src/man/man3proc/Pgetareg.3proc @@ -55,15 +55,15 @@ and functions read and update the registers of the process handle referred to by .Fa P . -.Pp The getting and setting of registers of the process operates on the representative thread (LWP). For more information on how the representative is chosen, see .Xr proc 4 . +.Pp To change the registers of a specific thread, use the .Fn Lgetareg and -.Xr Lsetareg 3PROC +.Fn Lputareg functions. .Pp The getting and setting of registers only applies to stopped processes. diff --git a/usr/src/man/man3proc/Plookup_by_addr.3proc b/usr/src/man/man3proc/Plookup_by_addr.3proc index 5c0d2355c7..b84879671d 100644 --- a/usr/src/man/man3proc/Plookup_by_addr.3proc +++ b/usr/src/man/man3proc/Plookup_by_addr.3proc @@ -101,7 +101,7 @@ with additional information. The definition of the .Sy prsyminfo_t is found in -.Xr libproc 3PROC . +.Xr libproc 3LIB . .Pp The .Fn Pxlookup_by_addr_resolved diff --git a/usr/src/man/man3proc/Prd_agent.3proc b/usr/src/man/man3proc/Prd_agent.3proc index 412ef9b04a..1fdc63ee6a 100644 --- a/usr/src/man/man3proc/Prd_agent.3proc +++ b/usr/src/man/man3proc/Prd_agent.3proc @@ -29,7 +29,7 @@ The .Fn Prd_agent function returns a pointer to an agent suitable for use with the run-time link editing database library, -.Xr librtld_db 3PROC , +.Xr librtld_db 3LIB , corresponding to the process handle .Fa P . .Pp diff --git a/usr/src/man/man3proc/Psysentry.3proc b/usr/src/man/man3proc/Psysentry.3proc index d25446b32d..fa7999e311 100644 --- a/usr/src/man/man3proc/Psysentry.3proc +++ b/usr/src/man/man3proc/Psysentry.3proc @@ -35,9 +35,9 @@ .Fc .Sh DESCRIPTION The -.Fn Psetentry +.Fn Psysentry and -.Fn Psetexit +.Fn Psysexit functions controls what actions the process handle .Fa P should take upon executing a system call. @@ -72,9 +72,9 @@ They do not function on handles that refer to core files, zombie processes, or ELF objects. .Sh RETURN VALUES Upon successful completion, the -.Fn Psetentry +.Fn Psysentry and -.Fn Psetexit +.Fn Psysexit functions return the previous disposition of the system call -- .Sy 0 if it was not set to stop and diff --git a/usr/src/man/man3proc/pr_getzoneid.3proc b/usr/src/man/man3proc/pr_getzoneid.3proc index 8304eb232d..f58f6ea3ba 100644 --- a/usr/src/man/man3proc/pr_getzoneid.3proc +++ b/usr/src/man/man3proc/pr_getzoneid.3proc @@ -28,7 +28,7 @@ The .Fn pr_getzoneid function injects the -.Xr getzoneid 2 +.Xr getzoneid 3C system call into the target process .Fa P by means of the agent LWP. @@ -37,7 +37,7 @@ If the process handle is the value .Dv NULL then this will be equivalent to calling -.Xr getzoneid 2 +.Xr getzoneid 3C on the currently running process. .Pp The @@ -49,7 +49,7 @@ do not support system call injection. Upon successful completion, the .Fn pr_getzoneid function's return value is that described in -.Xr getzoneid 2 . +.Xr getzoneid 3C . Otherwise, .Sy -1 is returned and @@ -61,7 +61,7 @@ to indicate that the system call could not be injected. For the full list of errors see the .Sy ERRORS section in -.Xr getzoneid 2 . +.Xr getzoneid 3C . .Pp The .Fn pr_getzoneid @@ -83,6 +83,6 @@ See in .Xr libproc 3LIB . .Sh SEE ALSO -.Xr getzoneid 2 , +.Xr getzoneid 3C , .Xr libproc 3LIB , .Xr proc 4 |