diff options
Diffstat (limited to 'usr/src/cmd/sysdef/sdevinfo.c')
-rw-r--r-- | usr/src/cmd/sysdef/sdevinfo.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/sysdef/sdevinfo.c b/usr/src/cmd/sysdef/sdevinfo.c index 448833ae61..cc43f7b052 100644 --- a/usr/src/cmd/sysdef/sdevinfo.c +++ b/usr/src/cmd/sysdef/sdevinfo.c @@ -23,8 +23,6 @@ * Copyright (c) 1990 - 1997, Sun Microsystems, Inc. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * For machines that support the openprom, fetch and print the list * of devices that the kernel has fetched from the prom or conjured up. @@ -103,7 +101,7 @@ dump_node(di_node_t node, void *arg) } } else { /* - * prtconf(1M) compatible.. + * prtconf(8) compatible.. */ (void) printf("%s", di_node_name(node)); if (di_instance(node) >= 0) |