From e05b6870092987789892cf58bbe9c1d3353255f1 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 29 Sep 2014 11:29:51 +0200 Subject: [PATCH] client: improve sources caption --- client.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client.c b/client.c index 0b08de6..e86781e 100644 --- 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");