diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-02 14:54:02 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-02 14:54:02 +0000 |
commit | 244b8ead7d31895ea1d7cfb075f4f7b33df35b0f (patch) | |
tree | 2643b52af6138b0f24a698abf3673abbbf78fc7d /lib/libc | |
parent | b751643913f37cd82cb0231b0c05564aad5a23b4 (diff) | |
download | FreeBSD-src-244b8ead7d31895ea1d7cfb075f4f7b33df35b0f.zip FreeBSD-src-244b8ead7d31895ea1d7cfb075f4f7b33df35b0f.tar.gz |
Remove more single-space hard sentence breaks.
Diffstat (limited to 'lib/libc')
-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 |
4 files changed, 12 insertions, 6 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 |