Release new version 2.13.0
[grml-scripts.git] / doc / grml-chroot.8.txt
index 862fca0..2c6ec0d 100644 (file)
@@ -5,20 +5,19 @@ Michael Gebetsroither <gebi@grml.org>
 
 NAME
 ----
-grml-chroot - Wrapper arround chroot with proc/sys/pts/dev fs handling
+grml-chroot - Wrapper around chroot with proc/sys/pts/dev filesystem handling
 
 
 SYNOPSIS
 --------
-*grml-chroot* <chroot target>
+*grml-chroot* 'NEWROOT' ['COMMAND'....]
 
 
 DESCRIPTION
 -----------
-*grml-kerneltest* is a wrapper
-arround plain chroot with integrated proc/sys/pts/dev filesystem handling.
-grml-chroot mounts the filesystems mentiont above and makes the chroot into the given chroot target.
-After exiting the shell the mounts are cleand up properly.
+*grml-chroot* is a wrapper
+around plain chroot with integrated proc/sys/pts/dev filesystem handling.
+After _COMMAND_ exits, mounts are cleaned up properly.
 
 
 OPTIONS
@@ -30,8 +29,8 @@ Show summary of options.
 EXAMPLES
 --------
 
-*grml-chroot /mnt/hda1*::
-    Mounts proc/sys/pts/dev into /mnt/hda1/{proc/sys/dev} and gives you a shell.
+*grml-chroot* '/mnt/hda1'::
+    Mounts proc/sys/pts/dev into /mnt/hda1/{proc/sys/dev} and gives you a chrooted shell.
 
 
 SEE ALSO
@@ -41,6 +40,4 @@ chroot(8)
 
 AUTHOR
 ------
-grml-chroot was written by Michael Gebetsroither <michael.geb@gmx.at>.
-
-This manual page was written by Michael Gebetsroither <gebi@grml.org>.
+grml-chroot and this manpage were written by Michael Gebetsroither <gebi@grml.org>.