diff options
Diffstat (limited to 'usr/src/uts/common/sys/mem.h')
-rw-r--r-- | usr/src/uts/common/sys/mem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/mem.h b/usr/src/uts/common/sys/mem.h index c73a1b6e95..ff265b185c 100644 --- a/usr/src/uts/common/sys/mem.h +++ b/usr/src/uts/common/sys/mem.h @@ -68,7 +68,7 @@ typedef struct mem_vtop32 { #endif /* - * Private ioctls for fmd(1M). These interfaces are Sun Private. Applications + * Private ioctls for fmd(8). These interfaces are Sun Private. Applications * and drivers should not make use of these interfaces: they can change without * notice and programs that consume them will fail to run on future releases. */ @@ -86,7 +86,7 @@ typedef struct mem_vtop32 { #define MEM_SID (('M' << 8) | 0x0B) /* - * Bits returned from MEM_PAGE_GETERRORS ioctl for use by fmd(1M). + * Bits returned from MEM_PAGE_GETERRORS ioctl for use by fmd(8). */ #define MEM_PAGE_ERR_NONE 0x0 #define MEM_PAGE_ERR_MULTI_CE 0x1 |