From 4f54d1843a780a71c3be0b56fe2ad2ddfcbaf928 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 8 Mar 2020 15:16:36 -0700 Subject: 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 --- man/startx.man | 20 ++++++++------------ 1 file 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__) -- cgit v1.2.1