diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-05 20:59:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-05 20:59:18 +0000 |
commit | bb47f430a3962a3422f02fe88fe3d877507bba04 (patch) | |
tree | d0f23b83be6af19be17bf7a55a49199717e2ab8c /lib | |
parent | b8fe8f289b94727dad721bf3d4a1f0f9fadfa32d (diff) |
jmc wrote a combination man page that covers all openssl(1) functionality,
based on the pod files from openssl. This may need by-hand updating once
in a while, but at least now people can read a real man page instead of
the mess that the openssl team provides us with.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/man/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/man/Makefile b/lib/libssl/man/Makefile index 0ab8c2e360f..930c5f56af2 100644 --- a/lib/libssl/man/Makefile +++ b/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/10/09 08:22:49 fgsch Exp $ +# $OpenBSD: Makefile,v 1.4 2003/03/05 20:59:15 deraadt Exp $ .include <bsd.own.mk> # for NOMAN @@ -173,7 +173,6 @@ MANALL= \ dsa.cat3 \ lh_stats.cat3 \ lhash.cat3 \ - openssl.cat1 \ rsa.cat3 \ ssl.cat3 |