diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-02-26 16:40:47 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-03-10 01:14:35 -0600 |
commit | bbf215553c7233fbab8a0afdf1fac74c44781867 (patch) | |
tree | e698415c5d1265b368c58c56199244dc2be86500 /usr/src/cmd/mdb/common/modules/genunix/genunix.c | |
parent | 236cb9a89d936b4b681853751c9af1adccc35ef9 (diff) | |
download | illumos-joyent-bbf215553c7233fbab8a0afdf1fac74c44781867.tar.gz |
14443 resection manual pages per IPD4
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/mdb/common/modules/genunix/genunix.c')
-rw-r--r-- | usr/src/cmd/mdb/common/modules/genunix/genunix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/mdb/common/modules/genunix/genunix.c b/usr/src/cmd/mdb/common/modules/genunix/genunix.c index 2ef51166f6..32273e11a9 100644 --- a/usr/src/cmd/mdb/common/modules/genunix/genunix.c +++ b/usr/src/cmd/mdb/common/modules/genunix/genunix.c @@ -2492,7 +2492,7 @@ kgrep_subr(kgrep_cb_func *cb, void *cbdata) if (mdb_get_state() == MDB_STATE_RUNNING) { mdb_warn("kgrep can only be run on a system " - "dump or under kmdb; see dumpadm(1M)\n"); + "dump or under kmdb; see dumpadm(8)\n"); return (DCMD_ERR); } @@ -4050,7 +4050,7 @@ panicinfo(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) if (!mdb_prop_postmortem) { mdb_warn("panicinfo can only be run on a system " - "dump; see dumpadm(1M)\n"); + "dump; see dumpadm(8)\n"); return (DCMD_ERR); } |