commit e893f0b
Merge pull request #1 from shrub900/main manpage: retypeset in mdoc(7)
1 files changed,
+43,
-46
M
rudis.1
M
rudis.1
+43,
-46
1@@ -1,62 +1,59 @@
2-.TH RUDIS 1 rudis\-1.0
3-.SH NAME
4-rudis \- minimal music player
5-.SH SYNOPSIS
6-.B rds
7-.RI [ command ]
8-.SH DESCRIPTION
9-.B rudis
10-is a suckless music player controlled via CLI commands or signals. run without arguments to start the daemon.
11-.SH COMMANDS
12-.TP
13-.B list
14+.Dd $Mdocdate$
15+.Dt RUDIS 1
16+.Os
17+.Sh NAME
18+.Nm rudis
19+.Nd minimal music player
20+.Sh SYNOPSIS
21+.Nm rds
22+.Op Ar command
23+.Sh DESCRIPTION
24+The
25+.Nm
26+utility is a minimal music player controlled via CLI commands or signals.
27+run without arguments to start the daemon.
28+.Sh COMMANDS
29+.Bl -tag -width Ds
30+.It Cm list
31 list all playlists
32-.TP
33-.BI cue " index"
34+.It Cm cue Ar index
35 cue playlist by
36-.I index
37-.TP
38-.B toggle
39+.Ar index
40+.It Cm toggle
41 toggle play/pause
42-.TP
43-.B pause
44+.It Cm pause
45 pause current track
46-.TP
47-.B play
48+.It Cm play
49 resume paused track
50-.TP
51-.B next
52+.It Cm next
53 skip to next track
54-.TP
55-.B previous
56+.It Cm previous
57 return to previous track
58-.TP
59-.B status
60+.It Cm status
61 show current playback status
62-.SH SIGNALS
63-.TP
64-.B USR1
65+.El
66+.Sh SIGNALS
67+.Bl -tag -width Ds
68+.It Cm USR1
69 previous track
70-.TP
71-.B USR2
72+.It Cm USR2
73 next track
74-.TP
75-.B 34
76+.It Cm 34
77 toggle play/pause
78-.TP
79-.B INT
80+.It Cm INT
81 quit the daemon
82-.SH FILES
83-.TP
84-.I /tmp/rudis.sock
85+.El
86+.Sh FILES
87+.Bl -tag -width Ds
88+.It Pa /tmp/rudis.sock
89 socket file used to send commands to the daemon
90-.TP
91-.I /tmp/rudis_scanned
92+.It Pa /tmp/rudis_scanned
93 cached list of scanned audio files
94-.SH AUTHORS
95+.El
96+.Sh AUTHORS
97 See the LICENSE file for authors.
98-.SH LICENSE
99+.Sh LICENSE
100 See the LICENSE file for the terms of redistribution.
101-.SH SEE ALSO
102-.BR pkill (1),
103-.BR notify-send (1)
104+.Sh SEE ALSO
105+.Xr pkill 1 ,
106+.Xr notify-send 1