diff --git a/cde/doc/C/guides/man/man1_dt/lp.sgm b/cde/doc/C/guides/man/man1_dt/lp.sgm
index e71ab9f54..ac5ee908d 100644
--- a/cde/doc/C/guides/man/man1_dt/lp.sgm
+++ b/cde/doc/C/guides/man/man1_dt/lp.sgm
@@ -443,7 +443,7 @@ otherwise, the filename itself will be used as the page header.
4
Unable to find the dtksh initialization file,
-/usr/dt/scripts/DtFuncs.sh.
+/usr/dt/lib/dtksh/DtFuncs.dtsh.
diff --git a/cde/programs/dtprintegrate/dtlp.src b/cde/programs/dtprintegrate/dtlp.src
index bffa2f6e6..9d94e03e5 100755
--- a/cde/programs/dtprintegrate/dtlp.src
+++ b/cde/programs/dtprintegrate/dtlp.src
@@ -1711,9 +1711,9 @@ then
Exit $failure_flag
fi
else
- if [[ -r "/usr/dt/lib/dtksh/DtFuncs.dtsh" ]]
+ if [[ -r CDE_INSTALLATION_TOP/lib/dtksh/DtFuncs.dtsh ]]
then
- . /usr/dt/lib/dtksh/DtFuncs.dtsh
+ . CDE_INSTALLATION_TOP/lib/dtksh/DtFuncs.dtsh
else
failure_flag=1
echo Sorry--cannot find initialization file.