diff options
author | obrien <obrien@FreeBSD.org> | 2000-12-09 19:03:21 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-12-09 19:03:21 +0000 |
commit | 31a5760aa216950ac801c484069ce13595dfdae9 (patch) | |
tree | 0330528b41b92dc63b20c3b219d6f3cfba10e807 /usr.bin/indent | |
parent | 27bb2ad1a8c5b1052a917b2cc11bffd46d0bf2b0 (diff) | |
download | FreeBSD-src-31a5760aa216950ac801c484069ce13595dfdae9.zip FreeBSD-src-31a5760aa216950ac801c484069ce13595dfdae9.tar.gz |
The options I added where not formated to new manpage style specs.
Diffstat (limited to 'usr.bin/indent')
-rw-r--r-- | usr.bin/indent/indent.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index d03a15f..58c5c13 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -248,11 +248,14 @@ 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, +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. +should be used. +Block comments are then handled like box comments. The default is .Fl fcb . .It Fl i Ns Ar n |