diff etc/PROBLEMS @ 42913:9e0a0017c70d

Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Tue, 22 Jan 2002 23:03:47 +0000
parents 522d55d73e2e
children 3c64eaf60ff7
line wrap: on
line diff
--- a/etc/PROBLEMS	Tue Jan 22 22:47:14 2002 +0000
+++ b/etc/PROBLEMS	Tue Jan 22 23:03:47 2002 +0000
@@ -703,7 +703,7 @@
 Emacs is linked.  With LD_RUN_PATH set, the linker will include a
 specified run-time search path in the executable.
 
-On some systems, Emacs could crash due to problems with dynamic
+On some systems, Emacs can crash due to problems with dynamic
 linking.  Specifically, on SGI Irix 6.5, crashes were reported with
 backtraces like this:
 
@@ -718,8 +718,8 @@
    4 _rld_text_resolve(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  ["/comp2/mtibuild/v73/workarea/v7.3/rld/rld_bridge.s":175, 0xfb6032c]
 
-(`rld' is the dynamic linker.)  We don't know yet why does this
-happen, but setting the environment variable LD_BIND_NOW to 1 (which
+(`rld' is the dynamic linker.)  We don't know yet why this
+happens, but setting the environment variable LD_BIND_NOW to 1 (which
 forces the dynamic linker to bind all shared objects early on) seems
 to work around the problem.