summaryrefslogtreecommitdiff
path: root/src/timedate
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-04-08 18:34:08 +0200
committerLennart Poettering <lennart@poettering.net>2015-04-08 18:34:08 +0200
commitb90930c73b1c82a3dc4d4f2603799993f042aaff (patch)
tree29eb1764fb92bde8a58984062da40895921b50df /src/timedate
parenta4921cf4e2acde70eeaa0da8f040da6a058206b4 (diff)
man: avoid confusion regarding "time synchronization state"
Also, update example in the timedatectl man page to match the actual timedatectl output.
Diffstat (limited to 'src/timedate')
-rw-r--r--src/timedate/timedatectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c
index 8416bb5607..0a41f05736 100644
--- a/src/timedate/timedatectl.c
+++ b/src/timedate/timedatectl.c
@@ -136,7 +136,7 @@ static void print_status_info(const StatusInfo *i) {
tzset();
printf(" Time zone: %s (%.*s)\n"
- " Network Time on: %s\n"
+ " Network time on: %s\n"
"NTP synchronized: %s\n"
" RTC in local TZ: %s\n",
strna(i->timezone), (int) sizeof(a), have_time ? a : "n/a",