summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svc/svcs/svcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/svc/svcs/svcs.c')
-rw-r--r--usr/src/cmd/svc/svcs/svcs.c6
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 402b40f4ca..9beb62047c 100644
--- a/usr/src/cmd/svc/svcs/svcs.c
+++ b/usr/src/cmd/svc/svcs/svcs.c
@@ -89,7 +89,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) \
@@ -1824,7 +1824,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");
@@ -1921,7 +1921,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"