mirror of
https://github.com/systemd/systemd.git
synced 2025-02-23 13:57:33 +03:00
treewide: fix typos (#4217)
This commit is contained in:
parent
6c1e2427df
commit
d23a0044a3
@ -329,7 +329,7 @@
|
||||
<term><varname>AgeingTimeSec=</varname></term>
|
||||
<listitem>
|
||||
<para>This specifies the number of seconds a MAC Address will be kept in
|
||||
the forwaring database after having a packet received from this MAC Address.</para>
|
||||
the forwarding database after having a packet received from this MAC Address.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
@ -1222,7 +1222,7 @@ static int setup_timezone(const char *dest) {
|
||||
if (r < 0) {
|
||||
log_warning("host's /etc/localtime is not a symlink, not updating container timezone.");
|
||||
/* to handle warning, delete /etc/localtime and replace it
|
||||
* it /w a symbolic link to a time zone data file.
|
||||
* with a symbolic link to a time zone data file.
|
||||
*
|
||||
* Example:
|
||||
* ln -s /usr/share/zoneinfo/UTC /etc/localtime
|
||||
|
@ -75,7 +75,7 @@ static bool is_settable(int fd) {
|
||||
r = ioctl(fd, KDGKBMODE, &curr_mode);
|
||||
/*
|
||||
* Make sure we only adjust consoles in K_XLATE or K_UNICODE mode.
|
||||
* Oterwise we would (likely) interfere with X11's processing of the
|
||||
* Otherwise we would (likely) interfere with X11's processing of the
|
||||
* key events.
|
||||
*
|
||||
* http://lists.freedesktop.org/archives/systemd-devel/2013-February/008573.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user