summaryrefslogtreecommitdiff
path: root/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipseckey.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipseckey.c')
-rw-r--r--usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipseckey.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipseckey.c b/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipseckey.c
index 9667fa4047..cbf429a3e7 100644
--- a/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipseckey.c
+++ b/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipseckey.c
@@ -191,7 +191,7 @@ handle_errors(char *ep, char *ebuf, boolean_t fatal, boolean_t done)
if (ep != NULL) {
if (my_fmri == NULL) {
/*
- * For now suppress the errors when run from smf(5)
+ * For now suppress the errors when run from smf(7)
* because potentially sensitive information could
* end up in a publicly readable logfile.
*/
@@ -1093,7 +1093,7 @@ dodump(int satype, FILE *ofile)
(void) fprintf(ofile,
gettext("# This key file was generated by the"));
(void) fprintf(ofile,
- gettext(" ipseckey(1m) command's 'save' feature.\n\n"));
+ gettext(" ipseckey(8) command's 'save' feature.\n\n"));
}
msg_init(msg, SADB_DUMP, (uint8_t)satype);
rc = key_write(keysock, msg, sizeof (*msg));
@@ -3590,7 +3590,7 @@ main(int argc, char *argv[])
(void) textdomain(TEXT_DOMAIN);
/*
- * Check to see if the command is being run from smf(5).
+ * Check to see if the command is being run from smf(7).
*/
my_fmri = getenv("SMF_FMRI");
@@ -3649,7 +3649,7 @@ main(int argc, char *argv[])
* this file if the file is root owned and only readable
* by privileged users. If the command is being run by
* the administrator, issue a warning, if this is run by
- * smf(5) (IE: boot time) and the permissions are too
+ * smf(7) (IE: boot time) and the permissions are too
* open, we will fail, the SMF service will end up in
* maintenace mode. The check is made with fstat() to
* eliminate any possible TOT to TOU window.
@@ -3719,7 +3719,7 @@ main(int argc, char *argv[])
}
/*
- * When run from smf(5) flush any existing SA's first
+ * When run from smf(7) flush any existing SA's first
* otherwise you will end up in maintenance mode.
*/
if ((my_fmri != NULL) && readfile) {