File indent-2.2.10-man.diff of Package indent (Revision ac730aeed536ab644bbc3a2bd234d6e0)
Currently displaying revision ac730aeed536ab644bbc3a2bd234d6e0 , Show latest
52
1
--- doc/indent.texinfo
2
+++ doc/indent.texinfo
3
4
5
@kindex -ce
6
@kindex --cuddle-else
7
-@kindex -dce
8
+@kindex -nce
9
@kindex --dont-cuddle-else
10
If you are using the @option{-br} option, you probably want to also use
11
the @option{-ce} option. This causes the @code{else} in an if-then-else
12
13
Leave space between @samp{#} and preprocessor directive.@*
14
@xref{Indentation}.
15
16
+@item -nlps
17
+@itemx --remove-preprocessor-space
18
+Remove space between @samp{#} and preprocessor directive.@*
19
+@xref{Indentation}.
20
+
21
@item -nbad
22
@itemx --no-blank-lines-after-declarations
23
Do not force blank lines after declarations.@*
24
25
Specify the indentation for preprocessor conditional statements.
26
@xref{Indentation}.
27
28
+@item -ppi@var{n}
29
+@itemx --preprocessor-indentation@var{n}
30
+Request indentation of preprocessor conditional statements.@*
31
+@xref{Indentation}.
32
+
33
@item -prs
34
@itemx --space-after-parentheses
35
Put a space after every '(' and before every ')'.@*
36
37
\line{ --preprocessor-indentation \leaderfill -ppi@var{n}\ }
38
\line{ --preserve-mtime \leaderfill -pmt\ }
39
\line{ --procnames-start-lines \leaderfill -psl\ }
40
+\line{ --remove-preprocessor-space \leaderfill -nlps\ }
41
\line{ --space-after-cast \leaderfill -cs\ \ }
42
\line{ --space-after-for \leaderfill -saf\ }
43
\line{ --space-after-if \leaderfill -sai\ }
44
45
--preserve-mtime -pmt
46
--preprocessor-indentation -ppi@var{n}
47
--procnames-start-lines -psl
48
+--remove-preprocessor-space -nlps
49
--space-after-cast -cs
50
--space-after-for -saf
51
--space-after-if -sai
52