.PP
This group of buttons,
"LIB SHORT DESCRP", "MAN 3 DESCRP", "MAN 3 SEE ALSO",
"LIB RESTRICTIONS", "LIB MODIFICATION", "INPUT ARGUMENTS", or
"OUTPUT ARGUMENTS"
are used to edit PS fields that
primarily affect the section 3 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
"LIB SHORT DESCRP" 
.LP
(-SHORT_LIB_DESCRIPTION to -SHORT_LIB_DESCRIPTION_END)
.PP
A short description of the purpose of the library
routine.  MUST BE ONLY ONE LINE, I.E. ONLY ONE <CR>.
CANNOT BE FORMATTED FOR NROFF!
This field affects: lvnew.c (header) and lvnew.3.
.SH
"MAN 3 DESCRP" 
.LP
(-MAN3_LONG_DESCRIPTION to -MAN3_LONG_DESCRIPTION_END)
.PP
A detailed description of the library routine to appear in the man3
page for the library call. See formatting notes for -MAN1_LONG_DESCRIPTION.
This field affects: lvnew.3.
.SH
"MAN 3 SEE ALSO" 
.LP
(-MAN3_SEE_ALSO to -MAN3_SEE_ALSO_END)
.PP
Any other documentation to be used as reference in lvnew.3.  vnew.1, intro(3), vipl(3), 
verror(3), and vutils(3) will be included automatically.
This field affects: lvnew.3.
.SH
"LIB RESTRICTIONS" 
.LP
(-MAN3_RESTRICTIONS to -MAN3_RESTRICTIONS_END)
.PP
List any restrictions, limitations on the library
routine.  Document any known bugs here.
This field affects: lvnew.3.
.SH
"INPUT ARGUMENTS" 
.LP
(-LIBRARY_INPUT to -LIBRARY_INPUT_END)
.PP
A short description of each input to the library
routine.  No longer than a short blurb for each.
Formatting for nroff: "IP 'input variable' 15.
Put description on the following line, etc.
This field affects: lvnew.c (header) and lvnew.3.
.SH
"OUTPUT ARGUMENTS" 
.LP
(-LIBRARY_OUTPUT to -LIBRARY_OUTPUT_END)
.PP
A short description of each output from the library
routine.  No longer than a short blurb for each.
Don't forget to include mention of the return value!
Formatting for nroff: "IP 'input variable' 15.
Put description on the following line, etc.
This field affects: lvnew.c (header) and lvnew.3.
.SH
"LIB MODIFICATION" 
.LP
(-LIBRARY_MODS to -LIBRARY_MODS_END)
.PP
A short description of each new modification to the
library routine in the form:  name (date) - change.
May be formatted for nroff.  Use  !!date  to include
the current date.
This field affects: lvnew.c (header) and lvnew.3.
