Fix aconnect man page

Use local definitions of .EX/.EE or .DS/.DE to avoid low-level troff
requests in the page body.  There are plans to add these to groff man;
in the interim, this patch adds a compatible definition.

From: Eric S. Raymond <esr@thyrsus.com>
This commit is contained in:
Takashi Iwai 2007-01-08 11:46:12 +01:00
parent 7d87034cf2
commit 83bf6c33ad

View file

@ -1,5 +1,12 @@
.TH aconnect 1 "August 31, 2000" .TH aconnect 1 "August 31, 2000"
.LO 1 .de EX
.nf
.ft CW
..
.de EE
.ft R
.fi
..
.SH NAME .SH NAME
aconnect \- ALSA sequencer connection manager aconnect \- ALSA sequencer connection manager
@ -33,12 +40,16 @@ ports.
For disconnection, use For disconnection, use
.B \-d .B \-d
option. option.
.IP "" 4 .sp
.EX
% aconnect \-d 64:0 65:0 % aconnect \-d 64:0 65:0
.EE
.PP .PP
The address can be given using the client's name. The address can be given using the client's name.
.IP "" 4 .sp
.EX
% aconnect External:0 Emu8000:1 % aconnect External:0 Emu8000:1
.EE
.PP .PP
Then the port 0 of the client matching with the string "External" is Then the port 0 of the client matching with the string "External" is
connected to the port 1 of the client matching with the "Emu8000". connected to the port 1 of the client matching with the "Emu8000".
@ -52,19 +63,15 @@ The input ports, which may become
ports, can be listed with ports, can be listed with
.B \-i .B \-i
option. option.
.IP "" 4 .sp
.EX
% aconnect \-i % aconnect \-i
.br
client 0: 'System' [type=kernel] client 0: 'System' [type=kernel]
.in +4 0 'Timer '
0 'Timer ' 1 'Announce '
.br
1 'Announce '
.in -4
client 64: 'External MIDI\-0' [type=kernel] client 64: 'External MIDI\-0' [type=kernel]
.in +4 0 'MIDI 0\-0 '
0 'MIDI 0\-0 ' .EE
.in -4
.PP .PP
Similarly, to see the output ports, use Similarly, to see the output ports, use
.B \-o .B \-o