mirror of
https://github.com/morgan9e/systemd
synced 2026-04-16 01:16:10 +09:00
trivial: fix typo
This commit is contained in:
@@ -272,7 +272,7 @@
|
||||
container once with
|
||||
<literal>guest</literal> or
|
||||
<literal>host</literal> will link the
|
||||
journal persistantly if further one
|
||||
journal persistently if further one
|
||||
the default of <literal>auto</literal>
|
||||
is used.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
@@ -411,7 +411,7 @@ int server_open_kernel_seqnum(Server *s) {
|
||||
|
||||
/* We store the seqnum we last read in an mmaped file. That
|
||||
* way we can just use it like a variable, but it is
|
||||
* persistant and automatically flushed at reboot. */
|
||||
* persistent and automatically flushed at reboot. */
|
||||
|
||||
fd = open("/run/systemd/journal/kernel-seqnum", O_RDWR|O_CREAT|O_CLOEXEC|O_NOCTTY|O_NOFOLLOW, 0644);
|
||||
if (fd < 0) {
|
||||
|
||||
Reference in New Issue
Block a user