summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-03-02 14:54:02 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-03-02 14:54:02 +0000
commit244b8ead7d31895ea1d7cfb075f4f7b33df35b0f (patch)
tree2643b52af6138b0f24a698abf3673abbbf78fc7d /lib
parentb751643913f37cd82cb0231b0c05564aad5a23b4 (diff)
downloadFreeBSD-src-244b8ead7d31895ea1d7cfb075f4f7b33df35b0f.zip
FreeBSD-src-244b8ead7d31895ea1d7cfb075f4f7b33df35b0f.tar.gz
Remove more single-space hard sentence breaks.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/rand48.33
-rw-r--r--lib/libc/gen/syslog.36
-rw-r--r--lib/libc/stdio/printf.33
-rw-r--r--lib/libc/sys/intro.26
-rw-r--r--lib/libm/common_source/math.33
-rw-r--r--lib/msun/man/math.33
6 files changed, 16 insertions, 8 deletions
diff --git a/lib/libc/gen/rand48.3 b/lib/libc/gen/rand48.3
index ac7e33e..a6b2eef 100644
--- a/lib/libc/gen/rand48.3
+++ b/lib/libc/gen/rand48.3
@@ -56,7 +56,8 @@ particular formula employed is
r(n+1) = (a * r(n) + c) mod m
where the default values are
for the multiplicand a = 0xfdeece66d = 25214903917 and
-the addend c = 0xb = 11. The modulo is always fixed at m = 2 ** 48.
+the addend c = 0xb = 11.
+The modulo is always fixed at m = 2 ** 48.
r(n) is called the seed of the random number generator.
.Pp
For all the six generator routines described next, the first
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3
index 437b622..550ce5b 100644
--- a/lib/libc/gen/syslog.3
+++ b/lib/libc/gen/syslog.3
@@ -63,7 +63,8 @@ writes
.Fa message
to the system message logger.
The message is then written to the system console, log files,
-logged-in users, or forwarded to other machines as appropriate. (See
+logged-in users, or forwarded to other machines as appropriate.
+(See
.Xr syslogd 8 . )
.Pp
The message is identical to a
@@ -71,7 +72,8 @@ The message is identical to a
format string, except that
.Ql %m
is replaced by the current error
-message. (As denoted by the global variable
+message.
+(As denoted by the global variable
.Va errno ;
see
.Xr strerror 3 . )
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index f18f658..f72c10c 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -544,7 +544,8 @@ No argument is converted.
.It Cm %
A
.Ql %
-is written. No argument is converted.
+is written.
+No argument is converted.
The complete conversion specification
is
.Ql %% .
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index b43b9c8..ec42786 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -183,7 +183,8 @@ not a directory, when a directory was expected.
.It Er 21 EISDIR Em "Is a directory" .
An attempt was made to open a directory with write mode specified.
.It Er 22 EINVAL Em "Invalid argument" .
-Some invalid argument was supplied. (For example,
+Some invalid argument was supplied.
+(For example,
specifying an undefined signal to a
.Xr signal 3
or
@@ -671,7 +672,8 @@ information applicable to the caller.
Read, write, and execute/search permissions on
a file are granted to a process if:
.Pp
-The process's effective user ID is that of the super-user. (Note:
+The process's effective user ID is that of the super-user.
+(Note:
even the super-user cannot execute a non-executable file.)
.Pp
The process's effective user ID matches the user ID of the owner
diff --git a/lib/libm/common_source/math.3 b/lib/libm/common_source/math.3
index e935c73..2e26575 100644
--- a/lib/libm/common_source/math.3
+++ b/lib/libm/common_source/math.3
@@ -142,7 +142,8 @@ dedicated. It is \fIthe\fR double\-precision format for the PDP\-11
and the earlier VAX\-11 machines; VAX\-11s after 1983 were
provided with an optional "G" format closer to the IEEE
double\-precision format. The earlier DEC MicroVAXs have no
-D format, only G double\-precision. (Why? Why not?)
+D format, only G double\-precision.
+(Why? Why not?)
.PP
Properties of D_floating\-point:
.RS
diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3
index e2231de..d0633e5 100644
--- a/lib/msun/man/math.3
+++ b/lib/msun/man/math.3
@@ -144,7 +144,8 @@ dedicated. It is \fIthe\fR double\-precision format for the PDP\-11
and the earlier VAX\-11 machines; VAX\-11s after 1983 were
provided with an optional "G" format closer to the IEEE
double\-precision format. The earlier DEC MicroVAXs have no
-D format, only G double\-precision. (Why? Why not?)
+D format, only G double\-precision.
+(Why? Why not?)
.PP
Properties of D_floating\-point:
.RS
OpenPOWER on IntegriCloud