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