git: 9front

Download patch

ref: c6fe3b0e8ac7d0ed478b1d48659f68cead87a215
parent: e1201b57f3e37d06589578280251d5b54e490317
author: qwx <qwx@sciops.net>
date: Wed Mar 4 04:13:50 EST 2026

upasfs(4): add -C (thanks flowerss)

--- a/sys/man/4/upasfs
+++ b/sys/man/4/upasfs
@@ -4,7 +4,7 @@
 .SH SYNOPSIS
 .B upas/fs
 [
-.B -DSbdfilnps
+.B -CDSbdfilnps
 ][
 .B -c
 .I cachtarg
@@ -313,6 +313,9 @@
 .PP
 The options are:
 .TF "-c cachetarg
+.TP
+.B -C
+ignore bad thumbprints for TLS connections.
 .TP
 .B -D
 Trace 9P protocol messages.
--