Remove startx and xinit functions
[grml-etc-core.git] / doc / grmlzshrc.t2t
index a2bc5b8..8abdf32 100644 (file)
@@ -880,11 +880,6 @@ Example usage:
 % Restart ssh
 ```
 
-: **startx()**
-Initializes an X session using startx(1) if /etc/X11/xorg.conf exists, else
-issues a Warning to use the grml-x(1) script. Can be overridden by using
-/usr/bin/startx directly.
-
 : **status()**
 Shows some information about current system status.
 
@@ -958,11 +953,6 @@ first argument. The optional second argument denotes the distribution
 Tries to cat(1) file(s) given as parameter(s). Always returns true.
 See also xunfunction() below.
 
-: **xinit()**
-Initializes an X session using xinit(1) if /etc/X11/xorg.conf exists, else
-issues a Warning to use the grml-x(1) script. Can be overridden by using
-/usr/bin/xinit directly.
-
 : **xsource()**
 Tries to source the file(s) given as parameter(s). Always returns true.
 See zshbuiltins(1) for a detailed description of the source command.