git: 9front

Download patch

ref: f6bf2019077edcb5cce6b67d794c067ca22944ad
parent: e3a3f66441ab8324c698180556294011d69a5f4e
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Wed Mar 1 12:28:25 EST 2023

test(1): add a missing space after -T

--- a/sys/man/1/test
+++ b/sys/man/1/test
@@ -50,7 +50,7 @@
 .BI -L " file"
 True if the file exists and is exclusive-use.
 .TP
-.BI -T "file"
+.BI -T " file"
 True if the file exists and is temporary.
 .TP
 .IB s1 " = " s2
--