summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man
diff options
context:
space:
mode:
authorschwarze <>2016-11-03 15:31:29 +0000
committerschwarze <>2016-11-03 15:31:29 +0000
commit67adc08f675407bec0b8772e99ac4b939530d7e9 (patch)
treec33c63dffb3b704dd23558536c5685afd230fc84 /src/lib/libcrypto/man
parent60d59582dc15b87539a8dc135d2baf8a181ff37b (diff)
downloadopenbsd-67adc08f675407bec0b8772e99ac4b939530d7e9.tar.gz
openbsd-67adc08f675407bec0b8772e99ac4b939530d7e9.tar.bz2
openbsd-67adc08f675407bec0b8772e99ac4b939530d7e9.zip
zap the overview manual page of the RAND subsystem
that contained nothing but duplicate and misleading information; OK jsing@
Diffstat (limited to 'src/lib/libcrypto/man')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index dbfce91647..4312bdc341 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.42 2016/11/03 15:20:36 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.43 2016/11/03 15:31:29 schwarze Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -145,7 +145,6 @@ MAN= \
145 lh_new.3 \ 145 lh_new.3 \
146 146
147GENMAN= \ 147GENMAN= \
148 RAND.3 \
149 RAND_add.3 \ 148 RAND_add.3 \
150 RAND_bytes.3 \ 149 RAND_bytes.3 \
151 RAND_cleanup.3 \ 150 RAND_cleanup.3 \