diff options
Diffstat (limited to 'usr/src/lib/libdevinfo/devinfo_dim.c')
-rw-r--r-- | usr/src/lib/libdevinfo/devinfo_dim.c | 4 |
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. |