Skip to content

Commit

Permalink
Minor fix to ntpshmmon data header.
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-s-raymond committed Jul 13, 2016
1 parent 4347bab commit e0d8dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntpshmmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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 {
/* the current segment */
Expand Down

0 comments on commit e0d8dfb

Please sign in to comment.