summaryrefslogtreecommitdiff
path: root/ntpshmmon.c
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@redhat.com>2015-05-07 12:34:32 +0200
committerGary E. Miller <gem@rellim.com>2015-05-07 14:42:10 -0700
commit31debe5089b8e511089542fa37a15b84bd1ccdf6 (patch)
treea0a903ab736f453496aee7631e0e1e8d16075f09 /ntpshmmon.c
parentde6afc423d64b78c9d52a6e93e63ca2ad337fa6c (diff)
downloadgpsd-31debe5089b8e511089542fa37a15b84bd1ccdf6.tar.gz
Print ntpshmmon banner as comment to follow spec
Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'ntpshmmon.c')
-rw-r--r--ntpshmmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ntpshmmon.c b/ntpshmmon.c
index ebf48a01..c2a621c9 100644
--- a/ntpshmmon.c
+++ b/ntpshmmon.c
@@ -80,7 +80,7 @@ int main(int argc, char **argv)
}
(void)printf("ntpshmmon version 1\n");
- (void)printf(" Name Seen@ Clock Real L Prec\n");
+ (void)printf("# Name Seen@ Clock Real L Prec\n");
do {
struct shm_stat_t shm_stat;