docs: reword others "allow to"
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
parent
4f68c8b179
commit
29e204d117
20 changed files with 33 additions and 33 deletions
|
@ -13,7 +13,7 @@ The file is usually located in /etc, but tools like
|
|||
.BR hwclock (8)
|
||||
or
|
||||
.BR rtcwake (8)
|
||||
allow to use alternative location by command line options if write access to
|
||||
can use alternative location by command line options if write access to
|
||||
/etc is unwanted. The default clock mode is "UTC" if the file is missing.
|
||||
.PP
|
||||
The Hardware Clock is usually not very accurate. However, much of its inaccuracy is completely predictable - it gains
|
||||
|
|
|
@ -1133,8 +1133,8 @@ static int init_kmsg(struct dmesg_control *ctl)
|
|||
lseek(ctl->kmsg, 0, ctl->end ? SEEK_END : SEEK_DATA);
|
||||
|
||||
/*
|
||||
* Old kernels (<3.5) allow to successfully open /dev/kmsg for
|
||||
* read-only, but read() returns -EINVAL :-(((
|
||||
* Old kernels (<3.5) can successfully open /dev/kmsg for read-only,
|
||||
* but read() returns -EINVAL :-(((
|
||||
*
|
||||
* Let's try to read the first record. The record is later processed in
|
||||
* read_kmsg().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue