summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2011-05-30 10:52:24 -0400
committerClint Adams <clint@debian.org>2011-05-30 10:52:24 -0400
commit34665ef5135a6b15238fbfb924de2b3bd7fc7bfc (patch)
tree4fcf43b56e2315b926ba96b0016818692ea920fa
parent67066c0d10679cb41f05954102adbb567be91a23 (diff)
downloaddebianutils-34665ef5135a6b15238fbfb924de2b3bd7fc7bfc.tar.gz
ischroot.1: correct root/non-root logic claims. closes: #628465.
-rw-r--r--ischroot.110
1 files changed, 5 insertions, 5 deletions
diff --git a/ischroot.1 b/ischroot.1
index 7a84c09..99ef40a 100644
--- a/ischroot.1
+++ b/ischroot.1
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH ISCHROOT 1 "17 May 2011" "Debian"
+.TH ISCHROOT 1 "30 May 2011" "Debian"
.SH NAME
ischroot \- detect if running in a chroot
.SH SYNOPSIS
@@ -17,8 +17,8 @@ if currently running in a chroot
if currently not running in a chroot
.TP
2
-if the detection is not possible (On GNU/Linux in happens if the script
-is not run as root).
+if the detection is not possible (On GNU/Linux this happens if the
+script is not run as root).
.SH OPTIONS
.TP
.B "-f, --default-false "
@@ -33,5 +33,5 @@ Print a usage message on standard output and exit successfully.
.B "--version"
Print version information on standard output and exit successfully.
.SH BUGS
-On GNU/Linux, chroot detection is not possible as root. This works correctly
-on GNU/Hurd and GNU/kFreeBSD.
+On GNU/Linux, chroot detection is not possible when not root. This
+works correctly on GNU/Hurd and GNU/kFreeBSD.