File: 03_manpage.diff

package info (click to toggle)
python-django 1.4.5-1%2Bdeb7u16
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 44,168 kB
  • sloc: python: 140,205; xml: 659; makefile: 160; sh: 145; sql: 7
file content (23 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Update manual page to refer to django-admin instead of django-admin.py
 Update the manual page to speak of django-admin instead of
 django-admin.py as that's the name used by the Debian package.
 .
 This is a Debian specific patch.
Forwarded: not-needed
Author: Brett Parker <iDunno@sommitrealweird.co.uk>
Origin: vendor

--- a/docs/man/django-admin.1
+++ b/docs/man/django-admin.1
@@ -1,8 +1,8 @@
-.TH "django-admin.py" "1" "March 2008" "Django Project" ""
+.TH "django-admin" "1" "March 2008" "Django Project" ""
 .SH "NAME"
-django\-admin.py \- Utility script for the Django Web framework
+django\-admin \- Utility script for the Django Web framework
 .SH "SYNOPSIS"
-.B django\-admin.py
+.B django\-admin
 .I <action>
 .B [options]
 .sp