man-pages/scripts
Alejandro Colomar 5ae99ccb42 scripts/bash_aliases: Make man_lsfunc() more robust; Add sed_rm_ccomments().
This patch makes man_lsfunc() search for the function prototypes,
instead of relying on the current manual page formatting,
which might change in the future, and break this function.

It also simplifies the code, by reusing man_section().

Create a new function sed_rm_ccomments(), which is needed by
man_lsfunc(), and may also be useful in other cases.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2021-05-10 11:32:17 +12:00
..
FIXME_list.sh FIXME_list.sh: Fix broken regexp 2020-10-27 19:42:47 +01:00
README Maintenance scripts 2005-10-19 07:28:43 +00:00
add_parens_for_own_funcs.sh scripts: mark them executable 2018-05-31 21:34:32 +02:00
bash_aliases scripts/bash_aliases: Make man_lsfunc() more robust; Add sed_rm_ccomments(). 2021-05-10 11:32:17 +12:00
check_unbalanced_macros.sh check_unbalanced_macros.sh: A script to look for unbalanced *roff/man macro pairs 2020-11-16 11:26:23 +01:00
convert_to_utf_8.sh drop "coding: UTF-8" header 2020-08-13 09:36:46 +02:00
find_dots_no_parens.sh scripts: mark them executable 2018-05-31 21:34:32 +02:00
find_repeated_words.sh scripts: mark them executable 2018-05-31 21:34:32 +02:00
find_slashes_no_parens.sh scripts: mark them executable 2018-05-31 21:34:32 +02:00
man_show_fixme.sh man_show_fixme.sh: Don't hyphenate or justify the manual page 2020-10-28 09:42:41 +01:00
markup_check.sh scripts: mark them executable 2018-05-31 21:34:32 +02:00
print_encoding.sh scripts: mark them executable 2018-05-31 21:34:32 +02:00
remove_COLOPHON.sh scripts: mark them executable 2018-05-31 21:34:32 +02:00
unformat_parens.sh scripts: mark them executable 2018-05-31 21:34:32 +02:00

README

The files in this directory are scripts for man-pages maintenance tasks.
They may be useful for downstream man-pages package maintainers or for 
man-pages translators. This directory does not contain any files that
need to be installed in order to use the manual pages.