plural in manpage

This commit is contained in:
Nick Mathewson
2017-09-19 08:48:39 -04:00
parent 6f313edc8a
commit 1f602e8643
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -56,7 +56,15 @@ scan-build \
$CHECKERS \
./configure
make clean
scan-build \
make clean
# Make this not get scanned for dead assignments, since it has lots of
# dead assignments we don't care about.
scan-build \
$CHECKERS \
-disable-checker deadcode.DeadStores \
make -j5 -k ./src/ext/ed25519/ref10/libed25519_ref10.a
scan-build \
$CHECKERS $OUTPUTARG \