diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-07 07:29:14 +1200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-07 15:30:17 +1200 |
| commit | 61e1aee047398dff6fc378ee5c23cc2a449b69a2 (patch) | |
| tree | a419863e49f9483c68bf929c7edf551719fff899 | |
| parent | 15079abb2541271493c34cc33e6ffc85a49aedcd (diff) | |
| download | man-pages-61e1aee047398dff6fc378ee5c23cc2a449b69a2.tar.gz | |
mount.2, dbopen.3, fenv.3: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/mount.2 | 2 | ||||
| -rw-r--r-- | man3/dbopen.3 | 2 | ||||
| -rw-r--r-- | man3/fenv.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/man2/mount.2 b/man2/mount.2 index 967cdd8071..4397fe76ba 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -70,7 +70,7 @@ Values for the argument supported by the kernel are listed in .I /proc/filesystems (like "minix", "ext2", "ext3", "jfs", "xfs", "reiserfs", -"msdos", "proc", "nfs", "iso9660" etc.). +"msdos", "proc", "nfs", "iso9660", etc.). Further types may become available when the appropriate modules are loaded. diff --git a/man3/dbopen.3 b/man3/dbopen.3 index df3d532ab6..5bc8495f84 100644 --- a/man3/dbopen.3 +++ b/man3/dbopen.3 @@ -491,7 +491,7 @@ or the following: A file is incorrectly formatted. .TP .B EINVAL -A parameter has been specified (hash function, pad byte etc.) that is +A parameter has been specified (hash function, pad byte, etc.) that is incompatible with the current file specification or which is not meaningful for the function (for example, use of the cursor without prior initialization) or there is a mismatch between the version diff --git a/man3/fenv.3 b/man3/fenv.3 index c8a907149d..04792be520 100644 --- a/man3/fenv.3 +++ b/man3/fenv.3 @@ -59,7 +59,7 @@ fegetexcept \- floating-point rounding and exception handling Link with \fI\-lm\fP. .SH DESCRIPTION These eleven functions were defined in C99, and describe the handling -of floating-point rounding and exceptions (overflow, zero-divide etc.). +of floating-point rounding and exceptions (overflow, zero-divide, etc.). .SS Exceptions The .I divide-by-zero |
