summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSigrid Solveig Haflínudóttir <sigrid@ftrv.se>2023-03-01 17:28:25 +0000
committerSigrid Solveig Haflínudóttir <sigrid@ftrv.se>2023-03-01 17:28:25 +0000
commit4d340ba0c4a7eed3f42afb8689bbd95e0faf0cdc (patch)
tree08028770f451bd80cd1327f543bef28f17981f5d
parentcb5b36f7c62545b92bbe577175de82c6c6cc9be9 (diff)
test(1): add a missing space after -T
-rw-r--r--sys/man/1/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/test b/sys/man/1/test
index 3ea005b9d..312889135 100644
--- a/sys/man/1/test
+++ b/sys/man/1/test
@@ -50,7 +50,7 @@ True if the file exists and is append-only.
.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