diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2013-06-11 21:59:30 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-06-20 23:40:13 +0200 |
commit | 4df3a4bc62c3d448f4de9a47b9faf7197404dd9e (patch) | |
tree | 9f1e06e2b877edd2da103fd0e612a13a01f1ec50 /man4 | |
parent | de541d4b8872c79fe7b9e78490a9e68ceeca44d4 (diff) |
console_codes.4: Replace some .in uses with equivalent .RS/.RE
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man4')
-rw-r--r-- | man4/console_codes.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man4/console_codes.4 b/man4/console_codes.4 index 1a497fdd..c1ac4adc 100644 --- a/man4/console_codes.4 +++ b/man4/console_codes.4 @@ -588,19 +588,19 @@ available with the X distribution. That document, though terse, is much longer than this manual page. For a chronological overview, .PP -.in +4n +.RS .UR http://invisible-island.net\:/xterm\:/xterm.log.html .UE -.in +.RE .PP details changes to xterm. .PP The \fIvttest\fP program .PP -.in +4n +.RS .UR http://invisible-island.net\:/vttest/ .UE -.in +.RE .PP demonstrates many of these control sequences. The \fBxterm\fP(1) source distribution also contains sample |