View | Details | Raw Unified | Return to bug 165009
Collapse All | Expand All

(-)indent.1 (+10 lines)
Lines 43-48 Link Here
43
.Sh SYNOPSIS
43
.Sh SYNOPSIS
44
.Nm
44
.Nm
45
.Op Ar input_file Op Ar output_file
45
.Op Ar input_file Op Ar output_file
46
.Op Fl bacc | Fl nbacc
46
.Op Fl bad | Fl nbad
47
.Op Fl bad | Fl nbad
47
.Op Fl bap | Fl nbap
48
.Op Fl bap | Fl nbap
48
.Bk -words
49
.Bk -words
Lines 125-130 Link Here
125
The options listed below control the formatting style imposed by
126
The options listed below control the formatting style imposed by
126
.Nm .
127
.Nm .
127
.Bl -tag -width Op
128
.Bl -tag -width Op
129
.It Fl bacc , nbacc
130
If
131
.Fl bacc
132
is specified, a blank line is forced around every conditional
133
compilation block.
134
For example, in front of every #ifdef and after every #endif.
135
Other blank lines surrounding such blocks will be swallowed.
136
Default:
137
.Fl nbacc  .
128
.It Fl bad , nbad
138
.It Fl bad , nbad
129
If
139
If
130
.Fl bad
140
.Fl bad

Return to bug 165009