more doc fixes
authorRich Salz <rsalz@openssl.org>
Mon, 8 Feb 2016 04:14:12 +0000 (23:14 -0500)
committerRich Salz <rsalz@openssl.org>
Mon, 8 Feb 2016 04:14:12 +0000 (23:14 -0500)
commita173a7ee3f51af71c27490247f9a65ff03553e2c
treecb975182fcab9d4553bc9fe9991bd37a32602055
parent99978d51d6ba1ae8e36c1f82e98e9b2052131948
more doc fixes

dgst: using digest instead of specific digest commands
the digest list specified in man dgst may be inaccurate, hence using
digest and referring to the list in digest-commands

'sha' as a digest name is no longer supported

dgst,pkeyutl cmds help cleanup
- In dgst, pkeyutl cmds, some options help was missing.
- fixed a minor typo in openssl.pod, that fixes make install.
- digest-commands was showing ‘sha’, which is not a supported digest
anymore.

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/dgst.c
apps/pkeyutl.c
apps/progs.h
apps/progs.pl
doc/apps/dgst.pod
doc/apps/openssl.pod
doc/apps/pkeyutl.pod