diff options
Diffstat (limited to 'manual/check-safety.sh')
-rw-r--r-- | manual/check-safety.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manual/check-safety.sh b/manual/check-safety.sh index 701624d3b1..aaad313c08 100644 --- a/manual/check-safety.sh +++ b/manual/check-safety.sh @@ -30,6 +30,11 @@ success=: # If no arguments are given, take all *.texi files in the current directory. test $# != 0 || set *.texi +# FIXME: check that each @deftypefu?n is followed by a @safety note, +# with nothing but @deftypefu?nx and comment lines in between. (There +# might be more stuff too). + + # Check that all safety remarks have entries for all of MT, AS and AC, # in this order, with an optional prelim note before them. grep -n '^@safety' "$@" | |