diff --git a/general/genlib/openssl/openssl-inst.xml b/general/genlib/openssl/openssl-inst.xml
index e4d520a864..b3c5759f7b 100644
--- a/general/genlib/openssl/openssl-inst.xml
+++ b/general/genlib/openssl/openssl-inst.xml
@@ -8,7 +8,9 @@ command uses -m486 instead of -march=i486. To fix this behavior, use
linux-ppro, linux-pentium or linux-k6 (depending on your architecture), instead of linux-elf.
-rm doc/apps/passwd.pod &&
+sed '/=head1 *NAME/,+2s/passwd/openssl-passwd/' doc/apps/passwd.pod \
+> doc/apps/openssl-passwd.pod &&
+rm doc/apps/passwd.pod &&
./Configure linux-elf --openssldir=/etc/ssl --prefix=/usr shared &&
make MANDIR=/usr/share/man &&
make MANDIR=/usr/share/man install &&
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index b7d3686260..b4e4a06e12 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -11,7 +11,8 @@ page in Chapter 1 for details on who wrote what.
February 22nd, 2003 [larry]: General: Updated to
-openssl-0.9.7a and pcre-4.0.
+openssl-0.9.7a and pcre-4.0. New sed command for openssl
+contributed by Jochen Held.
February 22nd, 2003 [larry]: PST: Updated to
LPRng-3.8.20.