getrusage.2, ptrace.2, stpcpy.3, stpncpy.3: srcfix: start new sentence on new source line

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-03-18 21:17:29 +01:00
parent 5dfa51521b
commit e3948c69dd
4 changed files with 8 additions and 4 deletions

View File

@ -112,7 +112,8 @@ expressed in a
structure (seconds plus microseconds). structure (seconds plus microseconds).
.TP .TP
.IR ru_maxrss " (since Linux 2.6.32)" .IR ru_maxrss " (since Linux 2.6.32)"
This is the maximum resident set size used (in kilobytes). For This is the maximum resident set size used (in kilobytes).
For
.BR RUSAGE_CHILDREN , .BR RUSAGE_CHILDREN ,
this is the resident set size of the largest child, not the maximum this is the resident set size of the largest child, not the maximum
resident set size of the process tree. resident set size of the process tree.

View File

@ -1442,7 +1442,8 @@ Since Linux 3.4,
can be used instead of can be used instead of
.BR PTRACE_ATTACH . .BR PTRACE_ATTACH .
.B PTRACE_SEIZE .B PTRACE_SEIZE
does not stop the attached process. If you need to stop does not stop the attached process.
If you need to stop
it after attach (or at any other time) without sending it any signals, it after attach (or at any other time) without sending it any signals,
use use
.B PTRACE_INTERRUPT .B PTRACE_INTERRUPT

View File

@ -64,7 +64,8 @@ returns a pointer to the \fBend\fP of the string
\fIdest\fP (that is, the address of the terminating null byte) \fIdest\fP (that is, the address of the terminating null byte)
rather than the beginning. rather than the beginning.
.SH CONFORMING TO .SH CONFORMING TO
This function was added to POSIX.1-2008. Before that, it was not part of This function was added to POSIX.1-2008.
Before that, it was not part of
the C or POSIX.1 standards, nor customary on UNIX systems, but was not a the C or POSIX.1 standards, nor customary on UNIX systems, but was not a
GNU invention either. GNU invention either.
Perhaps it came from MS-DOS. Perhaps it came from MS-DOS.

View File

@ -64,7 +64,8 @@ returns a pointer to the terminating null byte
in \fIdest\fP, or, if \fIdest\fP is not null-terminated, in \fIdest\fP, or, if \fIdest\fP is not null-terminated,
\fIdest + n\fP. \fIdest + n\fP.
.SH CONFORMING TO .SH CONFORMING TO
This function was added to POSIX.1-2008. Before that, it was a GNU extension. This function was added to POSIX.1-2008.
Before that, it was a GNU extension.
.SH SEE ALSO .SH SEE ALSO
.BR strncpy (3), .BR strncpy (3),
.BR wcpncpy (3) .BR wcpncpy (3)