* docutils/writers/manpage.py
[docutils.git] / sandbox / manpage-writer / expected / optionstoo.man
blobfb8c08d0a4f985a6031806beb69766e8c9544c66
1 .\" Man page generated from reStructuredText.
4 .nr rst2man-indent-level 0
6 .de1 rstReportMargin
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
15 .de1 INDENT
16 .\" .rstReportMargin pre:
17 . RS \\$1
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
20 .\" .rstReportMargin post:
22 .de UNINDENT
23 . RE
24 .\" indent \\n[an-margin]
25 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
26 .nr rst2man-indent-level -1
27 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28 .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
30 .TH "REGRESSION-380"  "" "" ""
31 .SH NAME
32 regression-380 \- regression test for BUG#380
33 .sp
34 #380 manpage writer does not add space after .B
35 .sp
36 \&... somewhere in the sphinx pipeline something is ... failing
37 .sp
38 Maybe the \fBinstall\fP subparser is a problem.
39 .sp
40 Input extracted with standard argparse \-\-\-
41 .sp
42 usage: tmpmain.py [\-h] [\-\-general GENERAL] foo bar {install} ...
43 .INDENT 0.0
44 .TP
45 .B positional arguments:
46 foo                   foo help
47 bar
48 {install}
49 .IP "System Message: ERROR/3 (input/optionstoo.txt:, line 23)"
50 Unexpected indentation.
51 .INDENT 7.0
52 .INDENT 3.5
53 install             install help
54 .UNINDENT
55 .UNINDENT
56 .TP
57 .B optional arguments:
58 .INDENT 7.0
59 .TP
60 .B  \-h\fP,\fB  \-\-help
61 show this help message and exit
62 .TP
63 .BI \-\-general \ GENERAL\fR,\fB \ \-G \ GENERAL
64 General option
65 .TP
66 .BI \-o \ FILE\fR,\fB \ \-\-ouput \ FILE
67 output file
68 .UNINDENT
69 .UNINDENT
70 .sp
71 NOTE \(dqshow\(dq \(dqGeneral\(dq and \(dqoutput\(dq on same column.
72 .\" Generated by docutils manpage writer.