diff options
Diffstat (limited to 'usr/src/lib/libproc/common')
-rw-r--r-- | usr/src/lib/libproc/common/Pcontrol.c | 2 | ||||
-rw-r--r-- | usr/src/lib/libproc/common/Pcore.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libproc/common/Pcontrol.c b/usr/src/lib/libproc/common/Pcontrol.c index dfc2a404af..90ce97c191 100644 --- a/usr/src/lib/libproc/common/Pcontrol.c +++ b/usr/src/lib/libproc/common/Pcontrol.c @@ -401,7 +401,7 @@ dupfd(int fd, int dfd) /* * Make fd be greater than 255 (the 32-bit stdio limit), * or at least make it greater than 2 so that the - * program will work when spawned by init(1m). + * program will work when spawned by init(8). * Also, if dfd is non-zero, dup the fd to be dfd. */ if ((mfd = minfd) == 0) diff --git a/usr/src/lib/libproc/common/Pcore.c b/usr/src/lib/libproc/common/Pcore.c index ab7b75f807..b83153cb93 100644 --- a/usr/src/lib/libproc/common/Pcore.c +++ b/usr/src/lib/libproc/common/Pcore.c @@ -2171,7 +2171,7 @@ core_exec_open(const char *path, void *efp) /* * Attempt to load any section headers found in the core file. If present, * this will refer to non-loadable data added to the core file by the kernel - * based on coreadm(1M) settings, including CTF data and the symbol table. + * based on coreadm(8) settings, including CTF data and the symbol table. */ static void core_load_shdrs(struct ps_prochandle *P, elf_file_t *efp) |