docs: reword others "allow to"

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2020-07-14 14:31:29 +02:00
parent 4f68c8b179
commit 29e204d117
20 changed files with 33 additions and 33 deletions

View file

@ -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

View file

@ -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().