diff --git a/iocBoot/iocLinux/st.cmd b/iocBoot/iocLinux/st.cmd
index fd97e1e402ca879393268317e4403cbdd5147697..d3e79a0b089150113a4b8650e4cb2ded34f20773 100644
--- a/iocBoot/iocLinux/st.cmd
+++ b/iocBoot/iocLinux/st.cmd
@@ -18,7 +18,7 @@ epicsEnvSet EPICS_CA_MAX_ARRAY_BYTES 64008
 # Tell EPICS all about the record types, device-support modules, drivers,
 # etc. in the software we just loaded (xxx.munch)
 dbLoadDatabase("../../dbd/iocxxx.dbd")
-iocxxx_registerRecordDeviceDriver(pdbbase)
+iocxxxLinux_registerRecordDeviceDriver(pdbbase)
 
 ### save_restore setup
 # We presume a suitable initHook routine was compiled into xxx.munch.