summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2020-03-08 15:16:36 -0700
committerMatt Turner <mattst88@gmail.com>2020-03-08 15:18:18 -0700
commit4f54d1843a780a71c3be0b56fe2ad2ddfcbaf928 (patch)
tree5120ab797ce6db05f6223dab2a0e0b0687967542
parent9a8b937bcfd84575e13039f316cbcb14c9729df4 (diff)
downloadxorg-app-xinit-4f54d1843a780a71c3be0b56fe2ad2ddfcbaf928.tar.gz
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>
-rw-r--r--man/startx.man20
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__)