diff options
-rw-r--r-- | lib/libssl/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/man/Makefile b/lib/libssl/man/Makefile index 95d0b6e0a2c..784537b83df 100644 --- a/lib/libssl/man/Makefile +++ b/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2005/10/22 10:33:53 jmc Exp $ +# $OpenBSD: Makefile,v 1.10 2006/05/12 11:16:58 fkr Exp $ .include <bsd.own.mk> # for NOMAN @@ -184,7 +184,7 @@ MANALL= \ PSALL= ${MANALL:S/.cat1/.ps1/g:S/.cat2/.ps2/g:S/.cat3/.ps3/g:S/.cat4/.ps4/g:S/.cat5/.ps5/g:S/.cat6/.ps6/g:S/.cat7/.ps7/g:S/.cat8/.ps8/g:S/.cat9/.ps9/g} .endif -# these are is a real problem, since they re-document functions described in +# these are a real problem, since they re-document functions described in # other pages. # # err.pod -> ERR_get_error.pod |