summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdevinfo/devinfo_dim.c
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2022-02-26 16:40:47 -0600
committerRichard Lowe <richlowe@richlowe.net>2022-03-10 01:14:35 -0600
commitbbf215553c7233fbab8a0afdf1fac74c44781867 (patch)
treee698415c5d1265b368c58c56199244dc2be86500 /usr/src/lib/libdevinfo/devinfo_dim.c
parent236cb9a89d936b4b681853751c9af1adccc35ef9 (diff)
downloadillumos-gate-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/lib/libdevinfo/devinfo_dim.c')
-rw-r--r--usr/src/lib/libdevinfo/devinfo_dim.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libdevinfo/devinfo_dim.c b/usr/src/lib/libdevinfo/devinfo_dim.c
index 141f5a9514..073fc60543 100644
--- a/usr/src/lib/libdevinfo/devinfo_dim.c
+++ b/usr/src/lib/libdevinfo/devinfo_dim.c
@@ -23,8 +23,6 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include "libdevinfo.h"
#include <strings.h>
#include <sys/modctl.h>
@@ -35,7 +33,7 @@
* information into /devices and /dev paths. It does this using interfaces to
* the kernel instance tree so that it can provide translations for devices
* which are no longer present. An example consumer of these interfaces is
- * iostat(1M) - which shows, in its first iteration, activity since reboot.
+ * iostat(8) - which shows, in its first iteration, activity since reboot.
* With persistant kstats, a device which was busy a long time ago can still
* have a decaying presence in iostat output, and that output, when '-n' is
* used, should show the public name.