diff options
author | Loïc Minier <lool@dooz.org> | 2009-03-09 21:19:02 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2009-03-09 21:19:02 +0000 |
commit | 5fc01ce7bfbe12d12039033c5fe870c62d25a1ca (patch) | |
tree | c580813316b5e2358c6c93eb18e4b5a598b01e91 /bin | |
parent | b94dfa8dd46242425b0b4d5186124ec130c51e0d (diff) | |
download | schroot-5fc01ce7bfbe12d12039033c5fe870c62d25a1ca.tar.gz |
[man] Fix typos in schroot-script-config.5.in and schroot-setup.5.in
Signed-off-by: Roger Leigh <rleigh@debian.org>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/schroot/schroot-script-config.5.in | 2 | ||||
-rw-r--r-- | bin/schroot/schroot-setup.5.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/schroot/schroot-script-config.5.in b/bin/schroot/schroot-script-config.5.in index f4ee0b2f..f5281121 100644 --- a/bin/schroot/schroot-script-config.5.in +++ b/bin/schroot/schroot-script-config.5.in @@ -18,7 +18,7 @@ .SH NAME schroot-script-config \- schroot chroot setup script configuration .SH DESCRIPTION -\fBschroot\fP uses scripts to to set up and then clean up the chroot +\fBschroot\fP uses scripts to set up and then clean up the chroot environment. These scripts may be customised using the \f[CI]script\-config\fP key in \fI@SCHROOT_CONF@\fP. This key specifies a file which the setup scripts will source when they are run. The file is a Bourne shell script, and in diff --git a/bin/schroot/schroot-setup.5.in b/bin/schroot/schroot-setup.5.in index f3a2b4c5..5c9327b0 100644 --- a/bin/schroot/schroot-setup.5.in +++ b/bin/schroot/schroot-setup.5.in @@ -18,7 +18,7 @@ .SH NAME schroot\-setup \- schroot chroot setup scripts .SH DESCRIPTION -\fBschroot\fP uses scripts to to set up and then clean up the chroot +\fBschroot\fP uses scripts to set up and then clean up the chroot environment. The directories \f[BI]@SCHROOT_CONF_SETUP_D@\fP and \f[BI]@SCHROOT_CONF_EXEC_D@\fP contain scripts run when a chroot is created and destroyed, and entered and left, respectively. Several environment variables |