diff options
| -rw-r--r-- | man3/lround.3 | 7 | ||||
| -rw-r--r-- | man5/proc.5 | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/man3/lround.3 b/man3/lround.3 index 8998def494..df901ecead 100644 --- a/man3/lround.3 +++ b/man3/lround.3 @@ -68,10 +68,11 @@ rounding away from zero, regardless of the current rounding direction (see .BR fenv (3)). -Note that unlike -.BR round (3), +Note that unlike the +.BR round (3) +and .BR ceil (3), -etc., the return type of these functions differs from +functions, the return type of these functions differs from that of their arguments. .SH RETURN VALUE These functions return the rounded integer value. diff --git a/man5/proc.5 b/man5/proc.5 index 2024c75004..457b0951a5 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -932,7 +932,10 @@ filesystem, set by the .BR chroot (2) system call. This file is a symbolic link that points to the process's -root directory, and behaves as exe, fd/*, etc. do. +root directory, and behaves in the same way as +.IR exe , +and +.IR fd/* . .\" The following was still true as at kernel 2.6.13 In a multithreaded process, the contents of this symbolic link |
