|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
POSITIONAL ARGUMENTS section generator for man pages. More...
Go to the source code of this file.
Functions | |
| char * | manpage_content_generate_positional (const options_config_t *config) |
| void | manpage_content_free_positional (char *content) |
POSITIONAL ARGUMENTS section generator for man pages.
Definition in file positional.c.
| void manpage_content_free_positional | ( | char * | content | ) |
Definition at line 64 of file positional.c.
Referenced by options_config_generate_manpage_merged(), and options_config_generate_manpage_template().
| char * manpage_content_generate_positional | ( | const options_config_t * | config | ) |
Definition at line 15 of file positional.c.
References escape_groff_special(), and safe_snprintf().
Referenced by options_config_generate_manpage_merged(), and options_config_generate_manpage_template().