diff options
| author | June McEnroe <june@causal.agency> | 2019-10-29 18:35:44 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2019-10-29 18:35:44 -0400 |
| commit | 9f55d9bd3f98915b1a98a4f38d467832e0148b91 (patch) | |
| tree | ad86dc186782e5cb51874a2d48928267604152fc /README.7 | |
| parent | Relay optional 5th RPL_MYINFO parameter (diff) | |
| download | pounce-9f55d9bd3f98915b1a98a4f38d467832e0148b91.tar.gz pounce-9f55d9bd3f98915b1a98a4f38d467832e0148b91.zip | |
Implement getopt_long-integrated configuration parsing
Diffstat (limited to '')
| -rw-r--r-- | README.7 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.7 b/README.7 index 59220cc..8cee7f1 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd October 26, 2019 +.Dd October 29, 2019 .Dt README 7 .Os "Causal Agency" . @@ -60,6 +60,9 @@ remote client functions state shared between clients .It Pa ring.c buffer between server and clients +.It Pa config.c +.Xr getopt_long 3 Ns -integrated +configuration parsing .It Pa rc.pounce .Fx .Xr rc 8 |