diff options
author | fkr <> | 2006-05-12 11:16:58 +0000 |
---|---|---|
committer | fkr <> | 2006-05-12 11:16:58 +0000 |
commit | 8aa67aa403ec677913310a5ed9cff716566323cf (patch) | |
tree | fda2e5c499874818b1b321de62cd3eded89cc283 | |
parent | 2be1a0fbd662e968bf825e9d7ad192f271f0fa28 (diff) | |
download | openbsd-8aa67aa403ec677913310a5ed9cff716566323cf.tar.gz openbsd-8aa67aa403ec677913310a5ed9cff716566323cf.tar.bz2 openbsd-8aa67aa403ec677913310a5ed9cff716566323cf.zip |
remove an 'is' from the comment to make the sentence correct.
ok jmc@, mbalmer@
-rw-r--r-- | src/lib/libssl/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile index 95d0b6e0a2..784537b83d 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.9 2005/10/22 10:33:53 jmc Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2006/05/12 11:16:58 fkr Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -184,7 +184,7 @@ MANALL= \ | |||
184 | 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} | 184 | 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} |
185 | .endif | 185 | .endif |
186 | 186 | ||
187 | # these are is a real problem, since they re-document functions described in | 187 | # these are a real problem, since they re-document functions described in |
188 | # other pages. | 188 | # other pages. |
189 | # | 189 | # |
190 | # err.pod -> ERR_get_error.pod | 190 | # err.pod -> ERR_get_error.pod |