mirror of
https://codeberg.org/landley/toybox.git
synced 2026-01-26 14:13:25 +00:00
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.
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