1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-06-27 10:08:42 +00:00

Removed obsolete xio.help and obsolete parts of test.sh

This commit is contained in:
Gerhard Rieger 2023-06-23 20:02:24 +02:00
parent 3e282ee7a0
commit 522e82351f
9 changed files with 10 additions and 6161 deletions

View file

@ -78,7 +78,7 @@ The entries must be embedded in an IF_... macro of their group for conditional
compiling.
* For options using some predefined action (see OFUNC above), this might be
enough - test the option and document it in xio.help!
enough - test the option and document it in doc/socat.yo!
For OFUNC_SPEC, it might suffice to add another "case" to the OFUNC_SPEC branch
in applyopts() in xioopts.c. If you need more special handling, you should try
to understand the address specific functions and add your code there.