Rob Landley 7e099a6d54 Add TOYFLAG_MOREHELP(CFG_BLAH) to allow annotated help text to drop out
when a second config symbol isn't defined. Use this for various LSM -Z
flags, PASSWD_SAD, sort -g, and wget's https support. This replaces the
old help text merging scripts/config2help.c used to do.

The annotation is a leading !, which removes the next char from usage:
lines and the whole line from the rest of the help text. The ! is always
removed, and the data it marks is only shown if the argument to
TOYFLAG_MOREHELP() is true at compile time.

In theory this plumbing should drop out when not used, like lib/args.c.
2025-04-23 07:35:05 -05:00
..
2024-01-26 02:33:14 -06:00
2024-02-10 02:32:16 -06:00
2024-06-11 04:22:36 -05:00
2024-03-08 19:51:13 -06:00
2019-10-30 18:03:58 -05:00
2024-02-10 02:32:16 -06:00

Networking commands

The Internet Engineering Task Force publishes standards drafts at
https://www.ietf.org/rfc/rfc-index.txt (ala https://www.ietf.org/rfc/rfc3.txt)
and the commands tend to be documented in manual page section 8
https://man7.org/linux/man-pages/dir_section_8.html