mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
nspawn: fix comment typo in setup_timezone example (#4183)
This commit is contained in:
parent
dd8352659c
commit
21dc02277d
@ -1224,7 +1224,7 @@ static int setup_timezone(const char *dest) {
|
||||
* it /w a symbolic link to a time zone data file.
|
||||
*
|
||||
* Example:
|
||||
* ln -s /etc/localtime /usr/share/zoneinfo/UTC
|
||||
* ln -s /usr/share/zoneinfo/UTC /etc/localtime
|
||||
*/
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user