summaryrefslogtreecommitdiff
path: root/dh_testroot.1
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:56:24 +0000
committerjoey <joey>1999-08-17 04:56:24 +0000
commite348bcc96f206a25afc2ad1d4f004c74b7f8ab37 (patch)
tree6e7a8eb3621fc7b4ba2727b187e4a6a7b9c321cd /dh_testroot.1
parentaec37078c45ab2dc23bfb7bb9bde2c5d130d663f (diff)
downloaddebhelper-e348bcc96f206a25afc2ad1d4f004c74b7f8ab37.tar.gz
r104: Initial Import
Diffstat (limited to 'dh_testroot.1')
-rw-r--r--dh_testroot.119
1 files changed, 10 insertions, 9 deletions
diff --git a/dh_testroot.1 b/dh_testroot.1
index 605dae4c..6fcdf4f2 100644
--- a/dh_testroot.1
+++ b/dh_testroot.1
@@ -1,9 +1,9 @@
-.TH DH_TESTROOT 1
+.TH DH_TESTROOT 1 "" "Debhelper Commands" "Debhelper Commands"
.SH NAME
dh_testroot \- ensure that a package is built as root
.SH SYNOPSIS
.B dh_testroot
-.I "[-v]"
+.I "[debhelper options]"
.SH "DESCRIPTION"
dh_testroot simply checks to see if you are root. If not, it exits with an
error. Debian packages must be built as root, though you can use
@@ -11,14 +11,15 @@ error. Debian packages must be built as root, though you can use
to work around this.
.SH OPTIONS
.TP
-.B \-v, \--verbose
-Verbose mode; show all commands that modify the package build directory.
-This currently has no effect.
+.B debhelper options
+See
+.BR debhelper (1)
+for a list of options common to all debhelper commands.
.SH ENVIRONMENT
-.TP
-.I DH_VERBOSE
-Enables verbose mode.
+See
+.BR debhelper (1)
+for a list of environment variables that affect all debhelper commands.
.SH "SEE ALSO"
-.BR /usr/doc/debhelper/README
+.BR debhelper (1)
.SH AUTHOR
Joey Hess <joeyh@master.debian.org>