diff -u /usr/X11R6/man/man1/startx.1 startx.1 --- /usr/X11R6/man/man1/startx.1 Mon Dec 28 01:29:34 2015 +++ startx.1 Wed Apr 20 16:35:04 2016 @@ -81,11 +81,11 @@ looks for the following files, in order: .RS .PP -.I $(HOME)/.startxrc +.I $HOME/.startxrc .PP .I /usr/X11R6/lib/sys.startxrc .PP -.I $(HOME)/.xinitrc +.I $HOME/.xinitrc .PP .I /etc/X11/xinit/xinitrc .RE @@ -177,7 +177,7 @@ .TP 25 XAUTHORITY This variable, if not already defined, gets set to -.IR $(HOME)/.Xauthority . +.IR $HOME/.Xauthority . This is to prevent the X server, if not given the .I \-auth argument, from automatically setting up insecure host-based authentication @@ -189,7 +189,7 @@ .SH FILES .if ''' .ig .TP 25 -.I $(HOME)/.startxrc +.I $HOME/.startxrc Client to run. Typically a shell script which runs many programs in the background. .TP 25 @@ -199,11 +199,11 @@ file. .. .TP 25 -.I $(HOME)/.xinitrc +.I $HOME/.xinitrc Client to run. Typically a shell script which runs many programs in the background. .TP 25 -.I $(HOME)/.xserverrc +.I $HOME/.xserverrc Server to run. The default is .IR X . .TP 25 /ty
