diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index bcd81e24158..6ead53b6dbb 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -2723,7 +2723,7 @@ ssh -L 63333:db.foo.com:5432 joe@shell.foo.com
event log library with the operating system,
issue this command:
-regsvr32 pgsql_library_directory/pgevent.dll
+regsvr32 pgsql_bin_directory/pgevent.dll
This creates registry entries used by the event viewer, under the default
event source named PostgreSQL.
@@ -2734,7 +2734,7 @@ ssh -L 63333:db.foo.com:5432 joe@shell.foo.com
), use the /n
and /i options:
-regsvr32 /n /i:event_source_name pgsql_library_directory/pgevent.dll
+regsvr32 /n /i:event_source_name pgsql_bin_directory/pgevent.dll
@@ -2742,7 +2742,7 @@ ssh -L 63333:db.foo.com:5432 joe@shell.foo.com
To unregister the event log library from
the operating system, issue this command:
-regsvr32 /u [/i:event_source_name] pgsql_library_directory/pgevent.dll
+regsvr32 /u [/i:event_source_name] pgsql_bin_directory/pgevent.dll