diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 14:50:24 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 14:50:24 +0000 |
commit | b45b9e3cde3c8b803fc2c4fbdb784fc378ced24d (patch) | |
tree | 0b7d3487005ae5a1da0062d675a3bf21249410eb /share/man/man3 | |
parent | 46cac19efdca36bb719c540488e5b984e7370eca (diff) | |
download | FreeBSD-src-b45b9e3cde3c8b803fc2c4fbdb784fc378ced24d.zip FreeBSD-src-b45b9e3cde3c8b803fc2c4fbdb784fc378ced24d.tar.gz |
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/fpgetround.3 | 3 | ||||
-rw-r--r-- | share/man/man3/pthread.3 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man3/fpgetround.3 b/share/man/man3/fpgetround.3 index bfc4368..7dce03a 100644 --- a/share/man/man3/fpgetround.3 +++ b/share/man/man3/fpgetround.3 @@ -107,7 +107,8 @@ .Fn fpresetsticky "fp_except_t sticky" .Sh DESCRIPTION When a floating point exception is detected, the exception sticky flag is -set and the exception mask is tested. If the mask is set, then a trap +set and the exception mask is tested. +If the mask is set, then a trap occurs. These routines allow both setting the floating point exception masks, and resetting the exception sticky flags after an exception is detected. In addition, they allow setting the floating point rounding mode diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3 index ee57991..d9152d9 100644 --- a/share/man/man3/pthread.3 +++ b/share/man/man3/pthread.3 @@ -40,7 +40,8 @@ POSIX threads are a set of functions that support applications with requirements for multiple flows of control, called .Fa threads , -within a process. Multithreading is used to improve the performance of a +within a process. +Multithreading is used to improve the performance of a program. .Pp The POSIX thread functions are summarized in this section in the following |