diff options
Diffstat (limited to 'usr/src/uts/sparc')
| -rw-r--r-- | usr/src/uts/sparc/io/fibre-channel/impl/fp.conf | 4 | ||||
| -rw-r--r-- | usr/src/uts/sparc/os/syscall.c | 4 | ||||
| -rw-r--r-- | usr/src/uts/sparc/sys/regset.h | 4 | ||||
| -rw-r--r-- | usr/src/uts/sparc/v7/sys/privregs.h | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/usr/src/uts/sparc/io/fibre-channel/impl/fp.conf b/usr/src/uts/sparc/io/fibre-channel/impl/fp.conf index 21e7f6f805..5aaa43c883 100644 --- a/usr/src/uts/sparc/io/fibre-channel/impl/fp.conf +++ b/usr/src/uts/sparc/io/fibre-channel/impl/fp.conf @@ -42,7 +42,7 @@ name="fp" class="fibre-channel" port=1; # fabric devices accessed at boot time need to get manually configured # before the next reboot. Otherwise, fabric devices that are needed at # boot time may not get configured and may cause boot problems. -# To manually configure fabric devices, refer to cfgadm_fp(1M). +# To manually configure fabric devices, refer to cfgadm_fp(8). # manual_configuration_only=1; # @@ -78,7 +78,7 @@ load-ulp-list="1","fcp"; # name="fp" parent="/pci@8,600000/SUNW,qlc@4" port=0 mpxio-disable="yes"; # # NOTE: If you just want to enable or disable MPxIO on all fp ports, it is -# better to use stmsboot(1M) as it also updates /etc/vfstab. +# better to use stmsboot(8) as it also updates /etc/vfstab. # mpxio-disable="yes"; # diff --git a/usr/src/uts/sparc/os/syscall.c b/usr/src/uts/sparc/os/syscall.c index 33abac27c4..07928e668c 100644 --- a/usr/src/uts/sparc/os/syscall.c +++ b/usr/src/uts/sparc/os/syscall.c @@ -417,7 +417,7 @@ pre_syscall(int arg0) } /* - * From the proc(4) manual page: + * From the proc(5) manual page: * When entry to a system call is being traced, the traced process * stops after having begun the call to the system but before the * system call arguments have been fetched from the process. @@ -653,7 +653,7 @@ post_syscall(long rval1, long rval2) } /* - * From the proc(4) manual page: + * From the proc(5) manual page: * When exit from a system call is being traced, the traced process * stops on completion of the system call just prior to checking for * signals and returning to user level. At this point all return diff --git a/usr/src/uts/sparc/sys/regset.h b/usr/src/uts/sparc/sys/regset.h index cebf5939a3..4d6dec58c3 100644 --- a/usr/src/uts/sparc/sys/regset.h +++ b/usr/src/uts/sparc/sys/regset.h @@ -180,8 +180,8 @@ typedef struct gwindows64 { * * Note that the ucontext_t actually describes the general registers in * terms of the gregset_t data type, as described in mcontex.h. Note also - * that the core file content is defined by core(4) in terms of data types - * defined by procfs -- see proc(4). + * that the core file content is defined by core(5) in terms of data types + * defined by procfs -- see proc(5). */ #if !defined(__sparcv9) #if !defined(_KERNEL) && !defined(_XPG4_2) || defined(__EXTENSIONS__) diff --git a/usr/src/uts/sparc/v7/sys/privregs.h b/usr/src/uts/sparc/v7/sys/privregs.h index 59a22369f5..104ff3cc71 100644 --- a/usr/src/uts/sparc/v7/sys/privregs.h +++ b/usr/src/uts/sparc/v7/sys/privregs.h @@ -48,7 +48,7 @@ extern "C" { /* * This structure is only here for compatibility. It is not used by the kernel * and may be removed in a future release. A better way to access this data - * is to use gregset_t; see proc(4) and ucontext(3HEAD). + * is to use gregset_t; see proc(5) and ucontext(3HEAD). */ struct regs { long r_psr; /* processor status register */ |
