diff options
| author | Richard M. Stallman | 2002-01-22 23:03:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-22 23:03:47 +0000 |
| commit | 8643647c04aa0db9619ce6381dfdcf23b4c163b9 (patch) | |
| tree | 56425a1176ed03bb6f038bed7be89be385ef7567 | |
| parent | 973a046105358c84996e59488ad1c6132a963fb1 (diff) | |
| download | emacs-8643647c04aa0db9619ce6381dfdcf23b4c163b9.tar.gz emacs-8643647c04aa0db9619ce6381dfdcf23b4c163b9.zip | |
Minor cleanup.
| -rw-r--r-- | etc/PROBLEMS | 6 | ||||
| -rw-r--r-- | man/building.texi | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 0e0adc9e4a1..6204ccaafc0 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -703,7 +703,7 @@ Other systems allow to set LD_RUN_PATH in a similar way, but before | |||
| 703 | Emacs is linked. With LD_RUN_PATH set, the linker will include a | 703 | Emacs is linked. With LD_RUN_PATH set, the linker will include a |
| 704 | specified run-time search path in the executable. | 704 | specified run-time search path in the executable. |
| 705 | 705 | ||
| 706 | On some systems, Emacs could crash due to problems with dynamic | 706 | On some systems, Emacs can crash due to problems with dynamic |
| 707 | linking. Specifically, on SGI Irix 6.5, crashes were reported with | 707 | linking. Specifically, on SGI Irix 6.5, crashes were reported with |
| 708 | backtraces like this: | 708 | backtraces like this: |
| 709 | 709 | ||
| @@ -718,8 +718,8 @@ backtraces like this: | |||
| 718 | 4 _rld_text_resolve(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | 718 | 4 _rld_text_resolve(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) |
| 719 | ["/comp2/mtibuild/v73/workarea/v7.3/rld/rld_bridge.s":175, 0xfb6032c] | 719 | ["/comp2/mtibuild/v73/workarea/v7.3/rld/rld_bridge.s":175, 0xfb6032c] |
| 720 | 720 | ||
| 721 | (`rld' is the dynamic linker.) We don't know yet why does this | 721 | (`rld' is the dynamic linker.) We don't know yet why this |
| 722 | happen, but setting the environment variable LD_BIND_NOW to 1 (which | 722 | happens, but setting the environment variable LD_BIND_NOW to 1 (which |
| 723 | forces the dynamic linker to bind all shared objects early on) seems | 723 | forces the dynamic linker to bind all shared objects early on) seems |
| 724 | to work around the problem. | 724 | to work around the problem. |
| 725 | 725 | ||
diff --git a/man/building.texi b/man/building.texi index 3ec41de772f..0971c70dbbd 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -350,9 +350,9 @@ allowed. GUD assumes that the first argument not starting with a | |||
| 350 | for its ordinary input and output. This is called the GUD buffer. The | 350 | for its ordinary input and output. This is called the GUD buffer. The |
| 351 | debugger displays the source files of the program by visiting them in | 351 | debugger displays the source files of the program by visiting them in |
| 352 | Emacs buffers. An arrow (@samp{=>}) in one of these buffers indicates | 352 | Emacs buffers. An arrow (@samp{=>}) in one of these buffers indicates |
| 353 | the current execution line.@footnote{Under a window system the arrow is | 353 | the current execution line.@footnote{Under a window system, the arrow |
| 354 | displayed in the marginal area of the Emacs window, called @dfn{the | 354 | appears in the left fringe of the Emacs window.} Moving point in this |
| 355 | fringe}.} Moving point in this buffer does not move the arrow. | 355 | buffer does not move the arrow. |
| 356 | 356 | ||
| 357 | You can start editing these source files at any time in the buffers | 357 | You can start editing these source files at any time in the buffers |
| 358 | that display them. The arrow is not part of the file's | 358 | that display them. The arrow is not part of the file's |