diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-02 14:54:02 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-02 14:54:02 +0000 |
| commit | 4e86fcacf69e8dac21f67db61babdcae80903dc2 (patch) | |
| tree | 11e6c1004800534c82bd3b37f48ff4dda29e2989 /lib/libc | |
| parent | b22b0eaef005d00199fe216b0544647dc3682cf0 (diff) | |
Notes
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 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 |
