diff options
Diffstat (limited to 'usr/src/cmd/logadm/conf.c')
-rw-r--r-- | usr/src/cmd/logadm/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/logadm/conf.c b/usr/src/cmd/logadm/conf.c index bb037041f9..c910dabef7 100644 --- a/usr/src/cmd/logadm/conf.c +++ b/usr/src/cmd/logadm/conf.c @@ -652,7 +652,7 @@ conf_print(FILE *cstream, FILE *tstream) exclude_opts++; /* -P option goes to config file */ } else { (void) fprintf(tstream, gettext( - "# This file holds internal data for logadm(1M).\n" + "# This file holds internal data for logadm(8).\n" "# Do not edit.\n")); } for (cp = Confinfo; cp; cp = cp->cf_next) { |