X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=doc%2Fgrmlzshrc.t2t;h=4f9342ab50c3eabf74dd3e2fbf49b5302182ba4f;hb=2cbc16cf7d31a5b16d142b9f6015cad9538a82a2;hp=ec9d6595e5dd0120c35251f9a6c820d2dde4d14c;hpb=c5743df23827548f147983d841f040a02d5ba60d;p=grml-etc-core.git diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index ec9d659..4f9342a 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -748,12 +748,6 @@ available packages are fetched from the location(s) specified in /etc/apt/sources.list. An update should always be performed before an upgrade or dist-upgrade; run by sudo, if necessary. -: **CH** (//./configure --help//) -Lists available compilation options for building program from source. - -: **CO** (//./configure//) -Prepares compilation for building program from source. - : **da** (//du -sch//) Prints the summarized disk usage of the arguments as well as a grand total in human readable format. @@ -909,11 +903,6 @@ http://www.cl.cam.ac.uk/~mgk25/unicode.html#term). : **tlog** (//tail -f /var/log/syslog//) Prints syslog continuously (See tail(1)). -: **truec** (//truecrypt [ mount options ]//) -Mount a truecrypt volume with some reasonable mount options -("rw,sync,dirsync,users,uid=1000,gid=users,umask=077" and "utf8", if -available). - : **up** (//aptitude update ; aptitude safe-upgrade//) Performs a system update followed by a system upgrade using aptitude; run by sudo, if necessary. See au and ag above.