mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2335 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2fa3cd7a4a
commit
a9a934a215
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ make
|
|||
make install
|
||||
@end example
|
||||
|
||||
If you don't have @samp{libieee.a} on your system, @prog{configure} will
|
||||
If you don't have @samp{libieee.a} on your system, @file{configure} will
|
||||
say
|
||||
@example
|
||||
configure: error: installation or configuration problem:
|
||||
|
|
|
@ -17,7 +17,7 @@ the way various other names were changed.
|
|||
@item The library now requires a patch to gcc-2.7.2. The patch adds
|
||||
thread-safe features to the GNU Objective C runtime. Each thread has
|
||||
its own exception handler and assertion handler, thanks to Yoo C. Chung
|
||||
<wacko@power1.snu.ac.kr>.
|
||||
<wacko@@power1.snu.ac.kr>.
|
||||
|
||||
@item Distributed Objects is much improved. Exceptions in the server
|
||||
are sent back to the client. Ungracefully closed connections are
|
||||
|
|
Loading…
Reference in a new issue