]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
client: improve sources caption
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 29 Sep 2014 09:29:51 +0000 (11:29 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 29 Sep 2014 09:29:51 +0000 (11:29 +0200)
client.c

index 0b08de611740000d123688f48b17ea2431693372..e86781efddbcff0d0b0cd6b5d43fff3d5499305d 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1712,10 +1712,10 @@ process_cmd_sources(char *line)
       printf(" / .- Source state '*' = current synced, '+' = combined , '-' = not combined,\n");
       printf("| /   '?' = unreachable, 'x' = time may be in error, '~' = time too variable.\n");
       printf("||                                                 .- xxxx [ yyyy ] +/- zzzz\n");
-      printf("||                                                /   xxxx = adjusted offset,\n");
-      printf("||         Log2(Polling interval) -.             |    yyyy = measured offset,\n");
-      printf("||                                  \\            |    zzzz = estimated error.\n");
-      printf("||                                   |           |                         \n");
+      printf("||      Reachability register (octal) -.           |  xxxx = adjusted offset,\n");
+      printf("||      Log2(Polling interval) --.      |          |  yyyy = measured offset,\n");
+      printf("||                                \\     |          |  zzzz = estimated error.\n");
+      printf("||                                 |    |           \\\n");
     }
 
     printf("MS Name/IP address         Stratum Poll Reach LastRx Last sample\n");