Index: bcpp-20180401/txtdocs/bcpp.1
===================================================================
--- bcpp-20180401.orig/txtdocs/bcpp.1
+++ bcpp-20180401/txtdocs/bcpp.1
@@ -2,6 +2,102 @@
 .TH "C++ Beautifier"
 .SH NAME
 \fBbcpp\fP \- make C++ beautifier
+.SH SYNOPSIS
+.B bcpp
+[\fI-bcl\fR]
+[\fI-bnl\fR]
+[\fI-cc\fR <num>]
+[\fI-f\fR <num>]
+ [\fI-fi\fR <input file name>]
+[\fI-fnc\fR <custom config file>]
+[\fI-fo\fR <output file name>]
+[\fI-h\fR]
+[\fI-i\fR <num>]
+[\fI-lg\fR]
+[\fI-nc\fR]
+[\fI-qb\fR]
+[\fI-s\fR]
+[\fI-t\fR]
+[\fI-tbcl\fR]
+[\fI-tbnl\fR]
+[<other options>]
+[<input file name>] [<output file name>]
+.SH GENERAL OPTIONS
+.TP
+\fB\-bcl\fR
+Open braces on code line
+.TP
+\fB\-bnl\fR
+Open braces on new line
+.TP
+\fB\-cc <num>\fR
+Column to align comments with code
+.TP
+\fB\-f <num>\fR
+Function line spacing
+.TP
+\fB\-fi <string>\fR
+Input file name
+.TP
+\fB\-fnc <string>\fR
+Load custom configuration file
+.TP
+\fB\-fo <string>\fR
+Output file name
+.TP
+\fB\-h\fR, \fB\-?\fR
+Display help message
+.TP
+\fB\-i <num>\fR
+Indent space length
+.TP
+\fB\-lg\fR
+Leave graphic chars
+.TP
+\fB\-nc\fR <num>\fR
+Column to align comments with no code
+.TP
+\fB\-qb\fR <num>\fR
+Define internal queue buffer size
+.TP
+\fB\-s\fR
+Use spaces in indenting
+.TP
+\fB\-t\fR
+Use tabs in indenting
+.TP
+\fB\-tbcl\fR
+Top-level open braces on code line
+.TP
+\fB\-tbnl\fR
+Top-level open braces on new line
+.PP
+.SH ENABLE/DISABLE OPTIONS
+Options beginning with \-y or \-n enable/disable functions, respectively.
+.TP
+\fB\-ya\fR or \fB\-na\fR
+Open braces on code line
+.TP
+\fB\-yb\fR or \fB\-nb\fR
+Backup input file with .bac extension
+.TP
+\fB\-ybbi\fR or \fB\-nbbi\fR
+Indent both braces of a block
+.TP
+\fB\-ybi\fR or \fB\-nbi\fR
+Indent trailing brace of block
+.TP
+\fB\-ykcwc\fR or \fB\-nkcwc\fR
+Keep comments with Code
+.TP
+\fB\-ylcnc\fR or \fB\-nlcnc\fR
+Leave comments with NoCode
+.TP
+\fB\-yo\fR or \fB\-no\fR
+Program output
+.TP
+\fB\-yq\fR or \fB\-nq\fR
+Change non-ASCII chars in quotes to octal
 .SH OVERVIEW
 This program enables a user to reformat certain elements of a C,
 or C++ source code. This helps if one person's code is a little
@@ -512,4 +608,4 @@ the specifications given via the configu
 reconstructed output of source code that have been processed. Any
 damage that might arise from the use of this program (be it
 software, or hardware) is the problem of user, and not the
-authors. Using this software binds you to this disclaimer.
\ No newline at end of file
+authors. Using this software binds you to this disclaimer.=
\ No newline at end of file
