diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/rand48.3 | 3 | ||||
-rw-r--r-- | lib/libc/gen/syslog.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdio/printf.3 | 3 | ||||
-rw-r--r-- | lib/libc/sys/intro.2 | 6 | ||||
-rw-r--r-- | lib/libm/common_source/math.3 | 3 | ||||
-rw-r--r-- | lib/msun/man/math.3 | 3 |
6 files changed, 16 insertions, 8 deletions
diff --git a/lib/libc/gen/rand48.3 b/lib/libc/gen/rand48.3 index ac7e33e0f80d..a6b2eefe9d8d 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 437b6222b995..550ce5b3378c 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 f18f658805df..f72c10c3ffa0 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 b43b9c816afa..ec42786cbc0b 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 e935c73adac0..2e26575de27e 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 e2231de2407c..d0633e5868e2 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 |