code: plan9front

Download patch

ref: c92d7e3cedbccdbd8a585bde4b870c8e760c5c9d
parent: fd785b5546965cf1bf148359ce607e0f75870a80
author: Sigrid <ftrvxmtrx@gmail.com>
date: Tue May 4 11:21:44 EDT 2021

zuke(1): engrish (thanks qwx)

--- a/sys/man/1/zuke
+++ b/sys/man/1/zuke
@@ -18,9 +18,9 @@
 is a graphical music player that reads a playlist from standard input
 and presents an interface to play music.  Playlists are generated
 by
-.I mkplist
-, which accepts files, directories, and URLs as its arguments and
-writes the resulting playlist to standard output.
+.IR mkplist ,
+which accepts files, directories, and URLs as its arguments,
+and writes the resulting playlist to standard output.
 .PP
 Formats supported by
 .I zuke
@@ -37,6 +37,7 @@
 .B -c
 option:
 .RS
+.TF "c"
 .TP
 .B A
 Artist
@@ -61,6 +62,7 @@
 .TP
 .B p
 Full file path
+.PD
 .RE
 .PP
 By default,
@@ -77,12 +79,13 @@
 .I Zuke
 provides a number of keyboard controls:
 .RS
+.TF "p c Space"
 .TP
 .B -
-Lower the volume.
+Lower volume.
 .TP
 .B + =
-Increase the volume.
+Increase volume.
 .TP
 .B ← →
 Seek 10 seconds back/forward.
@@ -91,19 +94,19 @@
 Seek 60 seconds back/forward.
 .TP
 .B ↑ ↓ Pgup Pgdown Home End
-Move withing the playlist.
+Move within the playlist.
 .TP
 .B o i
-Move to the currently playing track.
+Jump to current track.
 .TP
 .B Enter
-Play the selected track.
+Play selected track.
 .TP
 .B > b
-Skip to the next track.
+Skip to next track.
 .TP
 .B < z
-Skip to the previous track.
+Skip to previous track.
 .TP
 .B v
 Stop
@@ -129,6 +132,7 @@
 .B N
 Repeat search backwards.
 .RE
+.PD
 .PP
 .I Zuke
 can be controlled by emulating key presses via the plumber port
@@ -149,7 +153,7 @@
 Playing a playlist:
 .IP
 .EX
-audio/zuke < plist
+audio/zuke < music.plist
 .EE
 .PP
 Append to a playlist: