Document recently acquired options.

PR:		67983
Submitted by:	Chip Norkus <wd@teleri.net>
MFC after:	2 weeks
This commit is contained in:
Jens Schweikhardt 2004-06-29 18:57:13 +00:00
parent 9c762229f3
commit 5ac16458a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131278

View File

@ -62,6 +62,7 @@
.Op Fl d Ns Ar n
.Op Fl \&di Ns Ar n
.Bk -words
.Op Fl fbs | Fl nfbs
.Op Fl fc1 | Fl nfc1
.Op Fl fcb | Fl nfcb
.Ek
@ -80,6 +81,7 @@
.Ek
.Op Fl \&st
.Op Fl troff
.Op Fl ut | Fl nut
.Op Fl v | Fl \&nv
.Sh DESCRIPTION
The
@ -243,6 +245,11 @@ will have the same indentation as the preceding
.Ic \&if
statement. The default is
.Fl ei .
.It Fl fbs , nfbs
Enables (disables) splitting the function declaration and opening brace
across two lines.
The default is
.Fl fbs .
.It Fl fc1 , nfc1
Enables (disables) the formatting of comments that start in column 1.
Often, comments whose leading `/' is in column 1 have been carefully
@ -366,6 +373,11 @@ listing in much the same spirit as
.Xr vgrind 1 .
If the output file is not specified, the default is standard output,
rather than formatting in place.
.It Fl ut , nut
Enables (disables) the use of tab characters in the output.
Tabs are assumed to be aligned on columns divisble by 8.
The default is
.Fl ut .
.It Fl v , \&nv
.Fl v
turns on `verbose' mode;