summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey>2003-03-03 21:30:37 +0000
committerjoey <joey>2003-03-03 21:30:37 +0000
commit3aa6fbb20465d16cf23e1607b078ed3cedf95ebe (patch)
tree1734631097fb2beec39ee25db51706f2a05f385a /doc
parent52eff396c8a1595a3d2940ac70bf3cc2b9cec798 (diff)
r576: * Rename debhelper.1 to debhelper.7.
* Typo, Closes: #183267
Diffstat (limited to 'doc')
-rw-r--r--doc/PROGRAMMING2
-rw-r--r--doc/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING
index d90d50ca..2fbf7378 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -19,7 +19,7 @@ have a lot of noise output when all the debhelper commands in a debian/rules
are run, so the important stuff is clearly visible.
Debhelper programs should accept all options listed in the "SHARED
-DEBHELPER OPTIONS" section of debhelper(1), including and any long forms of
+DEBHELPER OPTIONS" section of debhelper(7), including and any long forms of
these options, like --verbose . If necessary, the options may be ignored.
If debhelper commands need config files, they should use
diff --git a/doc/README b/doc/README
index a257052b..cffbea28 100644
--- a/doc/README
+++ b/doc/README
@@ -1 +1 @@
-Please see the debhelper(1) man page for documentation.
+Please see the debhelper(7) man page for documentation.