diff options
author | kiko%async.com.br <> | 2004-07-16 12:41:48 +0200 |
---|---|---|
committer | kiko%async.com.br <> | 2004-07-16 12:41:48 +0200 |
commit | eaf6614ce811c9c8974f18d77f028e10bee8b497 (patch) | |
tree | b016ea1c1d6ab49a6e791f865570a12381229260 /contrib/bugzilla-submit | |
parent | bfd3fae5bf13d17ca7347dc8757f08fcb781ecd5 (diff) | |
download | bugzilla-eaf6614ce811c9c8974f18d77f028e10bee8b497.tar.gz bugzilla-eaf6614ce811c9c8974f18d77f028e10bee8b497.tar.xz |
More manpage fixage: make screen sections indent and format properly. For
some reason, they need indentation to look good in the generated nroff
format.
Diffstat (limited to 'contrib/bugzilla-submit')
-rw-r--r-- | contrib/bugzilla-submit/bugzilla-submit.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/bugzilla-submit/bugzilla-submit.xml b/contrib/bugzilla-submit/bugzilla-submit.xml index 5b4b4771e..17ea56cbd 100644 --- a/contrib/bugzilla-submit/bugzilla-submit.xml +++ b/contrib/bugzilla-submit/bugzilla-submit.xml @@ -199,9 +199,10 @@ there are "john@doe.com" and "foo", respectively, your <filename>.netrc</filename> entry should look something like:</para> <screen> -machine "http://landfill.bugzilla.org/bztest/" -login john@doe.com -password foo + machine "http://landfill.bugzilla.org/bztest/" + login john@doe.com + password foo + </screen> <para>Note that the machine entry should match exactly the instance URL |