diff options
Diffstat (limited to 'usr/src/lib/libzonecfg')
| -rw-r--r-- | usr/src/lib/libzonecfg/common/libzonecfg.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/lib/libzonecfg/common/libzonecfg.c b/usr/src/lib/libzonecfg/common/libzonecfg.c index 4fded0980b..2ba7196967 100644 --- a/usr/src/lib/libzonecfg/common/libzonecfg.c +++ b/usr/src/lib/libzonecfg/common/libzonecfg.c @@ -1360,7 +1360,7 @@ zonecfg_save(zone_dochandle_t handle) return (Z_MISC_FS); addcomment(handle, "\n DO NOT EDIT THIS " - "FILE. Use zonecfg(1M) instead.\n"); + "FILE. Use zonecfg(8) instead.\n"); /* * Update user_attr first so that it will be older @@ -1441,7 +1441,7 @@ zonecfg_detach_save(zone_dochandle_t handle, uint_t flags) return (err); addcomment(handle, "\n DO NOT EDIT THIS FILE. " - "Use zonecfg(1M) and zoneadm(1M) attach.\n"); + "Use zonecfg(8) and zoneadm(8) attach.\n"); /* * We do a final validation of the document. Since the library has @@ -5503,7 +5503,7 @@ zonecfg_endadminent(zone_dochandle_t handle) } /* - * The privileges available on the system and described in privileges(5) + * The privileges available on the system and described in privileges(7) * fall into four categories with respect to non-global zones: * * Default set of privileges considered safe for all non-global @@ -5521,7 +5521,7 @@ zonecfg_endadminent(zone_dochandle_t handle) * non-global zone. * * Set of privileges required in order to get a zone booted and - * init(1M) started. These cannot be removed from the zone's + * init(8) started. These cannot be removed from the zone's * privilege set. * * All other privileges are optional and are potentially useful for |
