diff options
Diffstat (limited to 'usr/src/cmd/ssh/etc/sshd')
-rw-r--r-- | usr/src/cmd/ssh/etc/sshd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/ssh/etc/sshd b/usr/src/cmd/ssh/etc/sshd index d52b1afd25..0cc1d90267 100644 --- a/usr/src/cmd/ssh/etc/sshd +++ b/usr/src/cmd/ssh/etc/sshd @@ -69,7 +69,7 @@ create_ipf_rules() } # This script is being used for two purposes: as part of an SMF -# start/stop/refresh method, and as a sysidconfig(1M)/sys-unconfig(1M) +# start/stop/refresh method, and as a sysidconfig(8)/sys-unconfig(8) # application. # # Both, the SMF methods and sysidconfig/sys-unconfig use different @@ -86,7 +86,7 @@ case $1 in ;; '-u') - # sys-unconfig(1M) knows how to remove ssh host keys, so there's + # sys-unconfig(8) knows how to remove ssh host keys, so there's # nothing to do here. : ;; |