aboutsummaryrefslogtreecommitdiffstats
path: root/man4
diff options
context:
space:
mode:
Diffstat (limited to 'man4')
-rw-r--r--man4/console_codes.43
-rw-r--r--man4/console_ioctl.46
-rw-r--r--man4/st.43
3 files changed, 8 insertions, 4 deletions
diff --git a/man4/console_codes.4 b/man4/console_codes.4
index 569e0e76f9..925dd7a78e 100644
--- a/man4/console_codes.4
+++ b/man4/console_codes.4
@@ -376,7 +376,8 @@ The four tables are: a) Latin1 \-> PC,
b) VT100 graphics \-> PC, c) PC \-> PC, d) user-defined.
.PP
There are two character sets, called G0 and G1, and one of them
-is the current character set. (Initially G0.)
+is the current character set.
+(Initially G0.)
Typing \fB^N\fP causes G1 to become current,
\fB^O\fP causes G0 to become current.
.PP
diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4
index b273f712e4..930f11f9c0 100644
--- a/man4/console_ioctl.4
+++ b/man4/console_ioctl.4
@@ -61,13 +61,15 @@ Get keyboard flags CapsLock, NumLock, ScrollLock (not lights).
\fIargp\fP points to a char which is set to the flag state.
The low order three bits (mask 0x7) get the current flag state,
and the low order bits of the next nibble (mask 0x70) get
-the default flag state. (Since 1.1.54.)
+the default flag state.
+(Since 1.1.54.)
.IP \fBKDSKBLED\fP
Set keyboard flags CapsLock, NumLock, ScrollLock (not lights).
\fIargp\fP has the desired flag state.
The low order three bits (mask 0x7) have the flag state,
and the low order bits of the next nibble (mask 0x70) have
-the default flag state. (Since 1.1.54.)
+the default flag state.
+(Since 1.1.54.)
.IP \fBKDGKBTYPE\fP
Get keyboard type.
This returns the value KB_101, defined as 0x02.
diff --git a/man4/st.4 b/man4/st.4
index 6338b7142f..614b2c460a 100644
--- a/man4/st.4
+++ b/man4/st.4
@@ -67,7 +67,8 @@ devices with different characteristics (block size, compression,
density, etc.)
When the system starts up, only the first device is available.
The other three are activated when the default
-characteristics are defined (see below). (By changing compile-time
+characteristics are defined (see below).
+(By changing compile-time
constants, it is possible to change the balance between the maximum
number of tape drives and the number of minor numbers for each
drive.