diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2017-07-29 16:02:29 +0300 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2017-08-11 19:00:16 -0400 |
commit | c66b8046543352459a11a51501b628d1c98a8c44 (patch) | |
tree | 1121a5f9a15592e29af27c5f55a10ec607cf88d6 /usr/src/man/man3proc | |
parent | 12014b724f98604d61f9756b7e199416475d7396 (diff) | |
download | illumos-joyent-c66b8046543352459a11a51501b628d1c98a8c44.tar.gz |
8547 update mandoc to 1.14.3
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man3proc')
-rw-r--r-- | usr/src/man/man3proc/Lgrab_error.3proc | 2 | ||||
-rw-r--r-- | usr/src/man/man3proc/Pgetareg.3proc | 2 | ||||
-rw-r--r-- | usr/src/man/man3proc/Pgrab_file.3proc | 1 | ||||
-rw-r--r-- | usr/src/man/man3proc/Plwp_getspymaster.3proc | 6 | ||||
-rw-r--r-- | usr/src/man/man3proc/Psysentry.3proc | 2 |
5 files changed, 6 insertions, 7 deletions
diff --git a/usr/src/man/man3proc/Lgrab_error.3proc b/usr/src/man/man3proc/Lgrab_error.3proc index 6606ac74c6..6e7f9af803 100644 --- a/usr/src/man/man3proc/Lgrab_error.3proc +++ b/usr/src/man/man3proc/Lgrab_error.3proc @@ -33,7 +33,7 @@ The .Fn Lgrab_error function only knows how to translate error codes that were stored in the third argument -.Pf ( Fa perr Ns ) +.Pq Fa perr of a call to .Xr Lgrab 3PROC . .Sh RETURN VALUES diff --git a/usr/src/man/man3proc/Pgetareg.3proc b/usr/src/man/man3proc/Pgetareg.3proc index 254530b6d6..52e6a80733 100644 --- a/usr/src/man/man3proc/Pgetareg.3proc +++ b/usr/src/man/man3proc/Pgetareg.3proc @@ -61,7 +61,7 @@ representative thread (LWP). For more information on how the representative is chosen, see .Xr proc 4 . To change the registers of a specific thread, use the -.Xr Lgetareg 3PROC +.Fn Lgetareg and .Xr Lsetareg 3PROC functions. diff --git a/usr/src/man/man3proc/Pgrab_file.3proc b/usr/src/man/man3proc/Pgrab_file.3proc index 8c883d9677..fa3e3b31a9 100644 --- a/usr/src/man/man3proc/Pgrab_file.3proc +++ b/usr/src/man/man3proc/Pgrab_file.3proc @@ -102,5 +102,4 @@ indicates the system failure. .Xr Pfree 3PROC , .Xr Pgrab_core 3PROC , .Xr Pgrab_error 3PROC , -.Xr Pgrab_file 3PROC , .Xr Prelease 3PROC diff --git a/usr/src/man/man3proc/Plwp_getspymaster.3proc b/usr/src/man/man3proc/Plwp_getspymaster.3proc index 7810b402b0..8b7adbf418 100644 --- a/usr/src/man/man3proc/Plwp_getspymaster.3proc +++ b/usr/src/man/man3proc/Plwp_getspymaster.3proc @@ -44,10 +44,12 @@ For more information on the agent LWP and the spy master, see .Pp If the thread identified .Fa lwpid -has an agent LWP, the corresponding ps information (see +has an agent LWP, the corresponding ps information +.Po see .Xr proc 4 for the definition of the -.Sy psinfo_t Ns ) +.Sy psinfo_t +.Pc will be filled into .Fa ps . .Pp diff --git a/usr/src/man/man3proc/Psysentry.3proc b/usr/src/man/man3proc/Psysentry.3proc index 6190890410..d25446b32d 100644 --- a/usr/src/man/man3proc/Psysentry.3proc +++ b/usr/src/man/man3proc/Psysentry.3proc @@ -122,7 +122,5 @@ in .Xr libproc 3LIB . .Sh SEE ALSO .Xr libproc 3LIB , -.Xr Psysentry 3PROC , -.Xr Psysexit 3PROC , .Xr proc 4 , .Xr attributes 5 |