Skip to content
  • Sami Kerola's avatar
    docs: fix manual page warnings · 47100a81
    Sami Kerola authored
    
    
    All warnings where about unnecessary quoting.  The scriptlet
    below will tell what was wrong.
    
    for I in ./top/top.1 ./ps/ps.1 ./*.[0-9]; do
        echo "== $I warnings =="
        man --warnings=all $I > /dev/null
    done
    
    This should probably be turned to 'make check' script.
    
    Signed-off-by: default avatarSami Kerola <kerolasa@iki.fi>
    47100a81