summaryrefslogtreecommitdiff
path: root/usr/src/cmd/dumpadm/swap.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/dumpadm/swap.c')
-rw-r--r--usr/src/cmd/dumpadm/swap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/dumpadm/swap.c b/usr/src/cmd/dumpadm/swap.c
index 8f6ac7033e..ddae2228dc 100644
--- a/usr/src/cmd/dumpadm/swap.c
+++ b/usr/src/cmd/dumpadm/swap.c
@@ -24,8 +24,6 @@
* All rights reserved.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/param.h>
#include <string.h>
#include <stdlib.h>
@@ -89,7 +87,7 @@ swap_list(void)
/*
* If the pathname isn't absolute, assume it begins
- * with /dev as swap(1m) does.
+ * with /dev as swap(8) does.
*/
if (swt->swt_ent[n].ste_path[0] != '/') {
char buf[MAXPATHLEN];