diff options
Diffstat (limited to 'usr/src/cmd/svr4pkg')
| -rw-r--r-- | usr/src/cmd/svr4pkg/libinst/open_package_datastream.c | 2 | ||||
| -rw-r--r-- | usr/src/cmd/svr4pkg/pkgadd/main.c | 6 | ||||
| -rw-r--r-- | usr/src/cmd/svr4pkg/pkgcond/main.c | 2 | ||||
| -rw-r--r-- | usr/src/cmd/svr4pkg/pkginstall/main.c | 2 | ||||
| -rw-r--r-- | usr/src/cmd/svr4pkg/pkgscripts/pkgserv.xml | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/usr/src/cmd/svr4pkg/libinst/open_package_datastream.c b/usr/src/cmd/svr4pkg/libinst/open_package_datastream.c index 2896a99e80..4cc1965024 100644 --- a/usr/src/cmd/svr4pkg/libinst/open_package_datastream.c +++ b/usr/src/cmd/svr4pkg/libinst/open_package_datastream.c @@ -135,7 +135,7 @@ open_package_datastream(int a_argc, char **a_argv, char *a_spoolDir, * _getvol verifies that the specified device is accessible and * that a volume of the appropriate medium has been inserted. * _getvol is in libadm.h - delivered by ON as part of SUNWcsl - * is somewhat analagous to getvol(1M) - args are: + * is somewhat analagous to getvol(8) - args are: * - char *device * - char *label * - int options diff --git a/usr/src/cmd/svr4pkg/pkgadd/main.c b/usr/src/cmd/svr4pkg/pkgadd/main.c index 4f05b28318..ee5e8e5f3f 100644 --- a/usr/src/cmd/svr4pkg/pkgadd/main.c +++ b/usr/src/cmd/svr4pkg/pkgadd/main.c @@ -631,7 +631,7 @@ main(int argc, char **argv) /* * Public interface: Identify a file or directory which - * contains output from a previous pkgask(1M) + * contains output from a previous pkgask(8) * session. This file supplies the interaction responses * that would be requested by the package in interactive * mode. response must be a full pathname. @@ -698,7 +698,7 @@ main(int argc, char **argv) /* * Public interface: Install packages based on the value * of the CATEGORY parameter stored in the package's - * pkginfo(4) file. All packages on the source medium + * pkginfo(5) file. All packages on the source medium * whose CATEGORY matches one of the specified categories * will be selected for installation or spooling. Install * packages that contain the same CATEGORY as the one @@ -910,7 +910,7 @@ main(int argc, char **argv) /* * This function is in the libinst library; it reads the specified - * admin(4) file and, using fpkgparam(), sets the global "adm" structure + * admin(5) file and, using fpkgparam(), sets the global "adm" structure * values to match what is in the specified admin file. */ diff --git a/usr/src/cmd/svr4pkg/pkgcond/main.c b/usr/src/cmd/svr4pkg/pkgcond/main.c index e5710241e4..b09129cd83 100644 --- a/usr/src/cmd/svr4pkg/pkgcond/main.c +++ b/usr/src/cmd/svr4pkg/pkgcond/main.c @@ -31,7 +31,7 @@ /* * Program: pkgcond * - * Function: Implements the package command suite public utility pkgcond(1M) + * Function: Implements the package command suite public utility pkgcond(8) * * Usage: pkgcond [-nv] [-O debug] condition [ argument ] * diff --git a/usr/src/cmd/svr4pkg/pkginstall/main.c b/usr/src/cmd/svr4pkg/pkginstall/main.c index 666d7e3a32..cbe50ebcb9 100644 --- a/usr/src/cmd/svr4pkg/pkginstall/main.c +++ b/usr/src/cmd/svr4pkg/pkginstall/main.c @@ -686,7 +686,7 @@ main(int argc, char *argv[]) /* * Same as pkgadd: Identify a file or directory which - * contains output from a previous pkgask(1M) + * contains output from a previous pkgask(8) * session. This file supplies the interaction responses * that would be requested by the package in interactive * mode. response must be a full pathname. diff --git a/usr/src/cmd/svr4pkg/pkgscripts/pkgserv.xml b/usr/src/cmd/svr4pkg/pkgscripts/pkgserv.xml index fdc2102d7c..43ee6cc045 100644 --- a/usr/src/cmd/svr4pkg/pkgscripts/pkgserv.xml +++ b/usr/src/cmd/svr4pkg/pkgscripts/pkgserv.xml @@ -77,7 +77,7 @@ <template> <common_name> <loctext xml:lang='C'> - Flush package command database to disk (see pkgadm(1m)). + Flush package command database to disk (see pkgadm(8)). </loctext> </common_name> </template> |
