summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/csiioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/csiioctl.h')
-rw-r--r--usr/src/uts/common/sys/csiioctl.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/uts/common/sys/csiioctl.h b/usr/src/uts/common/sys/csiioctl.h
index 78a1303798..6a6debfadb 100644
--- a/usr/src/uts/common/sys/csiioctl.h
+++ b/usr/src/uts/common/sys/csiioctl.h
@@ -27,8 +27,6 @@
#ifndef _SYS_CSIIOCTL_H
#define _SYS_CSIIOCTL_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -37,14 +35,14 @@ extern "C" {
* csiioctl.h
*
* CodeSet Independent codeset width communication between stty(1) and
- * ldterm(7M).
+ * ldterm(4M).
*
* CSDATA_SET This call takes a pointer to a ldterm_cs_data_t data
* structure, and uses it to set the line discipline definition
* and also for a possible switch of the internal methods and
* data for the current locale's codeset.
*
- * When this message is reached, the ldterm(7M) will check
+ * When this message is reached, the ldterm(4M) will check
* the validity of the message and if the message contains
* a valid data, it will accumulate the data and switch
* the internal methods if necessary to support the requested
@@ -52,7 +50,7 @@ extern "C" {
*
* CSDATA_GET This call takes a pointer to a ldterm_cs_data_t structure
* and returns in it the codeset data info currently in use by
- * the ldterm(7M) module.
+ * the ldterm(4M) module.
*/
#define CSI_IOC (('C' | 128) << 8)