shithub: riscv

Download patch

ref: 41a932f370cee1423827e0c0175ba457d3cacd82
parent: 2efc26f24ccec9cdfa9372af1a1d4ea968d6051e
author: mia soweli <inbox@tachibana-labs.org>
date: Fri Sep 8 10:23:59 EDT 2023

webcookies(4): cookiefs -> webcookies

--- a/sys/man/4/webcookies
+++ b/sys/man/4/webcookies
@@ -33,7 +33,7 @@
 If
 .I service
 is specified, 
-.I cookiefs
+.I webcookies
 will post a service file descriptor
 in
 .BR /srv/\fIservice .
@@ -144,7 +144,7 @@
 lines in the HTTP response header should
 be written to the file to save them for next time.
 If
-.B cookiefs
+.B webcookies
 decides not to accept the cookie (as outlined in
 RFC2109, section 4.3.4), no indication is given.
 .SH SOURCE