diff options
Diffstat (limited to 'usr/src/man/man3proc')
130 files changed, 240 insertions, 225 deletions
diff --git a/usr/src/man/man3proc/Lctlfd.3proc b/usr/src/man/man3proc/Lctlfd.3proc index 0c1537d871..d4aeadd4ac 100644 --- a/usr/src/man/man3proc/Lctlfd.3proc +++ b/usr/src/man/man3proc/Lctlfd.3proc @@ -55,4 +55,4 @@ in .Xr libproc 3LIB , .Xr Lfree 3PROC , .Xr Lgrab 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Lgrab.3proc b/usr/src/man/man3proc/Lgrab.3proc index d5f840304d..2e40133d3a 100644 --- a/usr/src/man/man3proc/Lgrab.3proc +++ b/usr/src/man/man3proc/Lgrab.3proc @@ -114,4 +114,4 @@ for the list of possible errors. .Xr libproc 3LIB , .Xr Lfree 3PROC , .Xr Lgrab_error 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Lpsinfo.3proc b/usr/src/man/man3proc/Lpsinfo.3proc index 920c721112..d93120de50 100644 --- a/usr/src/man/man3proc/Lpsinfo.3proc +++ b/usr/src/man/man3proc/Lpsinfo.3proc @@ -34,7 +34,7 @@ information. The .Sy lwpsinfo_t structure that is returned is defined in -.Xr proc 4 +.Xr proc 5 and is valid until a subsequent call to .Xr Lfree 3PROC . .Sh RETURN VALUES @@ -55,4 +55,4 @@ in .Xr ps 1 , .Xr libproc 3LIB , .Xr Lfree 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Lstatus.3proc b/usr/src/man/man3proc/Lstatus.3proc index 7d7456281a..ffaacbb753 100644 --- a/usr/src/man/man3proc/Lstatus.3proc +++ b/usr/src/man/man3proc/Lstatus.3proc @@ -32,7 +32,7 @@ function returns the status information about the thread handle The .Sy lwpstatus_t structure is defined in -.Xr proc 4 +.Xr proc 5 and contains information about the thread including its flags, the size of its stack, its user and system time, and more. .Pp @@ -57,4 +57,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Lfree 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Paddr_to_ctf.3proc b/usr/src/man/man3proc/Paddr_to_ctf.3proc index 0364940975..9c8c862991 100644 --- a/usr/src/man/man3proc/Paddr_to_ctf.3proc +++ b/usr/src/man/man3proc/Paddr_to_ctf.3proc @@ -116,4 +116,4 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr ctf 4 +.Xr ctf 5 diff --git a/usr/src/man/man3proc/Paddr_to_map.3proc b/usr/src/man/man3proc/Paddr_to_map.3proc index f9fcd6bc80..974c739555 100644 --- a/usr/src/man/man3proc/Paddr_to_map.3proc +++ b/usr/src/man/man3proc/Paddr_to_map.3proc @@ -58,7 +58,7 @@ The .Sy prmap_t structure provides information such as the size, offset, and object of the mapping and is defined in -.Xr proc 4 . +.Xr proc 5 . .Pp The pointer to the data returned by the library will only be valid for as long as the handle @@ -130,4 +130,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Prelease 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pasfd.3proc b/usr/src/man/man3proc/Pasfd.3proc index 501d006de4..8c6e263be3 100644 --- a/usr/src/man/man3proc/Pasfd.3proc +++ b/usr/src/man/man3proc/Pasfd.3proc @@ -75,4 +75,4 @@ in .Xr Pgrab_core 3PROC , .Xr Pgrab_file 3PROC , .Xr Prelease 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pclearfault.3proc b/usr/src/man/man3proc/Pclearfault.3proc index 744b43f566..d13cb5b8ac 100644 --- a/usr/src/man/man3proc/Pclearfault.3proc +++ b/usr/src/man/man3proc/Pclearfault.3proc @@ -37,7 +37,7 @@ due to a hardware exception, identifying a problem with the running process. Hardware faults include things like executing illegal instructions, encountering a breakpoint, and arithmetic exceptions. Faults are discussed further in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Pclearfault @@ -79,7 +79,7 @@ and no faults are cleared. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Sh INTERFACE STABILITY .Sy Uncommitted .Sh MT-LEVEL @@ -89,4 +89,4 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pclearsig.3proc b/usr/src/man/man3proc/Pclearsig.3proc index 116e23c391..81e9b397a4 100644 --- a/usr/src/man/man3proc/Pclearsig.3proc +++ b/usr/src/man/man3proc/Pclearsig.3proc @@ -74,7 +74,7 @@ and no faults are cleared. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Sh INTERFACE STABILITY .Sy Uncommitted .Sh MT-LEVEL @@ -85,4 +85,4 @@ in .Sh SEE ALSO .Xr signal.h 3HEAD , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pcontent.3proc b/usr/src/man/man3proc/Pcontent.3proc index 88d1708b6b..f97a2b7c6e 100644 --- a/usr/src/man/man3proc/Pcontent.3proc +++ b/usr/src/man/man3proc/Pcontent.3proc @@ -40,7 +40,7 @@ Handles that refer to ELF objects, obtained through .Xr Pgrab_file 3PROC , will not have information such as a stack available. The content of core files is controlled by -.Xr coreadm 1M . +.Xr coreadm 8 . .Pp The symbols that may be returned are listed in the .Sy core_content_t @@ -68,4 +68,4 @@ in .Xr Pgrab 3PROC , .Xr Pgrab_core 3PROC , .Xr Pgrab_file 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pcreate.3proc b/usr/src/man/man3proc/Pcreate.3proc index 94552a1034..48e40d14e7 100644 --- a/usr/src/man/man3proc/Pcreate.3proc +++ b/usr/src/man/man3proc/Pcreate.3proc @@ -91,7 +91,7 @@ should be a array of character strings whose entries are in the form of .Em key=value . For more on the process environment, see -.Xr environ 5 . +.Xr environ 7 . .Pp The .Fn Pcreate_callback diff --git a/usr/src/man/man3proc/Pcreate_agent.3proc b/usr/src/man/man3proc/Pcreate_agent.3proc index d492b38d51..e4617cd4c9 100644 --- a/usr/src/man/man3proc/Pcreate_agent.3proc +++ b/usr/src/man/man3proc/Pcreate_agent.3proc @@ -33,7 +33,7 @@ function creates the agent LWP in the process represented by the handle The agent LWP is used as a means to force system calls to be invoked on the controlled process. For more information on the agent LWP, see -.Xr proc 4 . +.Xr proc 5 . .Pp The agent LWP cannot be created for process handles corresponding to core files, zombie processes, processes that have yet to run, and ELF @@ -83,4 +83,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Pdestroy_agent 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pcred.3proc b/usr/src/man/man3proc/Pcred.3proc index a71ea1c16e..3df7f5148c 100644 --- a/usr/src/man/man3proc/Pcred.3proc +++ b/usr/src/man/man3proc/Pcred.3proc @@ -38,7 +38,7 @@ The credentials are read into the buffer pointed to by The .Sy prcred_t type is defined in -.Xr proc 4 . +.Xr proc 5 . It contains information about the current effective, saved, and real user and group IDs. It also allows for supplemental groups to be obtained. @@ -80,4 +80,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Psetcred 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pctlfd.3proc b/usr/src/man/man3proc/Pctlfd.3proc index 7a51968201..75f3bb9ec4 100644 --- a/usr/src/man/man3proc/Pctlfd.3proc +++ b/usr/src/man/man3proc/Pctlfd.3proc @@ -70,4 +70,4 @@ in .Xr Pgrab_file 3PROC , .Xr Prelease 3PROC , .Xr Preopen 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pdelbkpt.3proc b/usr/src/man/man3proc/Pdelbkpt.3proc index 15e04a8f08..4f27aa6e69 100644 --- a/usr/src/man/man3proc/Pdelbkpt.3proc +++ b/usr/src/man/man3proc/Pdelbkpt.3proc @@ -68,7 +68,7 @@ is set to indicate the error. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Pdelbkpt @@ -93,4 +93,4 @@ in .Xr Pgrab_core 3PROC , .Xr Pgrab_file 3PROC , .Xr Psetbkpt 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pdelwapt.3proc b/usr/src/man/man3proc/Pdelwapt.3proc index 38bd63cb24..8f7ce98920 100644 --- a/usr/src/man/man3proc/Pdelwapt.3proc +++ b/usr/src/man/man3proc/Pdelwapt.3proc @@ -61,7 +61,7 @@ is set to indicate the error. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Pdelwapt @@ -86,4 +86,4 @@ in .Xr Pgrab_core 3PROC , .Xr Pgrab_file 3PROC , .Xr Psetwapt 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pfault.3proc b/usr/src/man/man3proc/Pfault.3proc index cb106a4d19..f3a6e1232e 100644 --- a/usr/src/man/man3proc/Pfault.3proc +++ b/usr/src/man/man3proc/Pfault.3proc @@ -40,7 +40,7 @@ A hardware fault may occur because an illegal instruction was executed, a breakpoint or watchpoint was encountered, or an arithmetic exception occurred, among others. The full list of faults is available in both -.Xr proc 4 +.Xr proc 5 and .In sys/fault.h . .Pp @@ -105,4 +105,4 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pgcore.3proc b/usr/src/man/man3proc/Pgcore.3proc index 732331b7ff..0cd38cde69 100644 --- a/usr/src/man/man3proc/Pgcore.3proc +++ b/usr/src/man/man3proc/Pgcore.3proc @@ -46,7 +46,7 @@ wide variety of tools and libraries including .Xr pstack 1 , and more. For details on the core file format, see -.Xr core 4 . +.Xr core 5 . .Pp .Fn Pfgcore writes the core to the file represented by the open descriptor @@ -107,8 +107,8 @@ See in .Xr libproc 3LIB . .Sh SEE ALSO -.Xr coreadm 1M , .Xr libproc 3LIB , .Xr Pstop 3PROC , -.Xr core 4 , -.Xr proc 4 +.Xr core 5 , +.Xr proc 5 , +.Xr coreadm 8 diff --git a/usr/src/man/man3proc/Pgetareg.3proc b/usr/src/man/man3proc/Pgetareg.3proc index e141b878fb..f2ad1f3153 100644 --- a/usr/src/man/man3proc/Pgetareg.3proc +++ b/usr/src/man/man3proc/Pgetareg.3proc @@ -59,7 +59,7 @@ to by 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 . +.Xr proc 5 . .Pp To change the registers of a specific thread, use the .Fn Lgetareg @@ -180,4 +180,4 @@ in .Xr Lgrab 3PROC , .Xr Pgrab_file 3PROC , .Xr Pstop 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pgetauxval.3proc b/usr/src/man/man3proc/Pgetauxval.3proc index 5a4abadf0a..6185203893 100644 --- a/usr/src/man/man3proc/Pgetauxval.3proc +++ b/usr/src/man/man3proc/Pgetauxval.3proc @@ -59,4 +59,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Pgetauxvec 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pgetauxvec.3proc b/usr/src/man/man3proc/Pgetauxvec.3proc index 58801051a0..de855d5abb 100644 --- a/usr/src/man/man3proc/Pgetauxvec.3proc +++ b/usr/src/man/man3proc/Pgetauxvec.3proc @@ -56,4 +56,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Pgetauxval 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pgetenv.3proc b/usr/src/man/man3proc/Pgetenv.3proc index b72eea536c..8b3f176560 100644 --- a/usr/src/man/man3proc/Pgetenv.3proc +++ b/usr/src/man/man3proc/Pgetenv.3proc @@ -60,4 +60,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Penv_iter 3PROC , -.Xr environ 5 +.Xr environ 7 diff --git a/usr/src/man/man3proc/Pgrab.3proc b/usr/src/man/man3proc/Pgrab.3proc index 67109a85e2..2eae7f96f5 100644 --- a/usr/src/man/man3proc/Pgrab.3proc +++ b/usr/src/man/man3proc/Pgrab.3proc @@ -156,7 +156,7 @@ For more details on the security and programming considerations, please see the section .Sy PROGRAMMING NOTES in -.Xr proc 4 . +.Xr proc 5 . .Sh RETURN VALUES Upon successful completion, the .Fn Pgrab diff --git a/usr/src/man/man3proc/Pgrab_core.3proc b/usr/src/man/man3proc/Pgrab_core.3proc index 9cb01133dd..d83443601e 100644 --- a/usr/src/man/man3proc/Pgrab_core.3proc +++ b/usr/src/man/man3proc/Pgrab_core.3proc @@ -46,7 +46,7 @@ however, all of the functions that iterate or query state will work. These functions work on all illumos core files and the core files of some other operating systems. See both -.Xr core 4 +.Xr core 5 and the .Em Core Files section of @@ -195,4 +195,4 @@ indicates the system failure. .Xr Pfree 3PROC , .Xr Pgrab_error 3PROC , .Xr Prelease 3PROC , -.Xr core 4 +.Xr core 5 diff --git a/usr/src/man/man3proc/Pisprocdir.3proc b/usr/src/man/man3proc/Pisprocdir.3proc index db0cfeb4fb..a3a02722a7 100644 --- a/usr/src/man/man3proc/Pisprocdir.3proc +++ b/usr/src/man/man3proc/Pisprocdir.3proc @@ -51,5 +51,5 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 , -.Xr lofs 7FS +.Xr lofs 4FS , +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pldt.3proc b/usr/src/man/man3proc/Pldt.3proc index e702875c48..b8351a8527 100644 --- a/usr/src/man/man3proc/Pldt.3proc +++ b/usr/src/man/man3proc/Pldt.3proc @@ -69,7 +69,7 @@ For example, callers could allocate space as: For more information on the LDT and the .Sy struct ssd , see -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn proc_get_ldt @@ -106,7 +106,7 @@ to indicate the error that occurred. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Pldt @@ -133,4 +133,4 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Plmid.3proc b/usr/src/man/man3proc/Plmid.3proc index fb54231c1e..26be9acf88 100644 --- a/usr/src/man/man3proc/Plmid.3proc +++ b/usr/src/man/man3proc/Plmid.3proc @@ -69,4 +69,4 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Plookup_by_addr.3proc b/usr/src/man/man3proc/Plookup_by_addr.3proc index d1b1593326..2c6f2ff454 100644 --- a/usr/src/man/man3proc/Plookup_by_addr.3proc +++ b/usr/src/man/man3proc/Plookup_by_addr.3proc @@ -197,4 +197,4 @@ in .Xr elf 3ELF , .Xr gelf 3ELF , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Plwp_getasrs.3proc b/usr/src/man/man3proc/Plwp_getasrs.3proc index ea0fa5d2fc..6a7d45c537 100644 --- a/usr/src/man/man3proc/Plwp_getasrs.3proc +++ b/usr/src/man/man3proc/Plwp_getasrs.3proc @@ -72,7 +72,7 @@ Processes may be stopped with The .Sy asrset_t structure is described in -.Xr proc 4 . +.Xr proc 5 . .Pp One may not set the register values of a process that is not an active process, e.g. a process handle that refers to a file or a core file. @@ -93,7 +93,7 @@ is set to indicate the error. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Plwp_getasrs @@ -144,4 +144,4 @@ in .Xr Plwp_setregs 3PROC , .Xr Plwp_setregs 3PROC , .Xr Pstop 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Plwp_getgwindows.3proc b/usr/src/man/man3proc/Plwp_getgwindows.3proc index 173406352b..84c7177ff9 100644 --- a/usr/src/man/man3proc/Plwp_getgwindows.3proc +++ b/usr/src/man/man3proc/Plwp_getgwindows.3proc @@ -52,7 +52,7 @@ is set to indicate the error. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Plwp_getgwindows @@ -94,4 +94,4 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Plwp_getname.3proc b/usr/src/man/man3proc/Plwp_getname.3proc index 961cc5257d..caebf96605 100644 --- a/usr/src/man/man3proc/Plwp_getname.3proc +++ b/usr/src/man/man3proc/Plwp_getname.3proc @@ -61,7 +61,7 @@ The buffer may be modified even if an error is returned. For a full list of possible errors also see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Plwp_getname @@ -92,4 +92,4 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Plwp_getpsinfo.3proc b/usr/src/man/man3proc/Plwp_getpsinfo.3proc index 53b01ea1c2..a3691cc342 100644 --- a/usr/src/man/man3proc/Plwp_getpsinfo.3proc +++ b/usr/src/man/man3proc/Plwp_getpsinfo.3proc @@ -41,7 +41,7 @@ The caller should provide a pointer to an .Sy lwpsinfo_t , .Fa lps , whose definition can be found in -.Xr proc 4 . +.Xr proc 5 . .Fa lps will be filled in with information such as the thread's id, its current state, priority, and run-time. @@ -71,7 +71,7 @@ is set to indicate the error. For a full list of possible errors also see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Plwp_getpsinfo @@ -100,4 +100,4 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Plwp_getregs.3proc b/usr/src/man/man3proc/Plwp_getregs.3proc index 7b7d3b4d3d..fedd75e071 100644 --- a/usr/src/man/man3proc/Plwp_getregs.3proc +++ b/usr/src/man/man3proc/Plwp_getregs.3proc @@ -97,7 +97,7 @@ individual threads. Processes may be stopped with .Xr Pstop 3PROC . The structures used for registers are described in -.Xr proc 4 +.Xr proc 5 and their definitions may be found in .In procfs.h . The definitions of these structures varies based on the architecture of @@ -125,7 +125,7 @@ are the data pointers changed. For a full list of possible errors also see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Plwp_getregs , @@ -154,4 +154,4 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Plwp_getspymaster.3proc b/usr/src/man/man3proc/Plwp_getspymaster.3proc index 762485ddda..227d1156b5 100644 --- a/usr/src/man/man3proc/Plwp_getspymaster.3proc +++ b/usr/src/man/man3proc/Plwp_getspymaster.3proc @@ -41,13 +41,13 @@ When an agent LWP is created, it leverages an existing thread in the process and it also creates a record of whom created the agent, which is called the spy master. For more information on the agent LWP and the spy master, see -.Xr proc 4 . +.Xr proc 5 . .Pp If the thread identified .Fa lwpid has an agent LWP, the corresponding ps information .Po see -.Xr proc 4 +.Xr proc 5 for the definition of the .Sy psinfo_t .Pc @@ -78,7 +78,7 @@ is not modified. For a full list of possible errors also see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Plwp_getpsinfo @@ -117,4 +117,4 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Plwp_getxregs.3proc b/usr/src/man/man3proc/Plwp_getxregs.3proc index f1c191f99f..673daa421c 100644 --- a/usr/src/man/man3proc/Plwp_getxregs.3proc +++ b/usr/src/man/man3proc/Plwp_getxregs.3proc @@ -71,7 +71,7 @@ Processes may be stopped with The .Sy prxregset_t structure is described in -.Xr proc 4 . +.Xr proc 5 . .Pp One may not set the register values of a process that is not an active process, e.g. a process handle that refers to a file or a core file. @@ -92,7 +92,7 @@ is set to indicate the error. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Plwp_getxregs @@ -141,4 +141,4 @@ in .Xr Plwp_setfpregs 3PROC , .Xr Plwp_setregs 3PROC , .Xr Pstop 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Plwp_stack.3proc b/usr/src/man/man3proc/Plwp_stack.3proc index 77d84664c2..6f8bdc04e2 100644 --- a/usr/src/man/man3proc/Plwp_stack.3proc +++ b/usr/src/man/man3proc/Plwp_stack.3proc @@ -148,7 +148,7 @@ is not modified. For a full list of possible errors also see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Plwp_stack , @@ -193,4 +193,4 @@ in .Xr sigaction 2 , .Xr sigaltstack 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pmapping_iter.3proc b/usr/src/man/man3proc/Pmapping_iter.3proc index 6d43906ad4..fab9626fc5 100644 --- a/usr/src/man/man3proc/Pmapping_iter.3proc +++ b/usr/src/man/man3proc/Pmapping_iter.3proc @@ -64,7 +64,7 @@ argument, the .Sy prmap_t structure defined from -.Xr proc 4 , +.Xr proc 5 , and a name of the mapping. The way that the name is obtained varies based on whether one calls .Fn Pmapping_iter @@ -162,4 +162,4 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pobjname.3proc b/usr/src/man/man3proc/Pobjname.3proc index 300d4fa9dd..b554ccd58a 100644 --- a/usr/src/man/man3proc/Pobjname.3proc +++ b/usr/src/man/man3proc/Pobjname.3proc @@ -89,4 +89,4 @@ in .Xr mmap 2 , .Xr libproc 3LIB , .Xr Pobject_iter 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pplatform.3proc b/usr/src/man/man3proc/Pplatform.3proc index 82ff02bf3f..9e81edb21a 100644 --- a/usr/src/man/man3proc/Pplatform.3proc +++ b/usr/src/man/man3proc/Pplatform.3proc @@ -88,4 +88,4 @@ in .Xr uname 1 , .Xr sysinfo 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Ppriv.3proc b/usr/src/man/man3proc/Ppriv.3proc index 7f698f4db0..e778463478 100644 --- a/usr/src/man/man3proc/Ppriv.3proc +++ b/usr/src/man/man3proc/Ppriv.3proc @@ -45,7 +45,7 @@ It must be released with a call to The definition of the .Sy prpriv_t structure is documented in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Ppriv_free @@ -75,5 +75,5 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 , -.Xr privileges 5 +.Xr proc 5 , +.Xr privileges 7 diff --git a/usr/src/man/man3proc/Ppsinfo.3proc b/usr/src/man/man3proc/Ppsinfo.3proc index f3151c1789..1c564a143b 100644 --- a/usr/src/man/man3proc/Ppsinfo.3proc +++ b/usr/src/man/man3proc/Ppsinfo.3proc @@ -35,7 +35,7 @@ information. The .Sy psinfo_t structure that is returned is defined in -.Xr proc 4 +.Xr proc 5 and is valid until a subsequent call to .Xr Prelease 3PROC . .Sh RETURN VALUES @@ -56,4 +56,4 @@ in .Xr ps 1 , .Xr libproc 3LIB , .Xr Prelease 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Prd_agent.3proc b/usr/src/man/man3proc/Prd_agent.3proc index 2de9dd3759..8342b26e8f 100644 --- a/usr/src/man/man3proc/Prd_agent.3proc +++ b/usr/src/man/man3proc/Prd_agent.3proc @@ -59,4 +59,4 @@ in .Xr exec 2 , .Xr libproc 3LIB , .Xr librtld_db 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pread.3proc b/usr/src/man/man3proc/Pread.3proc index 89c6cd1758..124b37d43d 100644 --- a/usr/src/man/man3proc/Pread.3proc +++ b/usr/src/man/man3proc/Pread.3proc @@ -98,7 +98,7 @@ to indicate the error. For a full list of possible errors also see the .Sy DIAGNOSTICS section in -.Xr proc 4 +.Xr proc 5 and the .Sy ERRORS @@ -114,4 +114,4 @@ in .Sh SEE ALSO .Xr pread 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Prelease.3proc b/usr/src/man/man3proc/Prelease.3proc index 61fe282162..0aa9840cf7 100644 --- a/usr/src/man/man3proc/Prelease.3proc +++ b/usr/src/man/man3proc/Prelease.3proc @@ -115,4 +115,4 @@ in .Xr Pcreate 3PROC , .Xr Pgrab 3PROC , .Xr Pgrab_core 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Preopen.3proc b/usr/src/man/man3proc/Preopen.3proc index 01beb6c0af..d17b15c94b 100644 --- a/usr/src/man/man3proc/Preopen.3proc +++ b/usr/src/man/man3proc/Preopen.3proc @@ -42,7 +42,7 @@ read the object file. For more information on this, see the .Sy PROGRAMMING NOTES section of -.Xr proc 4 . +.Xr proc 5 . .Pp If successful, the controlling process will obtain control of the process specified by @@ -71,4 +71,4 @@ in .Xr libproc 3LIB , .Xr Prelease 3PROC , .Xr Pstatus 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Preset_maps.3proc b/usr/src/man/man3proc/Preset_maps.3proc index 2e110af1ee..0a202edb7a 100644 --- a/usr/src/man/man3proc/Preset_maps.3proc +++ b/usr/src/man/man3proc/Preset_maps.3proc @@ -53,4 +53,4 @@ in .Sh SEE ALSO .Xr exec 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Psecflags.3proc b/usr/src/man/man3proc/Psecflags.3proc index 9eaf3515d3..07d50abc70 100644 --- a/usr/src/man/man3proc/Psecflags.3proc +++ b/usr/src/man/man3proc/Psecflags.3proc @@ -45,7 +45,7 @@ It must be released with a call to The definition of the .Sy prsecflags_t structure is documented in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Psecflags_free @@ -75,5 +75,5 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 , -.Xr security-flags 5 +.Xr proc 5 , +.Xr security-flags 7 diff --git a/usr/src/man/man3proc/Psetbkpt.3proc b/usr/src/man/man3proc/Psetbkpt.3proc index 8ebdbe2cf9..4e78c08ac0 100644 --- a/usr/src/man/man3proc/Psetbkpt.3proc +++ b/usr/src/man/man3proc/Psetbkpt.3proc @@ -69,7 +69,7 @@ is set to indicate the error. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Psetbkpt @@ -91,4 +91,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Pdelbkpt 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Psetcred.3proc b/usr/src/man/man3proc/Psetcred.3proc index 15865707be..5c6c6bc0ab 100644 --- a/usr/src/man/man3proc/Psetcred.3proc +++ b/usr/src/man/man3proc/Psetcred.3proc @@ -38,7 +38,7 @@ must be fully initialized. The definition of the .Sy prcred_t structure may be found in -.Xr proc 4 . +.Xr proc 5 . .Pp Note, the credentials may only be updated for an active process. If the process handle refers to a zombie process, core file, or a file, then @@ -64,4 +64,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Pcred 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Psetfault.3proc b/usr/src/man/man3proc/Psetfault.3proc index fff818b333..df8348bbd5 100644 --- a/usr/src/man/man3proc/Psetfault.3proc +++ b/usr/src/man/man3proc/Psetfault.3proc @@ -41,7 +41,7 @@ For more information on faults and the structure see the .Sy PCSFAULT section in -.Xr proc 4 . +.Xr proc 5 . The current fault set for the process may be obtained through the .Xr Pfault 3PROC function. @@ -59,4 +59,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Pfault 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Psetflags.3proc b/usr/src/man/man3proc/Psetflags.3proc index 0affa7ab01..5082bb9951 100644 --- a/usr/src/man/man3proc/Psetflags.3proc +++ b/usr/src/man/man3proc/Psetflags.3proc @@ -48,7 +48,7 @@ inherit-on-fork mode should be set on children. A full list of the process flags is available in the .Sy PCSET section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Psetflags @@ -95,7 +95,7 @@ is set to indicate the error. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Sh INTERFACE STABILITY .Sy Uncommitted .Sh MT-LEVEL @@ -106,4 +106,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Pstatus 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Psetpriv.3proc b/usr/src/man/man3proc/Psetpriv.3proc index bfaece0206..438dd7e045 100644 --- a/usr/src/man/man3proc/Psetpriv.3proc +++ b/usr/src/man/man3proc/Psetpriv.3proc @@ -37,11 +37,11 @@ The updated privilege set has restrictions on what it may change for a process which are documented in the .Sy PCSPRIV section of -.Xr proc 4 . +.Xr proc 5 . In addition, the definition of the .Sy prpriv_t structure is described in -.Xr proc 4 . +.Xr proc 5 . .Pp The current privilege set for the process may be obtained through a call to @@ -65,7 +65,7 @@ is set to indicate the error. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Psetpriv @@ -85,5 +85,5 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Ppriv 3PROC , -.Xr proc 4 , -.Xr privileges 5 +.Xr proc 5 , +.Xr privileges 7 diff --git a/usr/src/man/man3proc/Psetrun.3proc b/usr/src/man/man3proc/Psetrun.3proc index b21179156e..2c134f8d17 100644 --- a/usr/src/man/man3proc/Psetrun.3proc +++ b/usr/src/man/man3proc/Psetrun.3proc @@ -65,7 +65,7 @@ For the specific mechanics of single-stepping and what traps or signals will be injected, see the .Sy PRSTEP section of -.Xr proc 4 . +.Xr proc 5 . .It Dv PRSABORT Indicates that the thread should abort the system call that it is currently executing. @@ -92,7 +92,7 @@ changes will be synchronized with the process. For more information on resuming a thread see the .Sy PCRUN section in -.Xr proc 4 . +.Xr proc 5 . .Pp Note, the .Fn Psetrun @@ -129,7 +129,7 @@ is set to indicate the error. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Psetrun @@ -154,4 +154,4 @@ in .Xr signal.h 3HEAD , .Xr libproc 3LIB , .Xr Pstatus 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Psetsignal.3proc b/usr/src/man/man3proc/Psetsignal.3proc index ae390200ca..a20392cc00 100644 --- a/usr/src/man/man3proc/Psetsignal.3proc +++ b/usr/src/man/man3proc/Psetsignal.3proc @@ -43,7 +43,7 @@ For more information on the behavior of the signal tracing flags, including which signals may be traced this way, see the .Sy PCSTRACE section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fa set @@ -69,4 +69,4 @@ in .Xr signal.h 3HEAD , .Xr libproc 3LIB , .Xr Psignal 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Psetsysentry.3proc b/usr/src/man/man3proc/Psetsysentry.3proc index 5367d3f717..c6c207b2d4 100644 --- a/usr/src/man/man3proc/Psetsysentry.3proc +++ b/usr/src/man/man3proc/Psetsysentry.3proc @@ -55,7 +55,7 @@ For more information on the state of the thread and for information on manipulating the .Sy sysset_t , see -.Xr proc 4 . +.Xr proc 5 . .Pp Note that only active processes may have their system call tracing flags updated. @@ -71,4 +71,4 @@ in .Sh SEE ALSO .Xr Intro 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Psetwapt.3proc b/usr/src/man/man3proc/Psetwapt.3proc index e119d90841..0c2df4dbfd 100644 --- a/usr/src/man/man3proc/Psetwapt.3proc +++ b/usr/src/man/man3proc/Psetwapt.3proc @@ -40,7 +40,7 @@ For more information on watchpoints and the structure, see the .Sy PCWATCH section in -.Xr proc 4 . +.Xr proc 5 . The watched area will persist until a subsequent call to .Xr Pdelwapt 3PROC . .Pp @@ -63,7 +63,7 @@ is set. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Psetwapt @@ -83,4 +83,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Pdelwapt 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Psetzoneid.3proc b/usr/src/man/man3proc/Psetzoneid.3proc index ef25c5d3b1..4e6f268c03 100644 --- a/usr/src/man/man3proc/Psetzoneid.3proc +++ b/usr/src/man/man3proc/Psetzoneid.3proc @@ -54,7 +54,7 @@ which will cause the process to terminate if the process that holds .Fa P unexpectedly terminates. See -.Xr proc 4 +.Xr proc 5 for more information on the .Sy PR_KLC flag. @@ -78,7 +78,7 @@ is set. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Psetzoneid @@ -101,6 +101,6 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 , -.Xr privileges 5 , -.Xr zones 5 +.Xr proc 5 , +.Xr privileges 7 , +.Xr zones 7 diff --git a/usr/src/man/man3proc/Psignal.3proc b/usr/src/man/man3proc/Psignal.3proc index 5ef567cdd2..a62d765ce4 100644 --- a/usr/src/man/man3proc/Psignal.3proc +++ b/usr/src/man/man3proc/Psignal.3proc @@ -102,4 +102,4 @@ in .Xr signal.h 3HEAD , .Xr libproc 3LIB , .Xr Psetsignal 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pstack_iter.3proc b/usr/src/man/man3proc/Pstack_iter.3proc index bcb116dc27..1adc82f97d 100644 --- a/usr/src/man/man3proc/Pstack_iter.3proc +++ b/usr/src/man/man3proc/Pstack_iter.3proc @@ -130,4 +130,4 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pstatus.3proc b/usr/src/man/man3proc/Pstatus.3proc index 8f9b24de53..22a0347a91 100644 --- a/usr/src/man/man3proc/Pstatus.3proc +++ b/usr/src/man/man3proc/Pstatus.3proc @@ -33,7 +33,7 @@ function returns the status information about the process handle The .Sy pstatus_t structure is defined in -.Xr proc 4 +.Xr proc 5 and contains information about the process including its flags, the number of threads, the size of the stack, and more. .Pp @@ -57,4 +57,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr Prelease 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pstopstatus.3proc b/usr/src/man/man3proc/Pstopstatus.3proc index 07a500c8a7..4f36ed2f8a 100644 --- a/usr/src/man/man3proc/Pstopstatus.3proc +++ b/usr/src/man/man3proc/Pstopstatus.3proc @@ -192,7 +192,7 @@ is set to indicate the error that occurred. For a full list of possible errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn Pdstop , @@ -214,7 +214,7 @@ Callers should call For more information on losing control, see .Sy PROGRAMMING NOTES in -.Xr proc 4 . +.Xr proc 5 . .It Er ENOENT The request was not .Dv PCNULL @@ -242,4 +242,4 @@ in .Xr Pgrab 3PROC , .Xr Pgrab_core 3PROC , .Xr Pgrab_file 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Psymbol_iter.3proc b/usr/src/man/man3proc/Psymbol_iter.3proc index 69e893a330..66885a3cb6 100644 --- a/usr/src/man/man3proc/Psymbol_iter.3proc +++ b/usr/src/man/man3proc/Psymbol_iter.3proc @@ -288,4 +288,4 @@ in .Xr elf 3ELF , .Xr gelf 3ELF , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Psync.3proc b/usr/src/man/man3proc/Psync.3proc index be7fa46d71..428253a9ba 100644 --- a/usr/src/man/man3proc/Psync.3proc +++ b/usr/src/man/man3proc/Psync.3proc @@ -78,4 +78,4 @@ in .Xr Psignal 3PROC , .Xr Psysentry 3PROC , .Xr Psysexit 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Psysentry.3proc b/usr/src/man/man3proc/Psysentry.3proc index ca0a92369a..8dbc8e1b53 100644 --- a/usr/src/man/man3proc/Psysentry.3proc +++ b/usr/src/man/man3proc/Psysentry.3proc @@ -51,7 +51,7 @@ call tracing, see the and .Sy PCSEXIT sections of -.Xr proc 4 . +.Xr proc 5 . .Pp The value of the .Fa stop @@ -123,5 +123,5 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 , -.Xr attributes 5 +.Xr proc 5 , +.Xr attributes 7 diff --git a/usr/src/man/man3proc/Pupanic.3proc b/usr/src/man/man3proc/Pupanic.3proc index 975ca08eec..fcf709e9f6 100644 --- a/usr/src/man/man3proc/Pupanic.3proc +++ b/usr/src/man/man3proc/Pupanic.3proc @@ -100,4 +100,4 @@ in .Sh SEE ALSO .Xr upanic 3C , .Xr libproc 3LIB , -.Xr core 4 +.Xr core 5 diff --git a/usr/src/man/man3proc/Pwrite.3proc b/usr/src/man/man3proc/Pwrite.3proc index a98f02cd21..159f6d03d8 100644 --- a/usr/src/man/man3proc/Pwrite.3proc +++ b/usr/src/man/man3proc/Pwrite.3proc @@ -77,7 +77,7 @@ is set to indicate an error. For the full list of errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 +.Xr proc 5 and the .Sy ERRORS @@ -102,4 +102,4 @@ in .Sh SEE ALSO .Xr pwrite 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pxecbkpt.3proc b/usr/src/man/man3proc/Pxecbkpt.3proc index 87640ff20d..7f8f1e2679 100644 --- a/usr/src/man/man3proc/Pxecbkpt.3proc +++ b/usr/src/man/man3proc/Pxecbkpt.3proc @@ -94,7 +94,7 @@ is set to indicate the error. For a full list of errors see the .Sy DIAGNOSTICS section in -.Xr proc 4 . +.Xr proc 5 . The .Fn Pxecbkpt , .Fn Pxecwapt , @@ -123,4 +123,4 @@ in .Xr Pdelwapt 3PROC , .Xr Psetbkpt 3PROC , .Xr Psetwapt 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/Pzonename.3proc b/usr/src/man/man3proc/Pzonename.3proc index 828e107b98..3d3f989b6b 100644 --- a/usr/src/man/man3proc/Pzonename.3proc +++ b/usr/src/man/man3proc/Pzonename.3proc @@ -134,4 +134,4 @@ in .Sh SEE ALSO .Xr getzoneidbyname 3C , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_access.3proc b/usr/src/man/man3proc/pr_access.3proc index 3b4bc1d92c..5dc1070ddd 100644 --- a/usr/src/man/man3proc/pr_access.3proc +++ b/usr/src/man/man3proc/pr_access.3proc @@ -99,4 +99,4 @@ in .Sh SEE ALSO .Xr access 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_close.3proc b/usr/src/man/man3proc/pr_close.3proc index 40d03db923..97ae9d9f96 100644 --- a/usr/src/man/man3proc/pr_close.3proc +++ b/usr/src/man/man3proc/pr_close.3proc @@ -96,4 +96,4 @@ in .Sh SEE ALSO .Xr close 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_creat.3proc b/usr/src/man/man3proc/pr_creat.3proc index ee68431f47..f93049786c 100644 --- a/usr/src/man/man3proc/pr_creat.3proc +++ b/usr/src/man/man3proc/pr_creat.3proc @@ -99,4 +99,4 @@ in .Sh SEE ALSO .Xr creat 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_door_info.3proc b/usr/src/man/man3proc/pr_door_info.3proc index 7c813827fd..3225531771 100644 --- a/usr/src/man/man3proc/pr_door_info.3proc +++ b/usr/src/man/man3proc/pr_door_info.3proc @@ -99,4 +99,4 @@ in .Sh SEE ALSO .Xr door_info 3C , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_exit.3proc b/usr/src/man/man3proc/pr_exit.3proc index 30fee8c0ef..82f9e1aa12 100644 --- a/usr/src/man/man3proc/pr_exit.3proc +++ b/usr/src/man/man3proc/pr_exit.3proc @@ -104,4 +104,4 @@ in .Sh SEE ALSO .Xr exit 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_fcntl.3proc b/usr/src/man/man3proc/pr_fcntl.3proc index 5d081c48ce..b33fa05088 100644 --- a/usr/src/man/man3proc/pr_fcntl.3proc +++ b/usr/src/man/man3proc/pr_fcntl.3proc @@ -101,4 +101,4 @@ in .Sh SEE ALSO .Xr fcntl 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_fstatvfs.3proc b/usr/src/man/man3proc/pr_fstatvfs.3proc index 6e627c5cc4..4060da052b 100644 --- a/usr/src/man/man3proc/pr_fstatvfs.3proc +++ b/usr/src/man/man3proc/pr_fstatvfs.3proc @@ -99,4 +99,4 @@ in .Sh SEE ALSO .Xr fstatvfs 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_getitimer.3proc b/usr/src/man/man3proc/pr_getitimer.3proc index 43a242c081..652a052a15 100644 --- a/usr/src/man/man3proc/pr_getitimer.3proc +++ b/usr/src/man/man3proc/pr_getitimer.3proc @@ -99,4 +99,4 @@ in .Sh SEE ALSO .Xr getitimer 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_getpeername.3proc b/usr/src/man/man3proc/pr_getpeername.3proc index 228ee7e22b..57c6289a84 100644 --- a/usr/src/man/man3proc/pr_getpeername.3proc +++ b/usr/src/man/man3proc/pr_getpeername.3proc @@ -101,4 +101,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr getpeername 3SOCKET , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_getpeerucred.3proc b/usr/src/man/man3proc/pr_getpeerucred.3proc index 58ef001da1..fa61281084 100644 --- a/usr/src/man/man3proc/pr_getpeerucred.3proc +++ b/usr/src/man/man3proc/pr_getpeerucred.3proc @@ -99,4 +99,4 @@ in .Sh SEE ALSO .Xr getpeerucred 3C , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_getprojid.3proc b/usr/src/man/man3proc/pr_getprojid.3proc index 88426b99c4..07a6f34ec8 100644 --- a/usr/src/man/man3proc/pr_getprojid.3proc +++ b/usr/src/man/man3proc/pr_getprojid.3proc @@ -85,4 +85,4 @@ in .Sh SEE ALSO .Xr getprojid 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_getrctl.3proc b/usr/src/man/man3proc/pr_getrctl.3proc index 5725417a6b..20fe382439 100644 --- a/usr/src/man/man3proc/pr_getrctl.3proc +++ b/usr/src/man/man3proc/pr_getrctl.3proc @@ -103,4 +103,4 @@ in .Sh SEE ALSO .Xr getrctl 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_getrlimit.3proc b/usr/src/man/man3proc/pr_getrlimit.3proc index adcb0480f8..883ca1dd7e 100644 --- a/usr/src/man/man3proc/pr_getrlimit.3proc +++ b/usr/src/man/man3proc/pr_getrlimit.3proc @@ -74,7 +74,7 @@ function is equivalent to however, rather than having the rlimit information be subject to the data model of the target process, they always provide 64-bit rlimit information. See -.Xr lf64 5 +.Xr lf64 7 for more information. .Sh RETURN VALUES Upon successful completion, the @@ -116,5 +116,5 @@ in .Sh SEE ALSO .Xr getrlimit 2 , .Xr libproc 3LIB , -.Xr proc 4 , -.Xr lf64 5 +.Xr proc 5 , +.Xr lf64 7 diff --git a/usr/src/man/man3proc/pr_getsockname.3proc b/usr/src/man/man3proc/pr_getsockname.3proc index 9ec6eca88e..32fdaef445 100644 --- a/usr/src/man/man3proc/pr_getsockname.3proc +++ b/usr/src/man/man3proc/pr_getsockname.3proc @@ -101,4 +101,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr getsockname 3SOCKET , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_getsockopt.3proc b/usr/src/man/man3proc/pr_getsockopt.3proc index 1bd5dae0b9..d684d05c58 100644 --- a/usr/src/man/man3proc/pr_getsockopt.3proc +++ b/usr/src/man/man3proc/pr_getsockopt.3proc @@ -105,4 +105,4 @@ in .Sh SEE ALSO .Xr libproc 3LIB , .Xr getsockopt 3SOCKET , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_gettaskid.3proc b/usr/src/man/man3proc/pr_gettaskid.3proc index 783a5560bb..3aa57f034e 100644 --- a/usr/src/man/man3proc/pr_gettaskid.3proc +++ b/usr/src/man/man3proc/pr_gettaskid.3proc @@ -85,4 +85,4 @@ in .Sh SEE ALSO .Xr gettaskid 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_getzoneid.3proc b/usr/src/man/man3proc/pr_getzoneid.3proc index f58f6ea3ba..883659cc6d 100644 --- a/usr/src/man/man3proc/pr_getzoneid.3proc +++ b/usr/src/man/man3proc/pr_getzoneid.3proc @@ -85,4 +85,4 @@ in .Sh SEE ALSO .Xr getzoneid 3C , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_ioctl.3proc b/usr/src/man/man3proc/pr_ioctl.3proc index dbe1d52a49..d58b1d0e78 100644 --- a/usr/src/man/man3proc/pr_ioctl.3proc +++ b/usr/src/man/man3proc/pr_ioctl.3proc @@ -111,4 +111,4 @@ in .Sh SEE ALSO .Xr ioctl 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_link.3proc b/usr/src/man/man3proc/pr_link.3proc index b981405f39..685bbbab53 100644 --- a/usr/src/man/man3proc/pr_link.3proc +++ b/usr/src/man/man3proc/pr_link.3proc @@ -99,4 +99,4 @@ in .Sh SEE ALSO .Xr link 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_llseek.3proc b/usr/src/man/man3proc/pr_llseek.3proc index 2d88e53ba6..b22b9bce80 100644 --- a/usr/src/man/man3proc/pr_llseek.3proc +++ b/usr/src/man/man3proc/pr_llseek.3proc @@ -101,4 +101,4 @@ in .Sh SEE ALSO .Xr llseek 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_lseek.3proc b/usr/src/man/man3proc/pr_lseek.3proc index bea7e7bb3a..f91726b102 100644 --- a/usr/src/man/man3proc/pr_lseek.3proc +++ b/usr/src/man/man3proc/pr_lseek.3proc @@ -101,4 +101,4 @@ in .Sh SEE ALSO .Xr lseek 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_memcntl.3proc b/usr/src/man/man3proc/pr_memcntl.3proc index e77e7debd7..c6087e8016 100644 --- a/usr/src/man/man3proc/pr_memcntl.3proc +++ b/usr/src/man/man3proc/pr_memcntl.3proc @@ -107,4 +107,4 @@ in .Sh SEE ALSO .Xr memcntl 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_meminfo.3proc b/usr/src/man/man3proc/pr_meminfo.3proc index 7e6dfae222..75afd3f984 100644 --- a/usr/src/man/man3proc/pr_meminfo.3proc +++ b/usr/src/man/man3proc/pr_meminfo.3proc @@ -107,4 +107,4 @@ in .Sh SEE ALSO .Xr meminfo 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_mmap.3proc b/usr/src/man/man3proc/pr_mmap.3proc index 988f79dede..e0e023f6cf 100644 --- a/usr/src/man/man3proc/pr_mmap.3proc +++ b/usr/src/man/man3proc/pr_mmap.3proc @@ -107,4 +107,4 @@ in .Sh SEE ALSO .Xr mmap 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_munmap.3proc b/usr/src/man/man3proc/pr_munmap.3proc index 0573cc4a2a..96b899c4d8 100644 --- a/usr/src/man/man3proc/pr_munmap.3proc +++ b/usr/src/man/man3proc/pr_munmap.3proc @@ -99,4 +99,4 @@ in .Sh SEE ALSO .Xr munmap 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_open.3proc b/usr/src/man/man3proc/pr_open.3proc index 9a15a11428..c4a0dd8c69 100644 --- a/usr/src/man/man3proc/pr_open.3proc +++ b/usr/src/man/man3proc/pr_open.3proc @@ -101,4 +101,4 @@ in .Sh SEE ALSO .Xr open 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_processor_bind.3proc b/usr/src/man/man3proc/pr_processor_bind.3proc index f30d6095d5..2040e17b22 100644 --- a/usr/src/man/man3proc/pr_processor_bind.3proc +++ b/usr/src/man/man3proc/pr_processor_bind.3proc @@ -103,4 +103,4 @@ in .Sh SEE ALSO .Xr processor_bind 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_rename.3proc b/usr/src/man/man3proc/pr_rename.3proc index a7b9a33762..1e07527e7a 100644 --- a/usr/src/man/man3proc/pr_rename.3proc +++ b/usr/src/man/man3proc/pr_rename.3proc @@ -99,4 +99,4 @@ in .Sh SEE ALSO .Xr rename 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_setitimer.3proc b/usr/src/man/man3proc/pr_setitimer.3proc index dc777fdd1d..d984c3c345 100644 --- a/usr/src/man/man3proc/pr_setitimer.3proc +++ b/usr/src/man/man3proc/pr_setitimer.3proc @@ -101,4 +101,4 @@ in .Sh SEE ALSO .Xr setitimer 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_setrctl.3proc b/usr/src/man/man3proc/pr_setrctl.3proc index 75ed161f20..1237fe87f8 100644 --- a/usr/src/man/man3proc/pr_setrctl.3proc +++ b/usr/src/man/man3proc/pr_setrctl.3proc @@ -103,4 +103,4 @@ in .Sh SEE ALSO .Xr setrctl 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_setrlimit.3proc b/usr/src/man/man3proc/pr_setrlimit.3proc index b7658278d2..2e7e52e004 100644 --- a/usr/src/man/man3proc/pr_setrlimit.3proc +++ b/usr/src/man/man3proc/pr_setrlimit.3proc @@ -74,7 +74,7 @@ function is equivalent to however, rather than having the rlimit information be subject to the data model of the target process, they always provide 64-bit rlimit information. See -.Xr lf64 5 +.Xr lf64 7 for more information. .Sh RETURN VALUES Upon successful completion, the @@ -116,5 +116,5 @@ in .Sh SEE ALSO .Xr setrlimit 2 , .Xr libproc 3LIB , -.Xr proc 4 , -.Xr lf64 5 +.Xr proc 5 , +.Xr lf64 7 diff --git a/usr/src/man/man3proc/pr_settaskid.3proc b/usr/src/man/man3proc/pr_settaskid.3proc index 368cc4243a..ea03443461 100644 --- a/usr/src/man/man3proc/pr_settaskid.3proc +++ b/usr/src/man/man3proc/pr_settaskid.3proc @@ -99,4 +99,4 @@ in .Sh SEE ALSO .Xr settaskid 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_sigaction.3proc b/usr/src/man/man3proc/pr_sigaction.3proc index 4103a0e203..cb19d563b1 100644 --- a/usr/src/man/man3proc/pr_sigaction.3proc +++ b/usr/src/man/man3proc/pr_sigaction.3proc @@ -101,4 +101,4 @@ in .Sh SEE ALSO .Xr sigaction 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_stat.3proc b/usr/src/man/man3proc/pr_stat.3proc index f9095db692..00504497ce 100644 --- a/usr/src/man/man3proc/pr_stat.3proc +++ b/usr/src/man/man3proc/pr_stat.3proc @@ -150,7 +150,7 @@ and respectively; however, rather than having the stat information be subject to the data model of the target process, they always provide 64-bit stat information. See -.Xr lf64 5 +.Xr lf64 7 for more information. .Sh RETURN VALUES Upon successful completion, the @@ -192,5 +192,5 @@ in .Sh SEE ALSO .Xr stat 2 , .Xr libproc 3LIB , -.Xr proc 4 , -.Xr lf64 5 +.Xr proc 5 , +.Xr lf64 7 diff --git a/usr/src/man/man3proc/pr_statvfs.3proc b/usr/src/man/man3proc/pr_statvfs.3proc index 30a8a4c90b..9fde191dbe 100644 --- a/usr/src/man/man3proc/pr_statvfs.3proc +++ b/usr/src/man/man3proc/pr_statvfs.3proc @@ -99,4 +99,4 @@ in .Sh SEE ALSO .Xr statvfs 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_unlink.3proc b/usr/src/man/man3proc/pr_unlink.3proc index 0dbf9702ef..23bd3894cd 100644 --- a/usr/src/man/man3proc/pr_unlink.3proc +++ b/usr/src/man/man3proc/pr_unlink.3proc @@ -96,4 +96,4 @@ in .Sh SEE ALSO .Xr unlink 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/pr_waitid.3proc b/usr/src/man/man3proc/pr_waitid.3proc index 9eceeb7eab..950d5c3c3e 100644 --- a/usr/src/man/man3proc/pr_waitid.3proc +++ b/usr/src/man/man3proc/pr_waitid.3proc @@ -103,4 +103,4 @@ in .Sh SEE ALSO .Xr waitid 2 , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_arg_grab.3proc b/usr/src/man/man3proc/proc_arg_grab.3proc index 9bba2d5981..976d619f99 100644 --- a/usr/src/man/man3proc/proc_arg_grab.3proc +++ b/usr/src/man/man3proc/proc_arg_grab.3proc @@ -162,4 +162,4 @@ were set and no process or core file could be found corresponding to .Xr Pgrab_core 3PROC , .Xr Prelease 3PROC , .Xr proc_lwp_range_valid 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_arg_psinfo.3proc b/usr/src/man/man3proc/proc_arg_psinfo.3proc index 2ebab46fc7..c0032638a7 100644 --- a/usr/src/man/man3proc/proc_arg_psinfo.3proc +++ b/usr/src/man/man3proc/proc_arg_psinfo.3proc @@ -140,4 +140,4 @@ were set and no process or core file could be found corresponding to .Xr Pgrab_core 3PROC , .Xr Prelease 3PROC , .Xr proc_lwp_range_valid 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_content2str.3proc b/usr/src/man/man3proc/proc_content2str.3proc index 4b01158d95..0c49cd5104 100644 --- a/usr/src/man/man3proc/proc_content2str.3proc +++ b/usr/src/man/man3proc/proc_content2str.3proc @@ -85,6 +85,6 @@ will be returned to indicate an unknown string. .Sh MT-LEVEL .Sy MT-Safe .Sh SEE ALSO -.Xr coreadm 1M , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 , +.Xr coreadm 8 diff --git a/usr/src/man/man3proc/proc_fdinfo_misc.3proc b/usr/src/man/man3proc/proc_fdinfo_misc.3proc index c7cdd4e338..02510e7d27 100644 --- a/usr/src/man/man3proc/proc_fdinfo_misc.3proc +++ b/usr/src/man/man3proc/proc_fdinfo_misc.3proc @@ -52,7 +52,7 @@ The definition of the structure may be found in the .Sx fdinfo section of -.Xr proc 4 . +.Xr proc 5 . .Sh RETURN VALUES Upon successful completion, the .Fn proc_fdinfo_misc @@ -68,4 +68,4 @@ is returned to indicate that the item was not found. .Sh SEE ALSO .Xr libproc 3LIB , .Xr proc_fdinfowalk 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_fdinfowalk.3proc b/usr/src/man/man3proc/proc_fdinfowalk.3proc index 1a35e9d209..cfce3de4ee 100644 --- a/usr/src/man/man3proc/proc_fdinfowalk.3proc +++ b/usr/src/man/man3proc/proc_fdinfowalk.3proc @@ -43,7 +43,7 @@ is available in The miscellaneous data types and structures are found in the .Sx fdinfo section of -.Xr proc 4 . +.Xr proc 5 . .Pp .Fa func will be called once for each miscellaneous item, providing the item's @@ -92,4 +92,4 @@ functions. .Xr opendir 3C , .Xr readdir 3C , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_fdwalk.3proc b/usr/src/man/man3proc/proc_fdwalk.3proc index 52bf29ed60..55714ca31f 100644 --- a/usr/src/man/man3proc/proc_fdwalk.3proc +++ b/usr/src/man/man3proc/proc_fdwalk.3proc @@ -84,4 +84,4 @@ functions. .Xr opendir 3C , .Xr readdir 3C , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_fltname.3proc b/usr/src/man/man3proc/proc_fltname.3proc index f3f4a45aa0..6fa5f88d16 100644 --- a/usr/src/man/man3proc/proc_fltname.3proc +++ b/usr/src/man/man3proc/proc_fltname.3proc @@ -98,4 +98,4 @@ is returned. .Xr proc_str2sys 3PROC , .Xr proc_str2sysset 3PROC , .Xr proc_sysset2str 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_fltset2str.3proc b/usr/src/man/man3proc/proc_fltset2str.3proc index 96c40eeab2..000272db8e 100644 --- a/usr/src/man/man3proc/proc_fltset2str.3proc +++ b/usr/src/man/man3proc/proc_fltset2str.3proc @@ -116,4 +116,4 @@ is returned. .Xr proc_str2sys 3PROC , .Xr proc_str2sysset 3PROC , .Xr proc_sysname 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_get_auxv.3proc b/usr/src/man/man3proc/proc_get_auxv.3proc index 8f2ec70299..e5bc4c0112 100644 --- a/usr/src/man/man3proc/proc_get_auxv.3proc +++ b/usr/src/man/man3proc/proc_get_auxv.3proc @@ -49,4 +49,4 @@ is returned to indicate an error occurred. .Sy MT-Safe .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_get_cred.3proc b/usr/src/man/man3proc/proc_get_cred.3proc index ddff00283b..9cadaec39d 100644 --- a/usr/src/man/man3proc/proc_get_cred.3proc +++ b/usr/src/man/man3proc/proc_get_cred.3proc @@ -49,7 +49,7 @@ Callers could allocate it, using an expression similar to: The definition of the .Sy prcred_t structure may be found in -.Xr proc 4 . +.Xr proc 5 . .Sh RETURN VALUES Upon successful completion, the .Fn proc_get_cred @@ -64,4 +64,4 @@ is returned to indicate an error occurred. .Sy MT-Safe .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_get_fdinfo.3proc b/usr/src/man/man3proc/proc_get_fdinfo.3proc index 1985230f4c..59f62537bc 100644 --- a/usr/src/man/man3proc/proc_get_fdinfo.3proc +++ b/usr/src/man/man3proc/proc_get_fdinfo.3proc @@ -48,7 +48,7 @@ structure. The definition of the .Vt prfdinfo_t structure may be found in -.Xr proc 4 . +.Xr proc 5 . .Pp The caller must free the returned memory by calling the .Fn proc_fdinfo_free @@ -97,4 +97,4 @@ is not properly terminated. .Sy MT-Safe .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_get_lwpsinfo.3proc b/usr/src/man/man3proc/proc_get_lwpsinfo.3proc index 113ebf97b1..e02a02d23f 100644 --- a/usr/src/man/man3proc/proc_get_lwpsinfo.3proc +++ b/usr/src/man/man3proc/proc_get_lwpsinfo.3proc @@ -41,7 +41,7 @@ file will be placed in The definition of the .Vt lwpsinfo_t structure may be found in -.Xr proc 4 . +.Xr proc 5 . .Pp The thread identifier for a thread is the same between POSIX pthreads, C11 threads, and the native threads API. @@ -62,4 +62,4 @@ is returned to indicate an error occurred. .Sy MT-Safe .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_get_priv.3proc b/usr/src/man/man3proc/proc_get_priv.3proc index d70c293cec..74a0d290ad 100644 --- a/usr/src/man/man3proc/proc_get_priv.3proc +++ b/usr/src/man/man3proc/proc_get_priv.3proc @@ -42,7 +42,7 @@ ensures that it is large enough to hold all of the privilege sets. The definition of the .Sy prpriv_t structure may be found in -.Xr proc 4 . +.Xr proc 5 . .Pp The .Fn proc_free_priv @@ -69,4 +69,4 @@ is returned to indicate an error occurred. .Sy MT-Safe .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_get_psinfo.3proc b/usr/src/man/man3proc/proc_get_psinfo.3proc index cc2201b237..79583564f8 100644 --- a/usr/src/man/man3proc/proc_get_psinfo.3proc +++ b/usr/src/man/man3proc/proc_get_psinfo.3proc @@ -38,7 +38,7 @@ related information of the process will be filled into The definition of the .Sy psinfo_t structure may be found in -.Xr proc 4 . +.Xr proc 5 . .Sh RETURN VALUES Upon successful completion, the .Fn proc_get_psinfo @@ -53,4 +53,4 @@ is returned to indicate an error occurred. .Sy MT-Safe .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_get_status.3proc b/usr/src/man/man3proc/proc_get_status.3proc index 7a9321f6e0..ac4d75d89e 100644 --- a/usr/src/man/man3proc/proc_get_status.3proc +++ b/usr/src/man/man3proc/proc_get_status.3proc @@ -36,7 +36,7 @@ The status information of the process will be filled into The definition of the .Sy pstatus_t structure may be found in -.Xr proc 4 . +.Xr proc 5 . .Sh RETURN VALUES Upon successful completion, the .Fn proc_get_status @@ -51,4 +51,4 @@ is returned to indicate an error occurred. .Sy MT-Safe .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_lwp_in_set.3proc b/usr/src/man/man3proc/proc_lwp_in_set.3proc index bea97c1a71..4fc98a8a9f 100644 --- a/usr/src/man/man3proc/proc_lwp_in_set.3proc +++ b/usr/src/man/man3proc/proc_lwp_in_set.3proc @@ -40,7 +40,7 @@ whether a thread is in a range. A thread range is a series of one or more series of range identifiers which describe a collection of threads. These are often used by programs such as -.Xr pbind 1M , +.Xr pbind 8 , .Xr pstack 1 , .Xr prun 1 , .Xr pstop 1 , @@ -118,4 +118,4 @@ is returned to indicate that the set is invalid. .Sy MT-Safe .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_service.3proc b/usr/src/man/man3proc/proc_service.3proc index ce819d4dab..f22e479278 100644 --- a/usr/src/man/man3proc/proc_service.3proc +++ b/usr/src/man/man3proc/proc_service.3proc @@ -401,7 +401,7 @@ Reads the local descriptor table of the \fBLWP\fR. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -416,8 +416,11 @@ MT Level Safe .SH SEE ALSO .LP -\fBlibc_db\fR(3LIB), \fBlibrtld_db\fR(3LIB), \fBps_pread\fR(3PROC), -\fBrtld_db\fR(3EXT), \fBattributes\fR(5) +.BR rtld_db (3EXT), +.BR libc_db (3LIB), +.BR librtld_db (3LIB), +.BR ps_pread (3PROC), +.BR attributes (7) .sp .LP \fILinker and Libraries Guide\fR diff --git a/usr/src/man/man3proc/proc_str2flt.3proc b/usr/src/man/man3proc/proc_str2flt.3proc index 2b7ef2edff..430a1af184 100644 --- a/usr/src/man/man3proc/proc_str2flt.3proc +++ b/usr/src/man/man3proc/proc_str2flt.3proc @@ -81,4 +81,4 @@ is returned to indicate that a conversion could not take place. .Xr proc_str2sigset 3PROC , .Xr proc_str2sysset 3PROC , .Xr proc_sysset2str 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_str2fltset.3proc b/usr/src/man/man3proc/proc_str2fltset.3proc index e1fd1f5359..161435e10e 100644 --- a/usr/src/man/man3proc/proc_str2fltset.3proc +++ b/usr/src/man/man3proc/proc_str2fltset.3proc @@ -122,4 +122,4 @@ contains an unrecognized set name. .Xr proc_str2sys 3PROC , .Xr proc_sysname 3PROC , .Xr proc_sysset2str 3PROC , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_unctrl_psinfo.3proc b/usr/src/man/man3proc/proc_unctrl_psinfo.3proc index 3df63004bb..911c3b790b 100644 --- a/usr/src/man/man3proc/proc_unctrl_psinfo.3proc +++ b/usr/src/man/man3proc/proc_unctrl_psinfo.3proc @@ -50,4 +50,4 @@ if the same value for is passed in from multiple threads. .Sh SEE ALSO .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/proc_walk.3proc b/usr/src/man/man3proc/proc_walk.3proc index 49f0489dc3..be0abea312 100644 --- a/usr/src/man/man3proc/proc_walk.3proc +++ b/usr/src/man/man3proc/proc_walk.3proc @@ -137,4 +137,4 @@ or .Xr opendir 3C , .Xr readdir 3C , .Xr libproc 3LIB , -.Xr proc 4 +.Xr proc 5 diff --git a/usr/src/man/man3proc/ps_lgetregs.3proc b/usr/src/man/man3proc/ps_lgetregs.3proc index 65a519831e..6daaf991b0 100644 --- a/usr/src/man/man3proc/ps_lgetregs.3proc +++ b/usr/src/man/man3proc/ps_lgetregs.3proc @@ -105,7 +105,7 @@ The function did not return successfully. .RE .SH ATTRIBUTES -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -119,5 +119,7 @@ MT Level Safe .TE .SH SEE ALSO -\fBlibc_db\fR(3LIB), \fBproc_service\fR(3PROC), \fBattributes\fR(5), -\fBthreads\fR(5) +.BR libc_db (3LIB), +.BR proc_service (3PROC), +.BR attributes (7), +.BR threads (7) diff --git a/usr/src/man/man3proc/ps_pglobal_lookup.3proc b/usr/src/man/man3proc/ps_pglobal_lookup.3proc index 664d340baf..236246d3b5 100644 --- a/usr/src/man/man3proc/ps_pglobal_lookup.3proc +++ b/usr/src/man/man3proc/ps_pglobal_lookup.3proc @@ -66,7 +66,7 @@ The function did not return successfully. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -81,5 +81,8 @@ MT Level Safe .SH SEE ALSO .LP -\fBkill\fR(2), \fBlibc_db\fR(3LIB), \fBproc_service\fR(3PROC), -\fBattributes\fR(5), \fBthreads\fR(5) +.BR kill (2), +.BR libc_db (3LIB), +.BR proc_service (3PROC), +.BR attributes (7), +.BR threads (7) diff --git a/usr/src/man/man3proc/ps_pread.3proc b/usr/src/man/man3proc/ps_pread.3proc index 25bae238b7..29b6e04c8f 100644 --- a/usr/src/man/man3proc/ps_pread.3proc +++ b/usr/src/man/man3proc/ps_pread.3proc @@ -92,7 +92,7 @@ The function did not return successfully. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -107,5 +107,9 @@ MT Level Safe .SH SEE ALSO .LP -\fBlibc_db\fR(3LIB), \fBlibrtld_db\fR(3LIB), \fBproc_service\fR(3PROC), -\fBrtld_db\fR(3EXT), \fBattributes\fR(5), \fBthreads\fR(5) +.BR rtld_db (3EXT), +.BR libc_db (3LIB), +.BR librtld_db (3LIB), +.BR proc_service (3PROC), +.BR attributes (7), +.BR threads (7) diff --git a/usr/src/man/man3proc/ps_pstop.3proc b/usr/src/man/man3proc/ps_pstop.3proc index 9932acb9cb..cd87ad1951 100644 --- a/usr/src/man/man3proc/ps_pstop.3proc +++ b/usr/src/man/man3proc/ps_pstop.3proc @@ -112,7 +112,7 @@ The function did not return successfully. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -127,5 +127,8 @@ MT Level Safe .SH SEE ALSO .LP -\fBkill\fR(2), \fBlibc_db\fR(3LIB), \fBproc_service\fR(3PROC), -\fBattributes\fR(5), \fBthreads\fR(5) +.BR kill (2), +.BR libc_db (3LIB), +.BR proc_service (3PROC), +.BR attributes (7), +.BR threads (7) |
