diff options
author | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2023-03-01 17:28:25 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2023-03-01 17:28:25 +0000 |
commit | 4d340ba0c4a7eed3f42afb8689bbd95e0faf0cdc (patch) | |
tree | 08028770f451bd80cd1327f543bef28f17981f5d /sys/man/1 | |
parent | cb5b36f7c62545b92bbe577175de82c6c6cc9be9 (diff) |
test(1): add a missing space after -T
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/test | 2 |
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 |