Differences between version 3 and predecessor to the previous major change of chroot(8).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Tuesday, September 11, 2007 2:18:26 pm | by IanMcDonald | Revert |
Older page: | version 2 | Last edited on Monday, June 3, 2002 6:56:34 pm | by perry | Revert |
@@ -1,69 +1,40 @@
-CHROOT
-!!!CHROOT
+<verbatim>
NAME
+ chroot - run command or interactive shell with special root directory
+
SYNOPSIS
+ chroot NEWROOT [COMMAND...]
+ chroot OPTION
+
DESCRIPTION
-AUTHOR
-REPORTING BUGS
-COPYRIGHT
-SEE ALSO
-----
-!!NAME
+ Run COMMAND with root directory set to NEWROOT.
+ --help display this help and exit
-chroot
- run command or interactive shell with special root directory
-!!SYNOPSIS
+
--version
+ output version information and exit
+ If no command is given, run ``${SHELL} -i'' (default: /bin/sh).
-__chroot__ ''NEWROOT'' [[''COMMAND''
...]__
-chroot__ ''OPTION''
-!!DESCRIPTION
+AUTHOR
+ Written by Roland McGrath
.
+REPORTING BUGS
+ Report bugs to <bug-coreutils@gnu.org>.
-Run COMMAND with root directory set
to NEWROOT
.
+COPYRIGHT
+ Copyright (C) 2006 Free Software Foundation, Inc.
+ This is free software. You may redistribute copies of it under the
+ terms of the GNU General Public License
+ <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY,
to the
+ extent permitted by law
.
+SEE ALSO
+ The full documentation for chroot is maintained as a Texinfo manual.
+ If the info and chroot programs are properly installed at your site,
+ the command
-__--help__
-
-
-display this help and exit
-
-
-__--version__
-
-
-output version information and exit
-
-
-If no command is given, run ``${SHELL} __-i__'' (default:
-/bin/sh).
-!!AUTHOR
-
-
-Written by Roland !McGrath.
-!!REPORTING BUGS
-
-
-Report bugs to
-!!COPYRIGHT
-
-
-Copyright 2000 Free Software Foundation, Inc.
-This is free software; see the source for copying
-conditions. There is NO warranty; not even for
-MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE.
-!!SEE ALSO
-
-
-The full documentation for __chroot__ is maintained as a
-Texinfo manual. If the __info__ and __chroot__
-programs are properly installed at your site, the
-command
-
-
-__
info chroot__
-
+
info chroot
-should give you access to the complete manual.
-----
+
should give you access to the complete manual.
+</verbatim>