diff options
author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-01-11 16:17:54 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-01-11 16:17:54 +0100 |
commit | 75e1ef0ab60acb6bccc54254b82770aec5786ead (patch) | |
tree | d273fc755a20e67801aa0a13df30ab75b2883419 /sys/man/4/webcookies | |
parent | 62fb4f97177d8e76f1fd49bb9d0073007b7c9bcc (diff) |
new webfs, rc based hget
Diffstat (limited to 'sys/man/4/webcookies')
-rw-r--r-- | sys/man/4/webcookies | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/man/4/webcookies b/sys/man/4/webcookies index 63842e90f..b4c6c2168 100644 --- a/sys/man/4/webcookies +++ b/sys/man/4/webcookies @@ -147,20 +147,8 @@ If .B cookiefs decides not to accept the cookie (as outlined in RFC2109, section 4.3.4), no indication is given. -.PP -.IR Hget (1) -uses -.BR /mnt/webcookies/http , -when it exists, to manage cookie state. -.I Webfs -does not (yet). .SH SOURCE .B /sys/src/cmd/webcookies.c .SH SEE ALSO +.IR webfs (4), .IR hget (1) -.SH BUGS -It's not clear what the relationship between -.I cookiefs -and something like -.I webfs -should be. |