~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/doc_generate/autodoc_man.py

  • Committer: Ian Clatworthy
  • Date: 2009-09-09 00:49:50 UTC
  • mto: (4634.37.2 prepare-2.0)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: ian.clatworthy@canonical.com-20090909004950-43z4zdicb5u91iet
tweak quick reference naming to make it consistent with other PDFs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2005-2010 Canonical Ltd
 
1
# Copyright (C) 2005 Canonical Ltd
2
2
 
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
171
171
man_head = """\
172
172
.TH bzr 1 "%(datestamp)s" "%(version)s" "Bazaar"
173
173
.SH "NAME"
174
 
%(bzrcmd)s - Bazaar next-generation distributed version control
 
174
Bazaar (%(bzrcmd)s) - next-generation distributed version control
175
175
.SH "SYNOPSIS"
176
176
.B "%(bzrcmd)s"
177
177
.I "command"
241
241
.br
242
242
log10 = log --short -r -10..-1
243
243
.SH "SEE ALSO"
244
 
.UR http://www.bazaar.canonical.com/
245
 
.BR http://www.bazaar.canonical.com/
 
244
.UR http://www.bazaar-vcs.org/
 
245
.BR http://www.bazaar-vcs.org/
246
246
"""
247
247