diff options
author | Matt Turner <mattst88@gmail.com> | 2020-03-08 15:16:36 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2020-03-08 15:18:18 -0700 |
commit | 4f54d1843a780a71c3be0b56fe2ad2ddfcbaf928 (patch) | |
tree | 5120ab797ce6db05f6223dab2a0e0b0687967542 /man/startx.man | |
parent | 9a8b937bcfd84575e13039f316cbcb14c9729df4 (diff) |
man: Restore non-SCO UNIX bits of the man page
It looks to me like commit 5268936259c5 (Remove SCO support for
SHELL_CMD and startx man page.) removed the wrong bits of the man page.
This commit replaces the SCO UNIX bits of the man page with the non-SCO
UNIX bits.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'man/startx.man')
-rw-r--r-- | man/startx.man | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/man/startx.man b/man/startx.man index 5a48c3d..2b894f7 100644 --- a/man/startx.man +++ b/man/startx.man @@ -71,18 +71,14 @@ startx \-\^\- \-layout Multihead .PP To determine the client to run, .B startx -looks for the following files, in order: -.RS -.PP -.I $(HOME)/.startxrc -.PP -.I __libdir__/sys.startxrc -.PP -.I $(HOME)/.xinitrc -.PP -.I __xinitdir__/xinitrc -.RE -.PP +first looks for a file called +.I .xinitrc +in the user's home directory. If that is not found, it uses +the file +.I xinitrc +in the +.I xinit +library directory. If command line client options are given, they override this behavior and revert to the .BR xinit (__appmansuffix__) |