aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/man_show_fixme.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-11-24*: Remove trailing white spaceAlejandro Colomar1-1/+1
Scripted change: $ grep -rl '\s$' | xargs sed -i 's/ * * *$//g' Signed-off-by: Alejandro Colomar <alx@kernel.org>
2020-10-28man_show_fixme.sh: Don't hyphenate or justify the manual pageMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2020-09-30man_show_fixme.sh: Fix misquoted double quotes in regexpsMichael Kerrisk1-3/+3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2018-05-31scripts: mark them executableMike Frysinger1-0/+0
It's easier to run `./scripts/foo.sh ...` than `bash ./scripts/foo.sh ...`. Mark them all +x to support that. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2016-12-27man_show_fixme.sh: Fix rendering issueMichael Kerrisk1-0/+1
If a single quote falls at the start of a line, then the rest of the line is treated as a comment. Therefore, escape single quotes. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2016-10-31man_show_fixme.sh: strip extraneous blank line at start of rendered FIXME outputMichael Kerrisk1-0/+7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2016-10-31man_show_fixme.sh: Minor tweaksMichael Kerrisk1-3/+5
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2016-10-31man_show_fixme.sh: Tweak indent linesMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2016-10-31man_show_fixme.sh: fMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2016-10-29man_show_fixme.sh: Make output tables a little narrowerMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2016-10-29man_show_fixme.sh: script to show FIXMEs in rendered man pagesMichael Kerrisk1-0/+45
A script that renders man pages with FIXMES as table in rendered text. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>