diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2020-09-21 19:23:46 +0100 |
---|---|---|
committer | Peter Tribble <peter.tribble@gmail.com> | 2020-09-22 13:05:37 +0100 |
commit | c64c5389d6d65f1a8915fd0ff67288100f518172 (patch) | |
tree | 11c5a786d6c33e55ab800f1bc7a615f5d50a7caa /usr/src/man/man3proc | |
parent | a7f55c951e21deb266649b41baa71501d3382f4d (diff) | |
download | illumos-joyent-c64c5389d6d65f1a8915fd0ff67288100f518172.tar.gz |
13141 Man page formatting runs words together
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man/man3proc')
-rw-r--r-- | usr/src/man/man3proc/ps_lgetregs.3proc | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/usr/src/man/man3proc/ps_lgetregs.3proc b/usr/src/man/man3proc/ps_lgetregs.3proc index 2ae19d7ff4..65a519831e 100644 --- a/usr/src/man/man3proc/ps_lgetregs.3proc +++ b/usr/src/man/man3proc/ps_lgetregs.3proc @@ -3,17 +3,16 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH PS_LGETREGS 3PROC "Jan 30, 1998" +.TH PS_LGETREGS 3PROC "September 12, 2020" .SH NAME ps_lgetregs, ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs \- routines that access the target process register in libthread_db .SH SYNOPSIS -.LP .nf #include <proc_service.h> -\fB ps_err_e\fR \fBps_lgetregs\fR(\fBstruct ps_prochandle *\fR\fIph\fR, \fBlwpid_t\fR \fIlid\fR, +\fBps_err_e\fR \fBps_lgetregs\fR(\fBstruct ps_prochandle *\fR\fIph\fR, \fBlwpid_t\fR \fIlid\fR, \fBprgregset_t\fR \fIgregset\fR); .fi @@ -54,7 +53,6 @@ in libthread_db .fi .SH DESCRIPTION -.LP \fBps_lgetregs()\fR, \fBps_lsetregs()\fR, \fBps_lgetfpregs()\fR, \fBps_lsetfpregs()\fR, \fBps_lgetxregsize()\fR, \fBps_lgetxregs()\fR, \fBps_lsetxregs()\fR read and write register sets from lightweight processes @@ -63,8 +61,7 @@ in libthread_db \fIlid\fR, and \fBps_lsetregs()\fR sets them. \fBps_lgetfpregs()\fR gets the \fBLWP\fR's floating point register set, while \fBps_lsetfpregs()\fR sets it. .SS "SPARC Only" -.LP -\fBps_lgetxregsize()\fR,\fBps_lgetxregs()\fR, and\fBps_lsetxregs()\fR are +\fBps_lgetxregsize()\fR, \fBps_lgetxregs()\fR, and \fBps_lsetxregs()\fR are SPARC-specific. They do not need to be defined by a controlling process on non-SPARC architecture. \fBps_lgetxregsize()\fR returns in \fB*\fR\fIxregsize\fR the size of the architecture-dependent extra state @@ -108,7 +105,6 @@ The function did not return successfully. .RE .SH ATTRIBUTES -.LP See \fBattributes\fR(5) for description of the following attributes: .sp @@ -123,6 +119,5 @@ MT Level Safe .TE .SH SEE ALSO -.LP \fBlibc_db\fR(3LIB), \fBproc_service\fR(3PROC), \fBattributes\fR(5), \fBthreads\fR(5) |