diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-03-06 01:59:13 +0100 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-03-24 16:59:17 -0700 |
commit | 75a969b884296439fb84ca2be8f77d718d7da1e6 (patch) | |
tree | dfa0bb9f47aa92b66db17c39048e57552aea56a8 | |
parent | 2d88aba7a84d153c2fc3226eece751395990edc7 (diff) |
Fix minor typos in startx's comments.
Signed-off-by: Cyril Brulebois <kibi@debian.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | startx.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,8 +5,8 @@ XCOMM This is just a sample implementation of a slightly less primitive XCOMM interface than xinit. It looks for user .xinitrc and .xserverrc XCOMM files, then system xinitrc and xserverrc files, else lets xinit choose XCOMM its default. The system xinitrc should probably do things like check -XCOMM for .Xresources files and merge them in, startup up a window manager, -XCOMM and pop a clock and serveral xterms. +XCOMM for .Xresources files and merge them in, start up a window manager, +XCOMM and pop a clock and several xterms. XCOMM XCOMM Site administrators are STRONGLY urged to write nicer versions. XCOMM @@ -21,7 +21,7 @@ XCOMM This allows startx to be placed in a place like /usr/bin or /usr/local/bin XCOMM and people may use X without changing their PATH. XCOMM Note that we put our own bin directory at the front of the path, and XCOMM the standard system path at the back, since if you are using the Xorg -XCOMM server theres a pretty good chance you want to bias the Xorg clients +XCOMM server there's a pretty good chance you want to bias the Xorg clients XCOMM over the old system's clients. XCOMM First our compiled path |