diff options
| author | Dan McDonald <danmcd@mnx.io> | 2022-05-13 17:20:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-13 17:20:24 -0400 |
| commit | bb7d6c9b47695f41cbacbcf6662baf3d0e152fdf (patch) | |
| tree | 75f2d0cab5fb92f97f2ab2c3186a0b5d1579a33a /usr/src/uts/common/sys/csiioctl.h | |
| parent | 8ca5534c77e93c25d2c1f777499b12da0f7cc0cd (diff) | |
| parent | 402559e299331588f209b3a9693e3bcd6a83d22c (diff) | |
| download | illumos-joyent-OS-8149.tar.gz | |
Merge branch 'master' into OS-8149OS-8149
Diffstat (limited to 'usr/src/uts/common/sys/csiioctl.h')
| -rw-r--r-- | usr/src/uts/common/sys/csiioctl.h | 8 |
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) |
