.PP
This group of buttons,
"AUTHORS", "SHORT DESCRIPTION", "LONG  DESCRIPTION",
"COMMAND EXAMPLES", "RESTRICTIONS", "MAN 1 SEE ALSO", or
"PROMPT ADDITIONS" are used to edit PS fields that
primarily affect the section 1 manual page of the
new routine that you are writing.  Below is a list
of each field with a description of what should
be in the field and what files created by \fBghostwriter\fP
are affected.
.SH
"AUTHORS" 
.LP
(-AUTHORS to -AUTHORS_END)
.PP
A single line of authors' names.  This field will be used in:
vnew.c, vnew.h, lvnew.c, vnew.3 and in all file headers.
.SH
"SHORT DESCRIPTION" 
.LP
(-SHORT_PROG_DESCRIPTION to  -SHORT_PROG_DESCRIPTION_END)
.PP
A short description of the purpose of the program.
MUST BE ONLY ONE LINE, I.E. ONLY ONE <CR>. 
CANNOT BE FORMATTED FOR NROFF!
This field will be used in:
vnew.c header and gw_usage and vnew.1.
.SH
"LONG DESCRIPTION" 
.LP
(-MAN1_LONG_DESCRIPTION to -MAN1_LONG_DESCRIPTION_END)
.PP
A more detailed description of the program, to
appear in the man1 page for the routine.
May be as long & complex as necessary or desired.
Formatting for nroff should start with .I followed
by program name; use .LP for new paragraphs.
Use .IP for lists, .RS and .RE for indenting,
and .DS/.DE for non-formatted sections.
This field will be used in: vnew.1.
.SH
"COMMAND EXAMPLES" 
.LP
(-MAN1_EXAMPLES to  -MAN1_EXAMPLES_END)
.PP
Give at least one example, possibly the one
you actually used to test the program.
This field will be used in: vnew.1.
.SH
"RESTRICTIONS" 
.LP
( -MAN1_RESTRICTIONS to -MAN1_RESTRICTIONS_END)
.PP
List any restrictions or limitations of the program such as
illegal data types.
This field will be used in: vnew.1.
.SH
"MAN 1 SEE ALSO" 
.LP
(-MAN1_SEE_ALSO to -MAN1_SEE_ALSO_END)
.PP
Any other documentation that may be used as a reference.
The library lvnew.3 file, as well as intro(1), verror(3), and 
vutils(3) will be included automatically.
This field will be used in: vnew.1.
.SH
"PROMPT ADDITIONS" 
.LP
(-USAGE_ADDITIONS to -USAGE_ADDITIONS_END)
.PP
Any additional statements to be included in the gw_usage() routine.
Must be correct C syntax.
This field will be used in: vnew.c (gw_usage).
