~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/doc_generate/autodoc_man.py

  • Committer: Alexander Belchenko
  • Date: 2006-07-30 07:23:36 UTC
  • mto: (1711.2.111 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060730072336-3e9fd7ddb67b5f47
More branding: bazaar-ng -> Bazaar; bazaar-ng.org -> bazaar-vcs.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
 
139
139
 
140
140
man_preamble = """\
141
 
Man page for %(bzrcmd)s (bazaar-ng)
 
141
Man page for Bazaar (%(bzrcmd)s)
142
142
.\\\"
143
143
.\\\" Large parts of this file are autogenerated from the output of
144
144
.\\\"     \"%(bzrcmd)s help commands\"
150
150
 
151
151
 
152
152
man_head = """\
153
 
.TH bzr 1 "%(datestamp)s" "%(version)s" "bazaar-ng"
 
153
.TH bzr 1 "%(datestamp)s" "%(version)s" "Bazaar"
154
154
.SH "NAME"
155
 
%(bzrcmd)s - bazaar-ng next-generation distributed version control
 
155
Bazaar (%(bzrcmd)s) - next-generation distributed version control
156
156
.SH "SYNOPSIS"
157
157
.B "%(bzrcmd)s"
158
158
.I "command"
167
167
.B "help"
168
168
.I "command"
169
169
.SH "DESCRIPTION"
170
 
bazaar-ng (or
 
170
Bazaar (or
171
171
.B "%(bzrcmd)s"
172
172
) is a project of Canonical to develop an open source distributed version control system that is powerful, friendly, and scalable. Version control means a system that keeps track of previous revisions of software source code or similar information and helps people work on it in teams.
173
173
"""