update grml-chroot manpage ch/grml-chroot
authorChristian Hofstaedtler <ch@grml.org>
Mon, 6 Dec 2010 17:39:55 +0000 (18:39 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Mon, 6 Dec 2010 17:41:03 +0000 (18:41 +0100)
hdaX is long gone, also it doesn't explicitly touch /dev/pts

doc/grml-chroot.8.txt
usr_sbin/grml-chroot

index 659ab44..c25ccc3 100644 (file)
@@ -5,7 +5,7 @@ Michael Gebetsroither <gebi@grml.org>
 
 NAME
 ----
-grml-chroot - Wrapper around chroot with proc/sys/pts/dev filesystem handling
+grml-chroot - Wrapper around chroot with proc/sys/dev filesystem handling
 
 
 SYNOPSIS
@@ -16,7 +16,7 @@ SYNOPSIS
 DESCRIPTION
 -----------
 *grml-chroot* is a wrapper
-around plain chroot with integrated proc/sys/pts/dev filesystem handling.
+around plain chroot with integrated proc/sys/dev filesystem handling.
 After _COMMAND_ exits, mounts are cleaned up properly.
 
 If _COMMAND_ is omitted, the shell of user *root* of the target filesystem is used.
@@ -31,8 +31,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 chrooted shell.
+*grml-chroot* '/mnt/sda1'::
+    Mounts proc/sys/dev into /mnt/sda1/{proc/sys/dev} and gives you a chrooted shell.
 
 
 SEE ALSO
index bdd6bc9..0ea98a2 100755 (executable)
@@ -22,7 +22,7 @@ function printUsage
     cat <<EOT
 Usage: "$PROG_NAME_" NEWROOT [COMMAND....]
 
-$PROG_NAME_ is a chroot wrapper with proc/sys/pts/dev filesystem handling
+$PROG_NAME_ is a chroot wrapper with proc/sys/dev filesystem handling
 
 EOT
 }