From 972a8ec74eb86926c552c4460d375b79d437a18f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 19 Mar 2008 11:52:55 +0000 Subject: [PATCH] grfix --- man2/adjtimex.2 | 6 +++--- man2/ioctl_list.2 | 4 ++-- man5/core.5 | 2 +- man7/boot.7 | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man2/adjtimex.2 b/man2/adjtimex.2 index 916140c9e..b56a31e02 100644 --- a/man2/adjtimex.2 +++ b/man2/adjtimex.2 @@ -55,10 +55,10 @@ struct timex { long esterror; /* estimated error (usec) */ int status; /* clock command/status */ long constant; /* pll time constant */ - long precision; /* clock precision (usec) (read only) */ + long precision; /* clock precision (usec) (read-only) */ long tolerance; /* clock frequency tolerance (ppm) - (read only) */ - struct timeval time; /* current time (read only) */ + (read-only) */ + struct timeval time; /* current time (read-only) */ long tick; /* usecs between clock ticks */ }; .fi diff --git a/man2/ioctl_list.2 b/man2/ioctl_list.2 index 24dc476a9..6aa0db187 100644 --- a/man2/ioctl_list.2 +++ b/man2/ioctl_list.2 @@ -733,13 +733,13 @@ takes a .IR "struct floppy raw_cmd *" . If .I flags & FD_RAW_WRITE -is non-zero, then +is nonzero, then .I data points to an input buffer of length .IR length . If .I flags & FD_RAW_READ -is non-zero, then +is nonzero, then .I data points to an output buffer of length .IR length . diff --git a/man5/core.5 b/man5/core.5 index 574827766..fed70b7ce 100644 --- a/man5/core.5 +++ b/man5/core.5 @@ -59,7 +59,7 @@ core dump already exists, but there is more than one hard link to that file. .IP * The file system where the core dump file would be created is full; -or has run out of inodes; or is mounted read only; +or has run out of inodes; or is mounted read-only; or the user has reached their quota for the file system. .IP * The directory in which the core dump file is to be created does diff --git a/man7/boot.7 b/man7/boot.7 index 72d6acdbd..0245f87ea 100644 --- a/man7/boot.7 +++ b/man7/boot.7 @@ -22,7 +22,7 @@ but can be roughly divided to the following steps: We will describe each of these in more detail below. .SS "Hardware-boot" After power-on or hard reset, control is given -to a program stored on read only memory (normally +to a program stored on read-only memory (normally PROM). In PC we usually call this program the \fBBIOS\fR.