diff options
Diffstat (limited to 'usr/src/cmd/stmfsvc/stmfsvc.c')
| -rw-r--r-- | usr/src/cmd/stmfsvc/stmfsvc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/stmfsvc/stmfsvc.c b/usr/src/cmd/stmfsvc/stmfsvc.c index 9f83338edb..c5f86276b4 100644 --- a/usr/src/cmd/stmfsvc/stmfsvc.c +++ b/usr/src/cmd/stmfsvc/stmfsvc.c @@ -172,11 +172,11 @@ svcStart(int operandLen, char *operands[], cmdOptions_t *options, gettext("For information on reverting the " "stmf:default instance to a previously " "running configuration see the man page " - "for svccfg(1M)")); + "for svccfg(8)")); (void) fprintf(stderr, "%s: %s\n", cmdName, gettext("After reverting the instance " "you must clear the service maintenance " - "state. See the man page for svcadm(1M)")); + "state. See the man page for svcadm(8)")); break; } return (1); |
