summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/indent.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/indent.1')
-rw-r--r--usr.bin/indent/indent.110
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1
index 59ab94d..d03a15f 100644
--- a/usr.bin/indent/indent.1
+++ b/usr.bin/indent/indent.1
@@ -63,6 +63,7 @@
.Op Fl \&di Ns Ar n
.Bk -words
.Op Fl fc1 | Fl nfc1
+.Op Fl fcb | Fl nfcb
.Ek
.Op Fl i Ns Ar n
.Op Fl \&ip | Fl nip
@@ -245,6 +246,15 @@ hand formatted by the programmer. In such cases,
should be
used. The default is
.Fl fc1 .
+.It Fl fcb , nfcb
+Enables (disables) the formatting of block comments (ones that begin
+with `/*\\n'). Often, block comments have been not so carefully hand
+formatted by the programmer, but reformatting that would just change
+the line breaks is not wanted. In such cases,
+.Fl nfcb
+should be used. Block comments are then handled like box comments.
+The default is
+.Fl fcb .
.It Fl i Ns Ar n
The number of spaces for one indentation level. The default is 8.
.It Fl \&ip , nip
OpenPOWER on IntegriCloud