Penguin

Differences between current version and predecessor to the previous major change of Xsession(5).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Tuesday, June 4, 2002 12:30:35 am by perry
Older page: version 4 Last edited on Tuesday, June 4, 2002 12:30:35 am by perry Revert
@@ -26,9 +26,9 @@
 xdm(1). (Some display managers only invoke 
 ''Xsession'' when specifically directed to so by the 
 user; see the documentation for your display manager to find 
 out more.) Administrators unfamilar with the Bourne shell 
-will likely find the __ Xsession.options__ (5) 
+will likely find the Xsession.options(5) 
 configuration file easier to deal with than ''Xsession'' 
 itself. 
  
  
@@ -106,12 +106,12 @@
 ''Xsession'' next confirms that its script directory, 
 ''Xsession.d'', exists. If it does not, the script 
 aborts. After the script directory is confirmed to be 
 present, ''Xsession'' uses an internal implementation of 
-__ run-parts__ (1) to identify files in that directory that 
+run-parts(1) to identify files in that directory that 
 should be sourced (executed) in the shell's environment. 
 Only files named in a certain way are sourced; see the 
-__ run-parts__ (1) manual page for a description of valid 
+run-parts(1) manual page for a description of valid 
 characters in the filename. (This restriction enables the 
 administrator to move experimental or problematic files out 
 of the way of the script but keep them in an obvious place, 
 for instance by renaming them with 
@@ -124,9 +124,9 @@
 1) Argument processing. Arguments are processed as described 
 in 
  
  
-2) Merging of X resources. __ run-parts__ (1) is again 
+2) Merging of X resources. run-parts(1) is again 
 used, this time to identify files in the 
 ''/etc/X11/Xresources'' directory that should be 
 processed with 
 ''Xsession.options'', the user's ''$HOME/.Xresources'' 
@@ -153,9 +153,9 @@
  
  
 4) Start ssh-agent, if needed. If the line 
 Xsession.options'', and no ssh agent process appears to 
-be running already, __ ssh-agent__ (1) is marked to be used 
+be running already, ssh-agent(1) is marked to be used 
 to execute the startup program determined previously. 
 ''Note: this functionality may move to the ssh package in 
 the future.'' 
  
@@ -188,9 +188,9 @@
 * an underscore 
  
  
 * a description of the script's basic function, using only 
-characters allowed by __ run-parts__ (1). 
+characters allowed by run-parts(1). 
  
  
 Here is an example of how one might write a script, named 
 ''40custom_load-xmodmap'', to invoke 
@@ -292,9 +292,9 @@
  
  
 is a directory containing Bourne shell scripts to be 
 executed by ''Xsession''. Files in this directory are 
-matched using __ run-parts__ (1) and are __source__d, 
+matched using run-parts(1) and are __source__d, 
 not executed in a subshell. 
  
  
 ''/etc/X11/Xresources/'' 
@@ -304,17 +304,17 @@
 package names, each of which contains system-wide X resource 
 settings for X clients from the corresponding package. The 
 settings are loaded with __xrdb -merge__. Files in this 
 directory are matched using 
-__ run-parts__ (1). 
+run-parts(1). 
  
  
 ''/etc/X11/Xsession.options'' 
  
  
 contains configuration options for the 
 ''/etc/X11/Xsession'' script. See 
-__ Xsession.options__ (5) for more 
+Xsession.options(5) for more 
 information. 
  
  
 ''$HOME/.Xresources'' 
@@ -356,10 +356,10 @@
 is provided by tempfile(1). 
 !!SEE ALSO 
  
  
-__ Xsession.options__ (5), __X__(1),  
-__ run-parts__ (1), __ssh-agent__(1), startx(1), 
+Xsession.options(5), __X__(1),  
+run-parts(1), __ssh-agent__(1), startx(1), 
 tempfile(1), xdm(1), xmodmap(1), 
 xrdb(1), sh(1) 
 !!AUTHOR 
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.