diff options
Diffstat (limited to 'usr/src/cmd/svc/svcs/svcs.c')
-rw-r--r-- | usr/src/cmd/svc/svcs/svcs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/svc/svcs/svcs.c b/usr/src/cmd/svc/svcs/svcs.c index b6cf4f7fd1..87735a69c7 100644 --- a/usr/src/cmd/svc/svcs/svcs.c +++ b/usr/src/cmd/svc/svcs/svcs.c @@ -88,7 +88,7 @@ #define LEGACY_UNKNOWN "unknown" /* - * Per proc(4) when pr_nlwp, pr_nzomb, and pr_lwp.pr_lwpid are all 0, + * Per proc(5) when pr_nlwp, pr_nzomb, and pr_lwp.pr_lwpid are all 0, * the process is a zombie. */ #define IS_ZOMBIE(_psip) \ @@ -1802,7 +1802,7 @@ description_of_column(int c) switch (c) { case 0: - s = gettext("contract ID for service (see contract(4))"); + s = gettext("contract ID for service (see contract(5))"); break; case 1: s = gettext("human-readable description of the service"); @@ -1899,7 +1899,7 @@ print_help(const char *progname) "\t-z from global zone, show services in a specified zone\n" "\t-Z from global zone, show services in all zones\n" "\n\t" - "Services can be specified using an FMRI, abbreviation, or fnmatch(5)\n" + "Services can be specified using an FMRI, abbreviation, or fnmatch(7)\n" "\tpattern, as shown in these examples for svc:/network/smtp:sendmail\n" "\n" "\t%1$s [opts] svc:/network/smtp:sendmail\n" |