shithub: x

Download patch

ref: 28a6ca4c43f4b78df9aec8f8be3c26849480a0f6
parent: 9bd6366c2795decf34b2367ecf8e492d3a399835
author: kvik <kvik@a-b.xyz>
date: Tue Apr 14 06:17:03 EDT 2020

A single title per invocation is allowed

--- a/man
+++ b/man
@@ -53,7 +53,7 @@
 	fn output {col -b}
 
 {if(~ $#section 0)
-	x/run 'MANWIDTH='$width man $flags $*
+	x/run 'MANWIDTH='$width man $flags $title
 if not
-	x/run 'MANWIDTH='$width man $flags -s $section $*
+	x/run 'MANWIDTH='$width man $flags -s $section $title
 }| output