diff options
Diffstat (limited to '')
-rw-r--r-- | README.7 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/README.7 b/README.7 index ac3023e..369f78f 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd November 6, 2019 +.Dd November 10, 2019 .Dt README 7 .Os "Causal Agency" . @@ -52,15 +52,15 @@ rather than being limited to messages. .Sh FILES .Bl -tag -width "dispatch.c" -compact .It Pa bounce.h -common declarations and general functions +declarations and common functions .It Pa bounce.c -command line parsing and event loop -.It Pa listen.c -local server functions +configuration and event loop +.It Pa local.c +local server binding .It Pa server.c -remote server functions +remote server connection .It Pa client.c -remote client functions +remote client connections .It Pa state.c state shared between clients .It Pa ring.c @@ -69,7 +69,7 @@ buffer between server and clients .Xr getopt_long 3 Ns -integrated configuration parsing .It Pa dispatch.c -SNI socket dispatcher +SNI socket dispatch .It Pa compat.h compatibility with lesser operating systems .It Pa rc.d/ |