summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/ramdisk.h
diff options
context:
space:
mode:
authorDan McDonald <danmcd@mnx.io>2022-05-13 17:20:24 -0400
committerGitHub <noreply@github.com>2022-05-13 17:20:24 -0400
commitbb7d6c9b47695f41cbacbcf6662baf3d0e152fdf (patch)
tree75f2d0cab5fb92f97f2ab2c3186a0b5d1579a33a /usr/src/uts/common/sys/ramdisk.h
parent8ca5534c77e93c25d2c1f777499b12da0f7cc0cd (diff)
parent402559e299331588f209b3a9693e3bcd6a83d22c (diff)
downloadillumos-joyent-OS-8149.tar.gz
Merge branch 'master' into OS-8149OS-8149
Diffstat (limited to 'usr/src/uts/common/sys/ramdisk.h')
-rw-r--r--usr/src/uts/common/sys/ramdisk.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/sys/ramdisk.h b/usr/src/uts/common/sys/ramdisk.h
index a750336d37..202fff360f 100644
--- a/usr/src/uts/common/sys/ramdisk.h
+++ b/usr/src/uts/common/sys/ramdisk.h
@@ -26,8 +26,6 @@
#ifndef _SYS_RAMDISK_H
#define _SYS_RAMDISK_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#include <sys/time.h>
#include <sys/vtoc.h>
@@ -93,7 +91,7 @@ extern "C" {
}
/*
- * Interface between the ramdisk(7D) driver and ramdiskadm(1M). Use is:
+ * Interface between the ramdisk(4D) driver and ramdiskadm(8). Use is:
*
* fd = open("/dev/ramdiskctl", O_RDWR | O_EXCL);
*
@@ -117,7 +115,7 @@ extern "C" {
* by the RD_DELETE_DISK ioctl).
*
* Note that these ioctls are completely private, and only for the use of
- * ramdiskadm(1M).
+ * ramdiskadm(8).
*/
#define RD_IOC_BASE (('R' << 16) | ('D' << 8))