commit 57d3706f27f6a53eb4c264a05c3321c320b36778
parent 1f4b187a0d3c25676f251052ac41a7bec2a74631
Author: Santtu Lakkala <inz@inz.fi>
Date:   Mon, 17 May 2021 00:32:11 +0300
Fix type in mdoc
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tskrtt.1 b/tskrtt.1
@@ -66,7 +66,7 @@ Change to group after startup.
 .It Fl i Ar listen-address
 Listen for incoming connections on given address (default: listen on any address).
 .
-.If Fl t Ar key cert
+.It Fl t Ar key cert
 Allow connections using TLS using the given key and cert (default: only plain text connection).
 .
 .Sh KNOWN BUGS