diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/lib/libproc/common | |
parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
download | illumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz |
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Brian Bennett <brian.bennett@joyent.com>
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 3438109e55..7e7c254bfc 100644 --- a/usr/src/lib/libproc/common/Pcontrol.c +++ b/usr/src/lib/libproc/common/Pcontrol.c @@ -407,7 +407,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) |