Patch by pupeno to fix minor doc errors

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20717 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-02-14 15:20:15 +00:00
parent e9765ac706
commit 6d5bed399c
2 changed files with 15 additions and 13 deletions

View file

@ -4,6 +4,8 @@
anonymous bug submission (bug #11360) anonymous bug submission (bug #11360)
* Source/NSUser.m: Fix bug #11378 * Source/NSUser.m: Fix bug #11378
* Tools/gdomap.c: Quote mingw arguments toi fix bug #11854 * Tools/gdomap.c: Quote mingw arguments toi fix bug #11854
* Documentation/manual/Introduction.texi: Apply patch by pupeno
(bug #11814)
2005-02-10 01:05 Alexander Malmberg <alexander@malmberg.org> 2005-02-10 01:05 Alexander Malmberg <alexander@malmberg.org>

View file

@ -291,15 +291,15 @@ shown. For a full description of the make utility see its
@cindex GUI @cindex GUI
The GNUstep @b{GUI} component is discussed The GNUstep @b{GUI} component is discussed
@uref{../../Gui/ProgrammingManual/manual_toc.html, elsewhere}), but a brief @uref{../../Gui/ProgrammingManual/manual_toc.html, elsewhere}, but a brief
overview is useful here. GNUstep GUI provides a collection of classes for overview is useful here. GNUstep GUI provides a collection of classes for
developing graphical applications, including windows, widgets, and back-end developing graphical applications, including windows, controls (also known as
components for event handling and other functions. Internally, the widgets, and back-end components for event handling and other functions.
implementation is divided into two components, the @i{back end} and the Internally, the implementation is divided into two components, the @i{back end}
@i{front end}. The front end provides the API to the developer, and makes and the @i{front end}. The front end provides the API to the developer, and
display postscript (DPS) calls to the back end to implement it. The back-end makes display postscript (DPS) calls to the back end to implement it. The
converts the DPS calls into calls to the underlying window system. If you back-end converts the DPS calls into calls to the underlying window system. If
install GNUstep from source, you must first compile and install the front end, you install GNUstep from source, you must first compile and install the front end,
then compile and install the back end. then compile and install the back end.
Implementations of the back-end have been produced for both X11 (Linux/UNIX Implementations of the back-end have been produced for both X11 (Linux/UNIX
@ -435,10 +435,10 @@ this is to execute one of the following commands (you must first locate your
GNUstep installation manually): GNUstep installation manually):
C shell:@* C shell:@*
@code{source <GNUstep root>/System/Makefiles/GNUstep.csh} @code{source <GNUstep root>/System/Library/Makefiles/GNUstep.csh}
Bourne shell:@* Bourne shell:@*
@code{. <GNUstep root>/System/Makefiles/GNUstep.sh} @code{. <GNUstep root>/System/Library/Makefiles/GNUstep.sh}
On most Unix systems, GNUstep is installed in @code{/usr/lib/GNUstep}. On most Unix systems, GNUstep is installed in @code{/usr/lib/GNUstep}.
(@uref{../../../User/GNUstep/filesystem_toc.html, Directory layout (@uref{../../../User/GNUstep/filesystem_toc.html, Directory layout
@ -449,9 +449,9 @@ You can now compile the project using make. At the system command prompt,
change to the project directory and enter the @b{make} command.@*@* change to the project directory and enter the @b{make} command.@*@*
@item @item
Run the program (on Unix enter @b{./LogTest} at the command prompt). The Run the program (on Unix enter @b{./obj/LogTest}
message "This is the string value of the Test class" will be displayed at the command prompt). The message "This is the string value of the Test class"
(assuming there were no errors). will be displayed (assuming there were no errors).
@end enumerate @end enumerate