Author: Alastair McKinstry <mckinstry@debian.org>
Description: Manual page fixes for Ncl. Needed for 'whatis' and 'apropos'
 to work correctly.
Last-Updated: 2017-07-31
Forwarded: no

Index: ncl-6.4.0/ncarview/man/ctrans.m
===================================================================
--- ncl-6.4.0.orig/ncarview/man/ctrans.m
+++ ncl-6.4.0/ncarview/man/ctrans.m
@@ -47,7 +47,7 @@ ctrans \- a Computer Graphics Metafile (
 .I device\-specific options
 ] 
 [
-.B - 
+.B \- 
 | 
 .I metafile ...
 ]
@@ -95,8 +95,8 @@ and
 .BR xwd .
 The device specifier for these raster
 formats is the name of the format. For example
-"-d xwd" specifies translation to an xwd formatted raster file.
-Additionally, a clear text driver, "-d CTXT",
+"\-d xwd" specifies translation to an xwd formatted raster file.
+Additionally, a clear text driver, "\-d CTXT",
 is available on any terminal. 
 Not all of the aforementioned devices
 may be supported by your particular configuration of 
@@ -107,7 +107,7 @@ command.
 .PP
 .B ctrans
 will read from the standard input if no metafile name is specified or the
-the name specified is `-'.
+the name specified is `\-'.
 .PP
 .SH OPTIONS
 .TP
@@ -212,7 +212,7 @@ On devices which support line width scal
 within the metafile will be scaled by 
 .BR scale .
 This option is subject to modification by the 
-.BR -lmin " and " -lmax 
+.BR \-lmin " and " \-lmax 
 options.
 .TP
 .BI \-movie " time"
@@ -270,7 +270,7 @@ Suppress reporting of non-fatal (warning
 messages; only fatal error messages are
 reported.
 .TP
-.B -record 
+.B \-record 
 < 
 .I "record_number... " 
 >
@@ -320,7 +320,7 @@ option may be used to change the default
 specify the lower left corner of the device in normalized coordinates.
 .IR urx " and " ury
 specify the upper right corner of the device in normalized coordinates.
-For example, \fB-viewport 0.0 0.0 0.5 0.5\fR, specifies the lower left 
+For example, \fB\-viewport 0.0 0.0 0.5 0.5\fR, specifies the lower left 
 corner of the device. 
 .TP
 .BI \-window " llx:lly:urx:ury"
@@ -354,7 +354,7 @@ the
 .BR gcaps(1NCARG)
 command for a list of graphcap-driven devices):
 .TP
-.B -simulatebg
+.B \-simulatebg
 Simulate CGM background color requests by drawing a large filled rectangle 
 of the appropriate color. This option is useful for devices such as
 color PostScript printers which have no concept of background color.
@@ -434,7 +434,7 @@ cannot receive X events from the drawing
 .B ctrans 
 cannot use
 "mouse clicks" as a signal to advance frames. For this reason the
-.B -pause
+.B \-pause
 option is useful to prevent 
 .B ctrans
 from processing the entire metafile without pausing between frames.
@@ -569,7 +569,7 @@ TEKTRONIX 4107 terminal, use the followi
 .sp
 .ti +0.5i
 % 
-.B ctrans -d t4107 gmeta
+.B ctrans \-d t4107 gmeta
 .br
 .PP
 If this device is already defined by the GRAPHCAP environment variable,
@@ -585,7 +585,7 @@ frame starting in the third record, call
 .sp
 .ti +0.5i
 % 
-.B "ctrans -record 3 -d t4107 gmeta"
+.B "ctrans \-record 3 \-d t4107 gmeta"
 .br
 .PP
 To examine the metafile
@@ -596,7 +596,7 @@ element data being displayed:
 .sp
 .ti +0.5i
 % 
-.B "ctrans -d CTXT -Data -Para gmeta"
+.B "ctrans \-d CTXT \-Data \-Para gmeta"
 .PP
 To render the metafile 
 .B gmeta 
@@ -605,7 +605,7 @@ dimension in the lower right corner of y
 .sp
 .ti +0.5i
 %
-.B "ctrans -d X11 -geometry 512x512-0-0 gmeta"
+.B "ctrans \-d X11 \-geometry 512x512-0-0 gmeta"
 .PP
 To rasterize the contents of the metafile  
 .B gmeta
@@ -613,7 +613,7 @@ at a resolution of 1024x1024 pixels, cal
 .sp
 .ti +0.5i
 % 
-.B "ctrans -d xwd -res 1024x1024 > raster.xwd"
+.B "ctrans \-d xwd \-res 1024x1024 > raster.xwd"
 .sp
 .br
 The raster output is in X11 "xwd" format and is sent to the file
@@ -625,7 +625,7 @@ and display it in an X window, call:
 .sp
 .ti +0.5i
 % 
-.B "ctrans -d X11 -window 0.5:0.5:1.0:1.0"
+.B "ctrans \-d X11 \-window 0.5:0.5:1.0:1.0"
 .sp
 .br
 .SH ENVIRONMENT
Index: ncl-6.4.0/ncarg2d/man/gks/gtx.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gtx.m
+++ ncl-6.4.0/ncarg2d/man/gks/gtx.m
@@ -3,9 +3,7 @@
 .\"
 .TH GTX 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GTX (Text) - The basic output primitive for drawing text.  A number 
-of attribute setting routines are available for selecting the size, font, 
-precision, orientation, color, character spacing, etc.
+GTX \- NCAR Graphics primitive for drawing text
 .SH SYNOPSIS
 CALL GTX (X, Y, STRING)
 .SH C-BINDING SYNOPSIS
@@ -13,6 +11,9 @@ CALL GTX (X, Y, STRING)
 .sp
 void gtext(const Gpoint *text_pos, const char *char_string);
 .SH DESCRIPTION
+GTX (Text) - The basic output primitive for drawing text.  A number 
+of attribute setting routines are available for selecting the size, font, 
+precision, orientation, color, character spacing, etc.
 .IP "X" 12
 (Real, Input) - The X world coordinate of the text 
 alignment of the first 
Index: ncl-6.4.0/ncarview/man/cgm2ncgm.m
===================================================================
--- ncl-6.4.0.orig/ncarview/man/cgm2ncgm.m
+++ ncl-6.4.0/ncarview/man/cgm2ncgm.m
@@ -4,7 +4,8 @@
 .\"	ncgm2cgm.l 3.00 10/5/89 NCAR View
 .TH NCAR2CGM 1NCARG "January 1993" NCARG "NCAR GRAPHICS"
 .SH NAME
-cgm2ncgm ncgm2cgm \- filter \fBNCAR CGM\fR to/from vanilla \fBCGM\fR
+cgm2ncgm \- filter NCAR CGM to/from vanilla CGM
+ncgm2cgm \- filter NCAR CGM to/from vanilla CGM
 .SH SYNOPSIS
 .B ncgm2cgm
 [\ \fB\-s\ \fIoutput block size\fR\ ]
Index: ncl-6.4.0/ncarview/man/ncgm2cgm.m
===================================================================
--- ncl-6.4.0.orig/ncarview/man/ncgm2cgm.m
+++ ncl-6.4.0/ncarview/man/ncgm2cgm.m
@@ -4,7 +4,8 @@
 .\"	ncgm2cgm.l 3.00 10/5/89 NCAR View
 .TH NCGM2CGM 1NCARG "January 1993" NCARG "NCAR GRAPHICS"
 .SH NAME
-cgm2ncgm ncgm2cgm \- filter \fBNCAR CGM\fR to/from vanilla \fBCGM\fR
+ncgm2cgm \- filter NCAR CGM to vanilla CGM
+cgm2ncgm \- filter NCAR CGM from vanilla CGM
 .SH SYNOPSIS
 .B ncgm2cgm
 [\ \fB\-s\ \fIoutput block size\fR\ ]
Index: ncl-6.4.0/ncarg2d/man/other/ncarg_gks.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/other/ncarg_gks.m
+++ ncl-6.4.0/ncarg2d/man/other/ncarg_gks.m
@@ -1,6 +1,6 @@
 .TH NCARG_GKS 1NCAR "January 1992" NCAR "NCAR GRAPHICS"
 .SH NAME
-NCAR Graphics GKS - Environment variables
+ncarg_gks \- NCAR Graphics GKS Environment variables
 .SH SYNOPSIS
 .sp
 A collection of environment variables allows you to control certain
Index: ncl-6.4.0/ncarg2d/man/gks/gactm.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gactm.m
+++ ncl-6.4.0/ncarg2d/man/gks/gactm.m
@@ -3,6 +3,8 @@
 .\"
 .TH GACTM 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
+gactm \- Accumulate (GKS) transformation matrix 
+.SH DESCRIPTION
 GACTM (Accumulate transformation matrix) - Constructs a GKS segment
 transformation matrix by starting with an existing matrix and composing it
 with a shift vector, a rotation angle, and X and Y scale factors to
Index: ncl-6.4.0/ncarg2d/man/gks/gacwk.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gacwk.m
+++ ncl-6.4.0/ncarg2d/man/gks/gacwk.m
@@ -3,8 +3,7 @@
 .\"
 .TH GACWK 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GACWK (Activate workstation) - 
-activates a GKS workstation.
+GACWK \- activates a GKS workstation.
 .SH SYNOPSIS
 CALL GACWK (WKID)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gca.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gca.m
+++ ncl-6.4.0/ncarg2d/man/gks/gca.m
@@ -3,6 +3,8 @@
 .\"
 .TH GCA 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
+GCA \- Draw a cell array
+.SH DESCRIPTION
 GCA (Cell array) - draws a cell array starting with a 
 rectangle specified by two corner points; this initial 
 rectangle is subdivided into subrectangles by 
Index: ncl-6.4.0/ncarg2d/man/gks/gclks.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gclks.m
+++ ncl-6.4.0/ncarg2d/man/gks/gclks.m
@@ -3,7 +3,7 @@
 .\"
 .TH GCLKS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GCLKS (Close GSK) - closes the GKS package.
+GCLKS \- closes the GKS package.
 .SH SYNOPSIS
 CALL GCLKS
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gksC/gaccum_tran_matrix.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gaccum_tran_matrix.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gaccum_tran_matrix.m
@@ -2,7 +2,9 @@
 .\"	$Id: gaccum_tran_matrix.m,v 1.17 2008-12-23 00:03:04 haley Exp $
 .\"
 .TH GACCUM_TRAN_MATRIX 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
-.SH NAME
+.SH NAME 
+GACCUM_TRAN_MATRIX \- Accumulate transformation matrix
+.SH DESCRIPTION
 gaccum_tran_matrix (Accumulate transformation matrix) - Constructs a GKS segment
 transformation matrix by starting with an existing matrix and composing it
 with a shift vector, a rotation angle, and X and Y scale factors to
Index: ncl-6.4.0/ncarg2d/man/gksC/gactivate_ws.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gactivate_ws.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gactivate_ws.m
@@ -2,7 +2,9 @@
 .\"	$Id: gactivate_ws.m,v 1.16 2008-12-23 00:03:04 haley Exp $
 .\"
 .TH GACTIVATE_WS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
-.SH NAME
+.SH NAME 
+gactivate_ws \- Activate a GKS workstation
+.SH DESCRIPTION
 gactivate_ws (Activate workstation) - 
 activates a GKS workstation.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gksC/gcell_array.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gcell_array.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gcell_array.m
@@ -3,6 +3,8 @@
 .\"
 .TH GCELL_ARRAY 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
+gcell_array \- Draw a Cell array from two corner points
+.SH DESCRIPTION
 gcell_array (Cell array) - draws a cell array starting with a 
 rectangle specified by two corner points; this initial 
 rectangle is subdivided into subrectangles by 
Index: ncl-6.4.0/ncarg2d/man/gksC/gclear_ws.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gclear_ws.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gclear_ws.m
@@ -3,7 +3,7 @@
 .\"
 .TH GCLEAR_WS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gclear_ws (Clear workstation) - clears a workstation.
+gclear_ws \- clears a workstation.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gclose_gks.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gclose_gks.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gclose_gks.m
@@ -3,7 +3,7 @@
 .\"
 .TH GCLOSE_GKS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gclose_gks (Close GSK) - closes the GKS package.
+gclose_gks \- closes the GKS package.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ngmath/man/csagrid/csagrid.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/csagrid/csagrid.m
+++ ncl-6.4.0/ngmath/man/csagrid/csagrid.m
@@ -5,6 +5,8 @@
 .na
 .nh
 .SH NAME
+csagrid \- cubic spline approximation 
+.SH DESCRIPTION
 Csagrid is a software package in the ngmath library that implements a 
 cubic spline approximation algorithm to fit a function to input data. 
 The input for the approximation is a set of randomly-spaced data. These 
Index: ncl-6.4.0/ngmath/man/cssgrid/css_overview.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/cssgrid/css_overview.m
+++ ncl-6.4.0/ngmath/man/cssgrid/css_overview.m
@@ -5,6 +5,8 @@
 .na
 .nh
 .SH NAME
+cssgrid \- fit a tension spline interpolation to a function
+.SH DESCRIPTION
 Cssgrid is a software package in the ngmath library that implements a 
 tension spline interpolation algorithm to fit a function to input data
 randomly located on the surface of a sphere.
Index: ncl-6.4.0/ngmath/man/dsgrid/dsgrid.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/dsgrid/dsgrid.m
+++ ncl-6.4.0/ngmath/man/dsgrid/dsgrid.m
@@ -5,6 +5,8 @@
 .na
 .nh
 .SH NAME
+dsgrid \- grid 2D and 3D randomly-spaced data 
+.SH NAME
 Dsgrid is a package for gridding 3D and 2D randomly-spaced data using
 an inverse distance weighted average algorithm.  Single precision and double
 precision interfaces exist in both Fortran and C.  
Index: ncl-6.4.0/ngmath/man/dsgrid/dspnt2d.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/dsgrid/dspnt2d.m
+++ ncl-6.4.0/ngmath/man/dsgrid/dspnt2d.m
@@ -3,7 +3,7 @@
 .\"
 .TH DSPNT2D 3NCARG "September 1997-1998" UNIX "NCAR GRAPHICS"
 .SH NAME
-DSPNT2D- Interpolate at a single point (or points) in 2D in double precision
+DSPNT2D \- Interpolate at a single point (or points) in 2D in double precision
 .SH SYNOPSIS
 CALL DSPNT2D (N, X, Y, Z, M, XO, YO, ZO, IER)
 .SH DESCRIPTION
Index: ncl-6.4.0/ngmath/man/dsgrid/dspnt2s.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/dsgrid/dspnt2s.m
+++ ncl-6.4.0/ngmath/man/dsgrid/dspnt2s.m
@@ -3,7 +3,7 @@
 .\"
 .TH DSPNT2S 3NCARG "September 1997-1998" UNIX "NCAR GRAPHICS"
 .SH NAME
-DSPNT2S- Interpolate at a single point (or points) in 2D in single precision
+DSPNT2S \- Interpolate at a single point (or points) in 2D in single precision
 .SH SYNOPSIS
 CALL DSPNT2S (N, X, Y, Z, M, XO, YO, ZO, IER)
 .SH DESCRIPTION
Index: ncl-6.4.0/ngmath/man/dsgrid/dspnt3d.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/dsgrid/dspnt3d.m
+++ ncl-6.4.0/ngmath/man/dsgrid/dspnt3d.m
@@ -3,7 +3,7 @@
 .\"
 .TH DSPNT3D 3NCARG "September 1997-1998" UNIX "NCAR GRAPHICS"
 .SH NAME
-DSPNT3D- Interpolate at a single point (or points) in 3D in double precision
+DSPNT3D \- Interpolate at a single point (or points) in 3D in double precision
 .SH SYNOPSIS
 CALL DSPNT3D (N, X, Y, Z, U, M, XO, YO, ZO, UO, IER)
 .SH DESCRIPTION
Index: ncl-6.4.0/ngmath/man/dsgrid/dspnt3s.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/dsgrid/dspnt3s.m
+++ ncl-6.4.0/ngmath/man/dsgrid/dspnt3s.m
@@ -3,7 +3,7 @@
 .\"
 .TH DSPNT3S 3NCARG "September 1997-1998" UNIX "NCAR GRAPHICS"
 .SH NAME
-DSPNT3S- Interpolate at a single point (or points) in 3D in single precision
+DSPNT3S \- Interpolate at a single point (or points) in 3D in single precision
 .SH SYNOPSIS
 CALL DSPNT3S (N, X, Y, Z, U, M, XO, YO, ZO, UO, IER)
 .SH DESCRIPTION
Index: ncl-6.4.0/ngmath/man/fitgrid/c_ftsetfa.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/fitgrid/c_ftsetfa.m
+++ ncl-6.4.0/ngmath/man/fitgrid/c_ftsetfa.m
@@ -3,7 +3,7 @@
 .\"
 .TH c_ftsetfa 3NCARG "March 1998" UNIX "NCAR GRAPHICS"
 .SH NAME
-Set float valued array parameters
+c_ftsetfa \- Set float valued array parameters
 .SH FUNCTION PROTOTYPE
 int c_ftsetfa(char *pnam, int n, float *far);
 .SH SYNOPSIS
Index: ncl-6.4.0/ngmath/man/fitgrid/fitgrid.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/fitgrid/fitgrid.m
+++ ncl-6.4.0/ngmath/man/fitgrid/fitgrid.m
@@ -5,6 +5,8 @@
 .na
 .nh
 .SH NAME
+fitgrid \- interpolate 1d and 2d data
+.SH DESCRIPTION
 Fitgrid is a package for interpolating one dimensional and two 
 dimensional data. The package has the following functionality: 
 .br
Index: ncl-6.4.0/ncarg2d/man/gks/gclrwk.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gclrwk.m
+++ ncl-6.4.0/ncarg2d/man/gks/gclrwk.m
@@ -3,7 +3,7 @@
 .\"
 .TH GCLRWK 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GCLRWK (Clear workstation) - clears a workstation.
+GCLRWK \- clears a GKS workstation
 .SH SYNOPSIS
 CALL GCLRWK (WKID, COFL)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gclsg.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gclsg.m
+++ ncl-6.4.0/ncarg2d/man/gks/gclsg.m
@@ -3,7 +3,7 @@
 .\"
 .TH GCLSG 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GCLSG (Close segment) - closes a GKS segment.
+GCLSG  \- closes a GKS segment
 .SH SYNOPSIS
 CALL GCLSG
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gclwk.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gclwk.m
+++ ncl-6.4.0/ncarg2d/man/gks/gclwk.m
@@ -3,7 +3,7 @@
 .\"
 .TH GCLWK 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GCLWK (Close workstation) - closes a workstation.
+GCLWK \- closes a GKS workstation
 .SH SYNOPSIS
 CALL GCLWK (WKID)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gcrsg.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gcrsg.m
+++ ncl-6.4.0/ncarg2d/man/gks/gcrsg.m
@@ -3,7 +3,7 @@
 .\"
 .TH GCRSG 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GCRSG (Create segment) - creates a GKS segment.
+GCRSG \- creates a GKS segment
 .SH SYNOPSIS
 CALL GCRSG(SGNA)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gcsgwk.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gcsgwk.m
+++ ncl-6.4.0/ncarg2d/man/gks/gcsgwk.m
@@ -3,8 +3,7 @@
 .\"
 .TH GCSGWK 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GCSGWK (Copy segment to workstation) - copies a GKS segment to a GKS 
-workstation.
+GCSGWK \- copies a GKS segment to a GKS workstation
 .SH SYNOPSIS
 CALL GCSGWK(WKID,SGNA)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gdawk.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gdawk.m
+++ ncl-6.4.0/ncarg2d/man/gks/gdawk.m
@@ -3,7 +3,7 @@
 .\"
 .TH GDAWK 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GDAWK (Deactivate workstation) - deactivates a workstation.
+GDAWK \- deactivates a GKS  workstation
 .SH SYNOPSIS
 CALL GDAWK (WKID)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gdsg.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gdsg.m
+++ ncl-6.4.0/ncarg2d/man/gks/gdsg.m
@@ -3,7 +3,7 @@
 .\"
 .TH GDSG 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GDSG (Delete segment) - deletes a GKS segment.
+GDSG \- deletes a GKS segment
 .SH SYNOPSIS
 CALL GDSG(SGNA)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gesc.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gesc.m
+++ ncl-6.4.0/ncarg2d/man/gks/gesc.m
@@ -3,6 +3,8 @@
 .\"
 .TH GESC 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
+gesc \- Provide "Escape" for non-standard GKS features
+.SH DESCRIPTION
 GESC (Escape) - provides a standard way of implementing nonstandard 
 GKS features.  NCAR GKS has only two user-accessible escape functions
 defined: one for changing the name of a metafile and another for
Index: ncl-6.4.0/ncarg2d/man/gks/gevtm.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gevtm.m
+++ ncl-6.4.0/ncarg2d/man/gks/gevtm.m
@@ -3,6 +3,8 @@
 .\"
 .TH GEVTM 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
+gevtm \- Evaluate a transform matrix and construct GKS segment
+.SH DESCRIPTION
 GEVTM (Evaluate transformation matrix) - Constructs a GKS segment
 transformation matrix starting from a given point, a shift vector, a rotation
 angle, and X and Y scale factors.
Index: ncl-6.4.0/ncarg2d/man/gks/gfa.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gfa.m
+++ ncl-6.4.0/ncarg2d/man/gks/gfa.m
@@ -3,7 +3,7 @@
 .\"
 .TH GFA 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GFA (Fill area) - output primitive for filling polygonal areas.
+GFA \- output primitive for filling polygonal areas.
 .SH SYNOPSIS
 CALL GFA (N, X, Y)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gksC/gclose_seg.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gclose_seg.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gclose_seg.m
@@ -3,7 +3,7 @@
 .\"
 .TH GCLOSE_SEG 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gclose_seg (Close segment) - closes a GKS segment.
+gclose_seg  \- closes a GKS segment.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gclose_ws.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gclose_ws.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gclose_ws.m
@@ -3,7 +3,7 @@
 .\"
 .TH GCLOSE_WS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gclose_ws (Close workstation) - closes a workstation.
+gclose_ws \- closes a GKS workstation
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gcopy_seg_ws.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gcopy_seg_ws.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gcopy_seg_ws.m
@@ -3,8 +3,7 @@
 .\"
 .TH GCOPY_SEG_WS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gcopy_seg_ws (Copy segment to workstation) - copies a GKS segment to a GKS 
-workstation.
+gcopy_seg_ws \- copies a GKS segment to a GKS workstation
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gcreate_seg.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gcreate_seg.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gcreate_seg.m
@@ -3,7 +3,7 @@
 .\"
 .TH GCREATE_SEG 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gcreate_seg (Create segment) - creates a GKS segment.
+gcreate_seg \- creates a GKS segment
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gdeactivate_ws.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gdeactivate_ws.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gdeactivate_ws.m
@@ -3,7 +3,7 @@
 .\"
 .TH GDEACTIVATE_WS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gdeactivate_ws (Deactivate workstation) - deactivates a workstation.
+gdeactivate_ws \- deactivates a GKS workstation
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gdel_seg.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gdel_seg.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gdel_seg.m
@@ -3,7 +3,7 @@
 .\"
 .TH GDEL_SEG 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gdel_seg (Delete segment) - deletes a GKS segment.
+gdel_seg \- deletes a GKS segment
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gescape.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gescape.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gescape.m
@@ -3,6 +3,8 @@
 .\"
 .TH GESCAPE 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
+gescape \- Provide "Escape" mechanism for non-standard GKS features
+.SH DESCRIPTION
 gescape (Escape) - provides a standard way of implementing nonstandard 
 GKS features.  NCAR GKS has only two user-accessible escape functions
 defined: one for changing the name of a metafile and another for
Index: ncl-6.4.0/ncarg2d/man/gksC/geval_tran_matrix.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/geval_tran_matrix.m
+++ ncl-6.4.0/ncarg2d/man/gksC/geval_tran_matrix.m
@@ -3,6 +3,8 @@
 .\"
 .TH GEVAL_TRAN_MATRIX 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
+geval_tran_matrix \- Connstruct GKS segment by evaluating a transform matrix
+.SH DESCRIPTION
 geval_tran_matrix (Evaluate transformation matrix) - Constructs a GKS segment
 transformation matrix starting from a given point, a shift vector, a rotation
 angle, and X and Y scale factors.
Index: ncl-6.4.0/ncarg2d/man/gksC/gfill_area.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gfill_area.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gfill_area.m
@@ -3,7 +3,7 @@
 .\"
 .TH GFILL_AREA 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gfill_area (Fill area) - output primitive for filling polygonal areas.
+gfill_area  \- output primitive for filling polygonal areas.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_char_expan.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_char_expan.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_char_expan.m
@@ -3,6 +3,8 @@
 .\"
 .TH GINQ_CHAR_EXPAN 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
+ginq_char_expan \- Inquire Character expansion factor
+.SH DESCRIPTION
 ginq_char_expan (Inquire character expansion factor) - retrieves the current
 value of the character expansion factor.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_char_ht.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_char_ht.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_char_ht.m
@@ -3,7 +3,7 @@
 .\"
 .TH GINQ_CHAR_HT 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_char_ht (Inquire character height) - retrieves the current character height.
+ginq_char_ht \- retrieves the current character height.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_char_space.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_char_space.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_char_space.m
@@ -3,8 +3,7 @@
 .\"
 .TH GINQ_CHAR_SPACE 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_char_space (Inquire character spacing) - retrieves the current value for 
-character spacing.
+ginq_char_space \- retrieves the current value for character spacing
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_char_up_vec.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_char_up_vec.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_char_up_vec.m
@@ -3,8 +3,7 @@
 .\"
 .TH GINQ_CHAR_UP_VEC 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_char_up_vec (Inquire character up vector) - retrieves the current value of
-the character up vector.
+ginq_char_up_vec \- retrieves the current value of the character up vector
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_clip.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_clip.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_clip.m
@@ -3,6 +3,8 @@
 .\"
 .TH GINQ_CLIP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
+ginq_clip \- Inquire GKS clipping indicator
+.SH DESCRIPTION
 ginq_clip (Inquire clipping indicator) - retrieves the current value of the
 clipping indicator as well as the current clipping rectangle.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_colr_rep.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_colr_rep.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_colr_rep.m
@@ -3,6 +3,8 @@
 .\"
 .TH GINQ_COLR_REP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
+ginq_colr_rep \- Inquire GKS color representation
+.SH DESCRIPTION
 ginq_colr_rep (Inquire color representation) - retrieves the color value associated
 with a color index on a particular workstation.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_cur_norm_tran_num.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_cur_norm_tran_num.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_cur_norm_tran_num.m
@@ -3,6 +3,8 @@
 .\"
 .TH GINQ_CUR_NORM_TRAN_NUM 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
+ginq_cur_norm_tran_num \- Inquire current normalization transformation number
+.SH DESCRIPTION
 ginq_cur_norm_tran_num (Inquire current normalization transformation number) - retrieves
 the number of the current normalization transformation.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_fill_colr_ind.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_fill_colr_ind.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_fill_colr_ind.m
@@ -3,8 +3,7 @@
 .\"
 .TH GINQ_FILL_COLR_IND 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_fill_colr_ind (Inquire fill area color index) - retrieves the current fill
-area color index.
+ginq_fill_colr_ind \- retrieves the current fill area color index
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_fill_int_style.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_fill_int_style.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_fill_int_style.m
@@ -3,8 +3,7 @@
 .\"
 .TH GINQ_FILL_INT_STYLE 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_fill_int_style (Inquire fill area interior style) - retrieves the current 
-value for fill area interior style.
+ginq_fill_int_style \- retrieves the current value for fill area interior style
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_fill_style_ind.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_fill_style_ind.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_fill_style_ind.m
@@ -3,8 +3,7 @@
 .\"
 .TH GINQ_FILL_STYLE_IND 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_fill_style_ind (Inquire fill area style index) - retrieves the current value of
-the fill area style index.
+ginq_fill_style_ind \- retrieve the current value of the fill area style index
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_line_colr_ind.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_line_colr_ind.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_line_colr_ind.m
@@ -3,7 +3,7 @@
 .\"
 .TH GINQ_LINE_COLR_ind 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_line_colr_ind (Inquire polyline color index) - gets the polyline color index.
+ginq_line_colr_ind \- gets the polyline color index
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_linetype.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_linetype.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_linetype.m
@@ -3,7 +3,7 @@
 .\"
 .TH GINQ_LINETYPE 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_linetype (Inquire line type) - retrieves the current setting for linetype.
+ginq_linetype \- retrieves the current setting for linetype
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_linewidth.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_linewidth.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_linewidth.m
@@ -3,8 +3,7 @@
 .\"
 .TH GINQ_LINEWIDTH 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_linewidth (Inquire linewidth scale factor) - retrieves the current setting of the
-linewidth scale factor.
+ginq_linewidth \- retrieves the current setting of the linewidth scale factor
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_marker_colr_ind.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_marker_colr_ind.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_marker_colr_ind.m
@@ -3,7 +3,7 @@
 .\"
 .TH GINQ_MARKER_COLR_IND 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_marker_colr_ind (Inquire polymarker color index) - retrieves the polymarker color index.
+ginq_marker_colr_ind \- retrieves the polymarker color index
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_marker_size.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_marker_size.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_marker_size.m
@@ -3,8 +3,7 @@
 .\"
 .TH GINQ_MARKER_SIZE 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_marker_size (Inquire marker size scale factor) - retrieves the current value 
-for the polymarker size scale factor.
+ginq_marker_size \- retrieves the current value for the polymarker size scale factor
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_marker_type.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_marker_type.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_marker_type.m
@@ -3,7 +3,7 @@
 .\"
 .TH GINQ_MARKER_TYPE 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_marker_type (Inquire marker type) - retrieves the current value for the marker type.
+ginq_marker_type \- retrieves the current value for the marker type
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_max_norm_tran_num.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_max_norm_tran_num.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_max_norm_tran_num.m
@@ -3,8 +3,9 @@
 .\"
 .TH GINQ_MAX_NORM_TRAN_NUM 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_max_norm_tran_num (Inquire maximum normalization transformation number) - retrieves 
-the maximum number of supported normalization transformations.
+ginq_max_norm_tran_num \- Inquire maximum normalization transformation number
+.SH DESCRIPTION 
+ginq_max_norm_tran_num retrieves the maximum number of supported normalization transformations.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_name_open_seg.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_name_open_seg.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_name_open_seg.m
@@ -3,8 +3,7 @@
 .\"
 .TH GINQ_NAME_OPEN_SEG 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_name_open_seg (Inquire name of open segment) - returns the name of the currently
-open segment.
+ginq_name_open_seg \- returns the name of the currently open segment
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_norm_tran.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_norm_tran.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_norm_tran.m
@@ -3,6 +3,8 @@
 .\"
 .TH GINQ_NORM_TRAN 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
+ginq_norm_tran \- Inquire normalization transformation
+.SH DESCRIPTION
 ginq_norm_tran (Inquire normalization transformation) - retrieves the 
 window and viewport associated with a given normalization transformation. 
 Users of NCAR Graphics are encouraged to use the SPPS routines c_set
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_op_st.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_op_st.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_op_st.m
@@ -3,8 +3,7 @@
 .\"
 .TH GINQ_OP_ST 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_op_st (Inquire operating state value) - returns the operating state
-of GKS. 
+ginq_op_st \- returns the operating state of GKS
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_set_seg_names.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_set_seg_names.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_set_seg_names.m
@@ -3,8 +3,7 @@
 .\"
 .TH GINQ_SET_SEG_NAMES 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_set_seg_names (Inquire set of segment names in use) - Retrieves what segment
-names are currently in use.
+ginq_set_seg_names \- Retrieves what segment names are currently in use
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gks/gopks.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gopks.m
+++ ncl-6.4.0/ncarg2d/man/gks/gopks.m
@@ -3,7 +3,7 @@
 .\"
 .TH GOPKS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GOPKS (Open GKS) - opens the GKS package
+gopks \- opens the GKS package
 .SH SYNOPSIS
 CALL GOPKS (ERRFIL, BUFA)
 .SH C-BINDING SYNOPSIS
@@ -12,11 +12,11 @@ CALL GOPKS (ERRFIL, BUFA)
 void gopen_gks(const char *err_file, size_t mem_unit);
 .SH DESCRIPTION
 .IP ERRFIL 12
-(Input, Integer) - The Fortran unit number to which 
+(Input, Integer) \- The Fortran unit number to which 
 error messages are to be written. 
 Typically this should be unit 6.
 .IP BUFA 12
-(Input, Integer) - The dimension of an internal buffer. 
+(Input, Integer) \- The dimension of an internal buffer. 
 Currently in NCAR GKS-0A, BUFA is ignored.
 .SH USAGE
 To get output to any workstation,
Index: ncl-6.4.0/ncarg2d/man/gks/gopwk.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gopwk.m
+++ ncl-6.4.0/ncarg2d/man/gks/gopwk.m
@@ -3,7 +3,7 @@
 .\"
 .TH GOPWK 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GOPWK (Open workstation) - opens a GKS workstation.
+gopwk \- opens a GKS workstation
 .SH SYNOPSIS
 CALL GOPWK (WKID, CONID, WKTYPE)
 .SH C-BINDING SYNOPSIS
@@ -12,57 +12,57 @@ CALL GOPWK (WKID, CONID, WKTYPE)
 void gopen_ws(Gint ws_id, const char *conn_id, Gint ws_type);
 .SH DESCRIPTION
 .IP WKID 12
-(Integer, Input) - A number assigned to a workstation as an identifier 
+(Integer, Input) \- A number assigned to a workstation as an identifier 
 that is to be used in all subsequent calls to GKS functions that
 require a workstation identifier.  In NCAR GKS, WKID can 
 be any non-negative integer. 
 .IP CONID 12
-(Integer, Input) - A connection identifier that has different 
+(Integer, Input) \- A connection identifier that has different 
 meanings for different workstation types (see the USAGE section
 below).
 .IP WKTYPE 12
-(Integer, Input) - An identifier specifying
+(Integer, Input) \- An identifier specifying
 the specific type of output device targeted.  Each GKS package has
 an implementation-dependent set of workstation types that the
 package supports.  The legal workstation types in NCAR GKS are:
 .IP "             1" 18
--  NCGM
+\-  NCGM
 .IP "             3" 18
--  WISS
+\-  WISS
 .IP "             7" 18
--  pre-existing X11 window.
+\-  pre-existing X11 window.
 .IP "             8" 18
--  non-existing X11 window.
+\-  non-existing X11 window.
 .IP "            10" 18
--  text dump of graphics output.
+\-  text dump of graphics output.
 .IP "            11" 18
--  PDF in portrait mode.
+\-  PDF in portrait mode.
 .IP "            12" 18
--  PDF in landscape mode.
+\-  PDF in landscape mode.
 .IP "            20" 18
--  color PostScript in portrait mode.
+\-  color PostScript in portrait mode.
 .IP "            21" 18
--  color Encapsulated PostScript (EPS) in portrait mode.
+\-  color Encapsulated PostScript (EPS) in portrait mode.
 .IP "            22" 18
--  color Encapsulated PostScript Interchange format (EPSI) in portrait mode.
+\-  color Encapsulated PostScript Interchange format (EPSI) in portrait mode.
 .IP "            23" 18
--  monochrome PostScript in portrait mode.
+\-  monochrome PostScript in portrait mode.
 .IP "            24" 18
--  monochrome Encapsulated PostScript (EPS) in portrait mode.
+\-  monochrome Encapsulated PostScript (EPS) in portrait mode.
 .IP "            25" 18
--  monochrome Encapsulated PostScript Interchange format (EPSI) in portrait mode.
+\-  monochrome Encapsulated PostScript Interchange format (EPSI) in portrait mode.
 .IP "            26" 18
--  color PostScript in landscape mode.
+\-  color PostScript in landscape mode.
 .IP "            27" 18
--  color Encapsulated PostScript (EPS) in landscape mode.
+\-  color Encapsulated PostScript (EPS) in landscape mode.
 .IP "            28" 18
--  color Encapsulated PostScript Interchange format (EPSI) in landscape mode.
+\-  color Encapsulated PostScript Interchange format (EPSI) in landscape mode.
 .IP "            29" 18
--  monochrome PostScript in landscape mode.
+\-  monochrome PostScript in landscape mode.
 .IP "            30" 18
--  monochrome Encapsulated PostScript (EPS) in landscape mode.
+\-  monochrome Encapsulated PostScript (EPS) in landscape mode.
 .IP "            31" 18
--  monochrome Encapsulated PostScript Interchange format (EPSI) in landscape mode.
+\-  monochrome Encapsulated PostScript Interchange format (EPSI) in landscape mode.
 .SH USAGE
 For workstation types of 1 (CGM) or 3 (WISS) 
 the connection ID is used as a Fortran
Index: ncl-6.4.0/ncarg2d/man/gks/gpl.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gpl.m
+++ ncl-6.4.0/ncarg2d/man/gks/gpl.m
@@ -3,8 +3,7 @@
 .\"
 .TH GPL 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GPL (Polyline) - This output primitive draws
-line segments connecting a sequence of user-specified coordinate pairs.
+gpl \- Draw line segments connecting a sequence of user-specified coordinate pairs
 .SH SYNOPSIS
 CALL GPL (N, X, Y)
 .SH C-BINDING SYNOPSIS
@@ -12,14 +11,15 @@ CALL GPL (N, X, Y)
 .sp
 void gpolyline(const Gpoint_list *point_list);
 .SH DESCRIPTION
+This output primitive draws line segments connecting a sequence of user-specified coordinate pairs.
 .IP N 12
-(Integer, Input) - The number of points in the line to 
+(Integer, Input) \- The number of points in the line to 
 be drawn. N must be larger than one.
 .IP "X (N)" 12
-(Real Array, Input) - The X coordinates (specified in world
+(Real Array, Input) \- The X coordinates (specified in world
 coordinates) of the N points to be connected by line segments.  
 .IP "Y (N)" 12
-(Real Array, Input) - The Y coordinates (specified in world coordinates)
+(Real Array, Input) \- The Y coordinates (specified in world coordinates)
 of the N points to be connected by line segments.
 .SH USAGE
 Note that the coordinate pairs must be in world coordinates and not
Index: ncl-6.4.0/ncarg2d/man/gks/gpm.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gpm.m
+++ ncl-6.4.0/ncarg2d/man/gks/gpm.m
@@ -3,8 +3,7 @@
 .\"
 .TH GPM 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GPM (Polymarker) - the polymarker output primitive draws selected
-symmetric symbols to mark user-specified coordinate positions.
+gpm \- Polymarker output primitive to draw symmetric symbols
 .SH SYNOPSIS
 CALL GPM (N, X, Y)
 .SH C-BINDING SYNOPSIS
@@ -12,14 +11,16 @@ CALL GPM (N, X, Y)
 .sp
 void gpolymarker(const Gpoint_list *point_list);
 .SH DESCRIPTION
+GPM (Polymarker) \- the polymarker output primitive draws selected
+symmetric symbols to mark user-specified coordinate positions.
 .IP N 12
-(Integer, Input) - The number of markers to be drawn.  N must be
+(Integer, Input) \- The number of markers to be drawn.  N must be
 greater than zero.
 .IP "X (N)" 12
-(Real Array, Input) - The X coordinates of the N markers to be 
+(Real Array, Input) \- The X coordinates of the N markers to be 
 drawn, in world coordinates.
 .IP "Y (N)" 12
-(Real Array, Input) - The Y coordinates of the N markers to be 
+(Real Array, Input) \- The Y coordinates of the N markers to be 
 drawn, in world coordinates.
 .SH USAGE
 By default, the polymarker type is an asterisk. To 
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_text_align.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_text_align.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_text_align.m
@@ -3,20 +3,21 @@
 .\"
 .TH GINQ_TEXT_ALIGN 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_text_align (Inquire text alignment) - retrieves the horizontal and vertical
-text alignments.
+ginq_text_align \- retrieves the horizontal and vertical text alignments.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
 void ginq_text_align(Gint *err_ind, Gtext_align *text_align);
 .SH DESCRIPTION
+ginq_text_align (Inquire text alignment) \- retrieves the horizontal and vertical
+text alignments.
 .IP err_ind 12
-(Output) - If the inquired values cannot be returned correctly,
+(Output) \- If the inquired values cannot be returned correctly,
 a non-zero error indicator is returned in err_ind, otherwise a zero is returned.
 Consult "User's Guide for NCAR GKS-0A Graphics" for a description of the
 meaning of the error indicators.
 .IP text_align.hor 12
-(Output) - Returns the current horizontal text alignment:
+(Output) \- Returns the current horizontal text alignment:
 .RS
 .IP GHOR_NORM
 Normal (default)
@@ -28,7 +29,7 @@ Center
 Right
 .RE
 .IP text_align.vert 12
-(Output) - Returns the current vertical text alignment:
+(Output) \- Returns the current vertical text alignment:
 .RS
 .IP GVERT_NORM
 Normal (default)
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_text_colr_ind.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_text_colr_ind.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_text_colr_ind.m
@@ -3,20 +3,19 @@
 .\"
 .TH GINQ_TEXT_COLR_IND 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_text_colr_ind (Inquire text color index) - retrieves the current text color
-index.
+ginq_text_colr_ind \- retrieves the current text color index
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
 void ginq_text_colr_ind(Gint *err_ind, Gint *text_colr_ind);
 .SH DESCRIPTION
 .IP err_ind 12
-(Output) - If the inquired value cannot be returned correctly,
+(Output) \- If the inquired value cannot be returned correctly,
 a non-zero error indicator is returned in err_ind, otherwise a zero is returned.
 Consult "User's Guide for NCAR GKS-0A Graphics" for a description of the
 meaning of the error indicators.
 .IP text_colr_ind 12
-(Output) - Returns the current text color index as set by 
+(Output) \- Returns the current text color index as set by 
 default or by a call to gset_text_colr_ind.
 .SH ACCESS
 To use the GKS C-binding routines, load the ncarg_gks and
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_text_font_prec.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_text_font_prec.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_text_font_prec.m
@@ -3,25 +3,24 @@
 .\"
 .TH GINQ_TEXT_FONT_PREC 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_text_font_prec (Inquire text font and precision) - retrieves the current setting
-of the text font and precision values.
+ginq_text_font_prec \- retrieves the current setting of the text font and precision values
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
 void ginq_text_font_prec(Gint *err_ind, Gtext_font_prec *text_font_prec);
 .SH DESCRIPTION
 .IP err_ind 12
-(Output) - If the inquired values cannot be returned correctly,
+(Output) \- If the inquired values cannot be returned correctly,
 a non-zero error indicator is returned in err_ind, otherwise a zero is returned.
 Consult "User's Guide for NCAR GKS-0A Graphics" for a description of the
 meaning of the error indicators.
 .IP text_font_prec.font 12
-(Output) - 
+(Output) \- 
 Gives the font number as set by default or by a call to
 gset_text_font_prec.  Font number one is a simple default ASCII font. 
 Values for font between -2 and -20 (inclusive) are Hershey fonts.
 .IP text_font_prec.prec 12
-(Output) - Gives the text precision as set by default or by a call to
+(Output) \- Gives the text precision as set by default or by a call to
 gset_text_font_prec.  Possible values include:
 .RS
 .IP GPREC_STRING
Index: ncl-6.4.0/ncarg2d/man/gksC/ginq_text_path.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/ginq_text_path.m
+++ ncl-6.4.0/ncarg2d/man/gksC/ginq_text_path.m
@@ -3,19 +3,19 @@
 .\"
 .TH GINQ_TEXT_PATH 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-ginq_text_path (Inquire text path) - retrieves the current text path.
+ginq_text_path \- retrieves the current text path
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
 void ginq_text_path(Gint *err_ind, Gtext_path *text_path);
 .SH DESCRIPTION
 .IP err_ind 12
-(Output) - If the inquired value cannot be returned correctly,
+(Output) \- If the inquired value cannot be returned correctly,
 a non-zero error indicator is returned in err_ind, otherwise a zero is returned.
 Consult "User's Guide for NCAR GKS-0A Graphics" for a description of the
 meaning of the error indicators.
 .IP text_path 12
-(Output) - Returns the current text path as set by default or
+(Output) \- Returns the current text path as set by default or
 by a call to gset_text_path.  Legal values are:
 .RS
 .IP GPATH_RIGHT
Index: ncl-6.4.0/ncarg2d/man/gksC/gopen_gks.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gopen_gks.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gopen_gks.m
@@ -3,17 +3,17 @@
 .\"
 .TH GOPEN_GKS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gopen_gks (Open GKS) - opens the GKS package
+gopen_gks \- opens the GKS package
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
 void gopen_gks(const char *err_file, size_t mem_unit);
 .SH DESCRIPTION
 .IP err_file 12
-(Input) - The place to which error messages are to be written. 
+(Input) \- The place to which error messages are to be written. 
 Typically this should be "stdout".
 .IP mem_unit 12
-(Input) - The dimension of an internal buffer. 
+(Input) \- The dimension of an internal buffer. 
 Currently in NCAR GKS-0A, mem_unit is ignored.
 .SH USAGE
 To get output to any workstation,
Index: ncl-6.4.0/ncarg2d/man/gksC/gopen_ws.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gopen_ws.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gopen_ws.m
@@ -3,64 +3,64 @@
 .\"
 .TH GOPEN_WS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gopen_ws (Open workstation) - opens a GKS workstation.
+gopen_ws \- opens a GKS workstation
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
 void gopen_ws(Gint ws_id, const char *conn_id, Gint ws_type);
 .SH DESCRIPTION
 .IP ws_id 12
-(Input) - A number assigned to a workstation as an identifier 
+(Input) \- A number assigned to a workstation as an identifier 
 that is to be used in all subsequent calls to GKS functions that
 require a workstation identifier.  In NCAR GKS, ws_id can 
 be any non-negative integer. 
 .IP conn_id 12
-(Input) - A connection identifier that has different 
+(Input) \- A connection identifier that has different 
 meanings for different workstation types (see the USAGE section
 below).
 .IP ws_type 12
-(Input) - An identifier specifying
+(Input) \- An identifier specifying
 the specific type of output device targeted.  Each GKS package has
 an implementation-dependent set of workstation types that the
 package supports.  The legal workstation types in NCAR GKS are:
 .IP "             1" 18
--  NCGM
+\-  NCGM
 .IP "             3" 18
--  WISS
+\-  WISS
 .IP "             7" 18
--  pre-existing X11 window.
+\-  pre-existing X11 window.
 .IP "             8" 18
--  non-existing X11 window.
+\-  non-existing X11 window.
 .IP "            10" 18
--  text dump of graphics output.
+\-  text dump of graphics output.
 .IP "            11" 18
--  PDF in portrait mode.
+\-  PDF in portrait mode.
 .IP "            12" 18
--  PDF in landscape mode.
+\-  PDF in landscape mode.
 .IP "            20" 18
--  color PostScript in portrait mode.
+\-  color PostScript in portrait mode.
 .IP "            21" 18
--  color Encapsulated PostScript (EPS) in portrait mode.
+\-  color Encapsulated PostScript (EPS) in portrait mode.
 .IP "            22" 18
--  color Encapsulated PostScript Interchange format (EPSI) in portrait mode.
+\-  color Encapsulated PostScript Interchange format (EPSI) in portrait mode.
 .IP "            23" 18
--  monochrome PostScript in portrait mode.
+\-  monochrome PostScript in portrait mode.
 .IP "            24" 18
--  monochrome Encapsulated PostScript (EPS) in portrait mode.
+\-  monochrome Encapsulated PostScript (EPS) in portrait mode.
 .IP "            25" 18
--  monochrome Encapsulated PostScript Interchange format (EPSI) in portrait mode.
+\-  monochrome Encapsulated PostScript Interchange format (EPSI) in portrait mode.
 .IP "            26" 18
--  color PostScript in landscape mode.
+\-  color PostScript in landscape mode.
 .IP "            27" 18
--  color Encapsulated PostScript (EPS) in landscape mode.
+\-  color Encapsulated PostScript (EPS) in landscape mode.
 .IP "            28" 18
--  color Encapsulated PostScript Interchange format (EPSI) in landscape mode.
+\-  color Encapsulated PostScript Interchange format (EPSI) in landscape mode.
 .IP "            29" 18
--  monochrome PostScript in landscape mode.
+\-  monochrome PostScript in landscape mode.
 .IP "            30" 18
--  monochrome Encapsulated PostScript (EPS) in landscape mode.
+\-  monochrome Encapsulated PostScript (EPS) in landscape mode.
 .IP "            31" 18
--  monochrome Encapsulated PostScript Interchange format (EPSI) in landscape mode.
+\-  monochrome Encapsulated PostScript Interchange format (EPSI) in landscape mode.
 .SH USAGE
 For workstation types of 1 (CGM)
 the connection ID is the name of the CGM file.
Index: ncl-6.4.0/ncarg2d/man/gksC/gpolyline.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gpolyline.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gpolyline.m
@@ -3,17 +3,18 @@
 .\"
 .TH GPOLYLINE 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gpolyline (Polyline) - This output primitive draws
-line segments connecting a sequence of user-specified coordinate pairs.
+gpolyline \- Draw line segments connecting a sequence of user-specified coordinate pairs
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
 void gpolyline(const Gpoint_list *point_list);
 .SH DESCRIPTION
+gpolyline (Polyline) \- This output primitive draws
+line segments connecting a sequence of user-specified coordinate pairs.
 .IP point_list.num_points 12
-(Gint, Input) - The number of points in the line to be drawn. Must be larger than one.
+(Gint, Input) \- The number of points in the line to be drawn. Must be larger than one.
 .IP point_list.points 12
-(Gint *, Input) - The X and Y coordinates (specified in world coordinates) of 
+(Gint *, Input) \- The X and Y coordinates (specified in world coordinates) of 
 the point_list.num_points points to be connected by line segments.  
 .SH USAGE
 Note that the coordinate pairs must be in world coordinates and not
Index: ncl-6.4.0/ncarg2d/man/other/ncargex.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/other/ncargex.m
+++ ncl-6.4.0/ncarg2d/man/other/ncargex.m
@@ -61,51 +61,52 @@ instead.  Please see "man ncargintro" fo
 .sp
 .SH OPTIONS
 .sp
-.IP \-W workstation_type " " ""
+.IP "             1" 18
+\-W workstation_type 
 Specify the workstation type.  This argument can be specified as a number
 or as a string, where the number has the same value you would use in a call
 to GOPWK.  The following numbers are valid:
 .IP "             1" 18
--  NCGM
+\-  NCGM
 .IP "             8" 18
--  X11 window.
+\-  X11 window.
 .IP "            10" 18
--  text dump of graphics output.
+\-  text dump of graphics output.
 .IP "            20" 18
--  color PostScript in portrait mode.
+\-  color PostScript in portrait mode.
 .IP "            21" 18
--  color Encapsulated PostScript (EPS) in portrait mode.
+\-  color Encapsulated PostScript (EPS) in portrait mode.
 .IP "            22" 18
--  color Encapsulated PostScript Interchange format (EPSI) in portrait mode.
+\-  color Encapsulated PostScript Interchange format (EPSI) in portrait mode.
 .IP "            23" 18
--  monochrome PostScript in portrait mode.
+\-  monochrome PostScript in portrait mode.
 .IP "            24" 18
--  monochrome Encapsulated PostScript (EPS) in portrait mode.
+\-  monochrome Encapsulated PostScript (EPS) in portrait mode.
 .IP "            25" 18
--  monochrome Encapsulated PostScript Interchange format (EPSI) in portrait mode.
+\-  monochrome Encapsulated PostScript Interchange format (EPSI) in portrait mode.
 .IP "            26" 18
--  color PostScript in landscape mode.
+\-  color PostScript in landscape mode.
 .IP "            27" 18
--  color Encapsulated PostScript (EPS) in landscape mode.
+\-  color Encapsulated PostScript (EPS) in landscape mode.
 .IP "            28" 18
--  color Encapsulated PostScript Interchange format (EPSI) in landscape mode.
+\-  color Encapsulated PostScript Interchange format (EPSI) in landscape mode.
 .IP "            29" 18
--  monochrome PostScript in landscape mode.
+\-  monochrome PostScript in landscape mode.
 .IP "            30" 18
--  monochrome Encapsulated PostScript (EPS) in landscape mode.
+\-  monochrome Encapsulated PostScript (EPS) in landscape mode.
 .IP "            31" 18
--  monochrome Encapsulated PostScript Interchange format (EPSI) in landscape mode.
+\-  monochrome Encapsulated PostScript Interchange format (EPSI) in landscape mode.
 
 .IP "" 0
 If you want to specify the workstation as a string, then there are a
 few ways this can be done.  For example, the following workstation types
 are valid:
 .IP "             ncgm" 18
--  NCGM
+\-  NCGM
 .IP "             x11" 18
--  X11 window
+\-  X11 window
 .IP "            text" 18
--  text dump of graphics output
+\-  text dump of graphics output
 
 .IP "" 0
 For PostScript output, there are more attributes: the type of
@@ -117,14 +118,14 @@ preference can be omitted (as they will
 Each attribute can be entered in any order, separated by periods.  The
 following are examples of valid PostScript workstation types: 
 .IP "ps.color" 18
-- color PostScript in portrait mode.  
+\- color PostScript in portrait mode.  
 .IP "land.eps.mono" 18
-- monochrome Encapsulated PostScript format (EPS) in
+\- monochrome Encapsulated PostScript format (EPS) in
 landscape mode.
 .IP "epsi" 18
-- color Encapsulated PostScript Interchange format (EPSI) in portrait mode.
+\- color Encapsulated PostScript Interchange format (EPSI) in portrait mode.
 .IP "port.mono.ps" 18
--  monochrome PostScript in portrait mode.
+\-  monochrome PostScript in portrait mode.
 .sp
 Any combination of these three types of attributes can be used, as long
 as one of them is the PostScript file type.
Index: ncl-6.4.0/ncarview/man/cgm.m
===================================================================
--- ncl-6.4.0.orig/ncarview/man/cgm.m
+++ ncl-6.4.0/ncarview/man/cgm.m
@@ -203,9 +203,9 @@ bytes to be stored in a single instructi
 to work with. Should the data length of a CGM instruction exceed 32760 bytes,
 indicated by the boolean \fImore\fR flag,
 the next invocation of \fBCGM_getInstr\fR will return the remaining data
-upto the same limit. And so on... \fBCGMgetInstr\R requires a valid
-\fICgm_fd\fR open for reading. For a description on CGM see the 
-ANSI standard.
+up to the same limit, etc.
+\fBCGMgetInstr\fR requires a valid \fICgm_fd\fR open for reading. 
+For a description on CGM see the ANSI standard.
 .IP CGM_flushGetInstr
 Flush the input buffer used by \fBCGM_getInstr\fR. \fBCGM_getInstr\fR buffers
 the contents of the CGM and only performs actual reads as necessary. If the
Index: ncl-6.4.0/ncarview/man/med.m
===================================================================
--- ncl-6.4.0.orig/ncarview/man/med.m
+++ ncl-6.4.0/ncarview/man/med.m
@@ -438,7 +438,7 @@ as a
 option or enter the commands interactively.
 .sp
 .IP
-.fb
+.br
 r ncgm1
 .br
 r ncgm2
@@ -446,7 +446,7 @@ r ncgm2
 r ncgm3
 .br
 w ncgm123
-.fr
+.br
 .sp
 .LP
 To Overlay the contents of frame
Index: ncl-6.4.0/ngmath/man/natgrid/nnalg.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/natgrid/nnalg.m
+++ ncl-6.4.0/ngmath/man/natgrid/nnalg.m
@@ -5,7 +5,7 @@
 .na
 .nh
 .SH NAME
-nnalg - a tool for displaying features of the Natgrid algorithm
+nnalg \- a tool for displaying features of the Natgrid algorithm
 .SH SYNOPSIS
 nnalg algorithmic_data_file
 .SH DESCRIPTION 
@@ -34,7 +34,7 @@ The features that can be displayed are:
 .br
   3. The Delaunay triangulation, derived from the natural
      neighbor circumcircles 
-.bo
+.br
   4. The Voronoi polygons 
 .br
   5. The first order natural neighbors of a given 
Index: ncl-6.4.0/ncarg2d/man/gks/gqchh.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqchh.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqchh.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQCHH 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQCHH (Inquire character height) - retrieves the current character height.
+gqchh \- retrieves the current character height
 .SH SYNOPSIS
 CALL GQCHH (ERRIND, CHH)
 .SH C-BINDING SYNOPSIS
@@ -12,12 +12,12 @@ CALL GQCHH (ERRIND, CHH)
 void ginq_char_ht(Gint *err_ind, Gdouble *char_ht);
 .SH DESCRIPTION
 .IP ERRIND 12
-(Integer, Output) - If the inquired value cannot be returned correctly,
+(Integer, Output) \- If the inquired value cannot be returned correctly,
 a non-zero error indicator is returned in ERRIND, otherwise a zero is returned.
 Consult "User's Guide for NCAR GKS-0A Graphics" for a description of the
 meaning of the error indicators.
 .IP CHH 12
-(Real, Output) - 
+(Real, Output) \- 
 Contains the current character height as set by default or by GSCHH.
 .SH ACCESS
 To use GKS routines, load the NCAR GKS-0A library 
Index: ncl-6.4.0/ncarg2d/man/gksC/gpolymarker.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gpolymarker.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gpolymarker.m
@@ -3,17 +3,18 @@
 .\"
 .TH GPOLYMARKER 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gpolymarker (Polymarker) - the polymarker output primitive draws selected
-symmetric symbols to mark user-specified coordinate positions.
+gpolymarker \- Otput primitive to draw selected symmetric symbols
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
 void gpolymarker(const Gpoint_list *point_list);
 .SH DESCRIPTION
+The polymarker output primitive draws selected
+symmetric symbols to mark user-specified coordinate positions.
 .IP point_list.num_points 12
-(Gint, Input) - The number of markers to be drawn.  Must be greater than zero.
+(Gint, Input) \- The number of markers to be drawn.  Must be greater than zero.
 .IP point_list.points 12
-(Gpoint *, Input) - The X and Y coordinates of the point_list.num_points 
+(Gpoint *, Input) \- The X and Y coordinates of the point_list.num_points 
 markers to be drawn, in world coordinates.
 .SH USAGE
 By default, the polymarker type is an asterisk. To 
Index: ncl-6.4.0/ncarg2d/man/other/findg.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/other/findg.m
+++ ncl-6.4.0/ncarg2d/man/other/findg.m
@@ -2,7 +2,7 @@
 .\"	$Id: findg.m,v 1.11 2008-07-27 03:34:10 haley Exp $
 .\"
 .\"	findg.l 3.00 11/15/89 NCAR Graphics
-.TH FINDG lNCARG "NOVEMBER 1989" NCAR "NCAR Graphics"
+.TH FINDG 1NCARG "NOVEMBER 1989" NCAR "NCAR Graphics"
 .SH NAME
 findg \- locates calls to all entries in pre-GKS NCAR Graphics
 .SH SYNOPSIS
Index: ncl-6.4.0/ngmath/man/natgrid/nnpnts.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/natgrid/nnpnts.m
+++ ncl-6.4.0/ngmath/man/natgrid/nnpnts.m
@@ -3,7 +3,7 @@
 .\"
 .TH NNPNTS 3NCARG "March 1997-1998" UNIX "NCAR GRAPHICS"
 .SH NAME
-NNPNTS- Interpolate at a single point
+NNPNTS \- Interpolate at a single point
 .SH SYNOPSIS
 CALL NNPNTS (X, Y, Z)
 .SH DESCRIPTION
Index: ncl-6.4.0/ncarg2d/man/ezmap/supmap.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/ezmap/supmap.m
+++ ncl-6.4.0/ncarg2d/man/ezmap/supmap.m
@@ -2,8 +2,8 @@
 .na
 .nh
 .SH NAME
-Draws a map with a single call. An implementation of the routine
-from which EZMAP grew.
+Supmap \- Draws a map with a single call.
+An implementation of the routine from which EZMAP grew.
 .SH SYNOPSIS
  CALL SUPMAP (JPRJ, PLAT, PLON, ROTA, PLM1, PLM2, PLM3, 
 .br
Index: ncl-6.4.0/ncarg2d/man/conpack/conpack_params.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/conpack/conpack_params.m
+++ ncl-6.4.0/ncarg2d/man/conpack/conpack_params.m
@@ -26,7 +26,7 @@ lines are traced with greater values to
 values to the left.)
 .sp
 There are three special elements in the parameter array 
-\&'AIA', corresponding to 'PAI' values of -1, -2, and -3; the 
+\&\'AIA', corresponding to 'PAI' values of -1, -2, and -3; the 
 first specifies an area identifier for the area outside the 
 edge of the grid, the second an area identifier for any 
 area filled with special values, and the third an area 
@@ -380,22 +380,22 @@ of the parameter arrays 'AIA', 'AIB', 'C
 \&'CLU', 'LLC', and 'LLT' is also given a default value, 
 as follows:
 .RS 10 
-.IP\&'AIA' 12
-\'PAI'+1
-.IP\&'AIB' 12
-\'PAI'
-.IP\&'CLC' 12    
+.IP\&\'AIA\' 12
+\'PAI\'+1
+.IP\&\'AIB\' 12
+\'PAI\'
+.IP\&\'CLC\' 12    
 -1
-.IP 'CLD' 12    
+.IP \'CLD\' 12    
 \'$$$$$$$$$$$$$$$$'
-.IP 'CLL' 12     
+.IP \'CLL\' 12     
 0
-.IP 'CLU' 12     
+.IP \'CLU\' 12     
 1
-.IP 'LLC' 12    
+.IP \'LLC\' 12    
 -1
-.IP 'LLT' 12    
-\' ' (a single blank)
+.IP \'LLT\' 12    
+\' \' (a single blank)
 .RE
 .IP ""
 Thus, in code to set contour levels and associated 
Index: ncl-6.4.0/ncarg2d/man/gks/gqchsp.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqchsp.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqchsp.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQCHSP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQCHSP (Inquire character spacing) - retrieves the current value for 
+GQCHSP (Inquire character spacing) \- retrieves the current value for 
 character spacing.
 .SH SYNOPSIS
 CALL GQCHSP (ERRIND, CHSP)
Index: ncl-6.4.0/ncarg2d/man/bivar/idpltr.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/bivar/idpltr.m
+++ ncl-6.4.0/ncarg2d/man/bivar/idpltr.m
@@ -1,8 +1,8 @@
 .TH IDPLTR 3NCARG "November 1995" UNIX "NCAR GRAPHICS"
 .na
 .nh
-.SH NAME
-Plots the triangulation generated by a prior call to either IDBVIP or IDSFFT.
+.SH NAME 
+IDLPTR \- Plots the triangulation generated by a prior call to either IDBVIP or IDSFFT.
 .SH SYNOPSIS
 CALL IDPLTR (NDAT,XDAT,YDAT,IWRK)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/conran_family/conran_family.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/conran_family/conran_family.m
+++ ncl-6.4.0/ncarg2d/man/conran_family/conran_family.m
@@ -2,7 +2,7 @@
 .na
 .nh
 .SH NAME
-Conran_family - is a set of two dimensional contour mapping routines
+Conran_family \- is a set of two dimensional contour mapping routines
 for irregularly distributed data.
 .sp
 There are three Conran_family entries, CONRAN, CONRAQ, and CONRAS.
@@ -55,7 +55,8 @@ These libraries can also be implicitly l
 -quick, -smooth, or -super option of the ncargf77 command.
 For example, to run a code called mycode.f which has one or more calls to
 a Conran_family entry, issue one of the commands:
-.sp2
+.sp
+.sp
 .IP QUICK 10
 Command: "ncargf77 -quick mycode.f"
 .sp
Index: ncl-6.4.0/ncarg2d/man/ezmap/mapfst.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/ezmap/mapfst.m
+++ ncl-6.4.0/ncarg2d/man/ezmap/mapfst.m
@@ -1,8 +1,7 @@
 .TH MAPFST 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .na
-.nb
 .SH NAME
-MAPFST - 
+MAPFST \- 
 Draws lines on a map - used in conjunction with MAPVEC.
 .SH SYNOPSIS
 CALL MAPFST (RLAT,RLON)
Index: ncl-6.4.0/ncarg2d/man/gks/gqchup.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqchup.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqchup.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQCHUP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQCHUP (Inquire character up vector) - retrieves the current value of
+GQCHUP (Inquire character up vector) \- retrieves the current value of
 the character up vector.
 .SH SYNOPSIS
 CALL GQCHUP (ERRIND, CHUX, CHUY)
Index: ncl-6.4.0/ncarg2d/man/gks/gqchxp.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqchxp.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqchxp.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQCHXP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQCHXP (Inquire character expansion factor) - retrieves the current
+GQCHXP (Inquire character expansion factor) \- retrieves the current
 value of the character expansion factor.
 .SH SYNOPSIS
 CALL GQCHXP (ERRIND, CHXP)
Index: ncl-6.4.0/ncarg2d/man/gks/gqclip.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqclip.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqclip.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQCLIP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQCLIP (Inquire clipping indicator) - retrieves the current value of the
+GQCLIP (Inquire clipping indicator) \- retrieves the current value of the
 clipping indicator as well as the current clipping rectangle.
 .SH SYNOPSIS
 CALL GQCLIP (ERRIND, ICLIP, CLRECT)
Index: ncl-6.4.0/ncarg2d/man/gks/gqcntn.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqcntn.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqcntn.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQCNTN 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQCNTN (Inquire current normalization transformation number) - retrieves
+GQCNTN (Inquire current normalization transformation number) \- retrieves
 the number of the current normalization transformation.
 .SH SYNOPSIS
 CALL GQCNTN (ERRIND, CTNR)
Index: ncl-6.4.0/ncarg2d/man/gks/gqcr.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqcr.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqcr.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQCR 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQCR (Inquire color representation) - retrieves the color value associated
+GQCR (Inquire color representation) \- retrieves the color value associated
 with a color index on a particular workstation.
 .SH SYNOPSIS
 CALL GQCR (WKID, CI, TYPE, ERRIND, CR, CG, CB)
Index: ncl-6.4.0/ncarg2d/man/gks/gqfaci.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqfaci.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqfaci.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQFACI 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQFACI (Inquire fill area color index) - retrieves the current fill
+GQFACI (Inquire fill area color index) \- retrieves the current fill
 area color index.
 .SH SYNOPSIS
 CALL GQFACI (ERRIND, COLI)
Index: ncl-6.4.0/ncarg2d/man/gks/gqfais.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqfais.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqfais.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQFAIS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQFAIS (Inquire fill area interior style) - retrieves the current value
+GQFAIS (Inquire fill area interior style) \XXSXC- retrieves the current value
 for fill area interior style.
 .SH SYNOPSIS
 CALL GQFAIS (ERRIND, INTS)
Index: ncl-6.4.0/ncarg2d/man/gks/gqfasi.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqfasi.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqfasi.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQFASI 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQFASI (Inquire fill area style index) - retrieves the current value of
+GQFASI (Inquire fill area style index) \- retrieves the current value of
 the fill area style index.
 .SH SYNOPSIS
 CALL GQFASI (ERRIND, STYLI)
Index: ncl-6.4.0/ncarg2d/man/gks/gqln.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqln.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqln.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQLN 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQLN (Inquire line type) - retrieves the current setting for linetype.
+GQLN (Inquire line type) \- retrieves the current setting for linetype.
 .SH SYNOPSIS
 CALL GQLN (ERRIND, LTYPE)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gqlwsc.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqlwsc.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqlwsc.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQLWSC 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQLWSC (Inquire linewidth scale factor) - retrieves the current setting of the
+GQLWSC (Inquire linewidth scale factor) \- retrieves the current setting of the
 linewidth scale factor.
 .SH SYNOPSIS
 CALL GQLWSC (ERRIND, LWIDTH)
Index: ncl-6.4.0/ncarg2d/man/gks/gqmk.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqmk.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqmk.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQMK 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQMK (Inquire marker type) - retrieves the current value for the marker type.
+GQMK (Inquire marker type) \- retrieves the current value for the marker type.
 .SH SYNOPSIS
 CALL GQMK (ERRIND, MTYPE)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gqmksc.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqmksc.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqmksc.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQMKSC 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQMKSC (Inquire marker size scale factor) - retrieves the current value 
+GQMKSC (Inquire marker size scale factor) \- retrieves the current value 
 for the polymarker size scale factor.
 .SH SYNOPSIS
 CALL GQMKSC (ERRIND, MSZSF)
Index: ncl-6.4.0/ncarg2d/man/gks/gqmntn.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqmntn.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqmntn.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQMNTN 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQMNTN (Inquire maximum normalization transformation number) - retrieves 
+GQMNTN (Inquire maximum normalization transformation number) \- retrieves 
 the maximum number of supported normalization transformations.
 .SH SYNOPSIS
 CALL GQMNTN (ERRIND, MAXTRN)
Index: ncl-6.4.0/ncarg2d/man/gks/gqnt.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqnt.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqnt.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQNT 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQNT (Inquire normalization transformation) - retrieves the 
+GQNT (Inquire normalization transformation) \- retrieves the 
 window and viewport associated with a given normalization transformation. 
 Users of NCAR Graphics are encouraged to use the SPPS routines SET
 and GETSET to handle normalization transformations instead of the
Index: ncl-6.4.0/ncarg2d/man/gks/gqops.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqops.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqops.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQOPS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQOPS (Inquire operating state value) - returns the operating state
+GQOPS (Inquire operating state value) \- returns the operating state
 of GKS. 
 .SH SYNOPSIS
 CALL GQOPS (OPSTA)
Index: ncl-6.4.0/ncarg2d/man/gks/gqopsg.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqopsg.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqopsg.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQOPSG 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQOPSG (Inquire name of open segment) - returns the name of the currently
+GQOPSG (Inquire name of open segment) \- returns the name of the currently
 open segment.
 .SH SYNOPSIS
 CALL GQOPSG(ERRIND,SGNA)
Index: ncl-6.4.0/ncarg2d/man/gks/gqplci.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqplci.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqplci.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQPLCI 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQPLCI (Inquire polyline color index) - gets the polyline color index.
+GQPLCI (Inquire polyline color index) \- gets the polyline color index.
 .SH SYNOPSIS
 CALL GQPLCI (ERRIND, COLI)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gqpmci.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqpmci.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqpmci.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQPMCI 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQPMCI (Inquire polymarker color index) - retrieves the polymarker color index.
+GQPMCI (Inquire polymarker color index) \- retrieves the polymarker color index.
 .SH SYNOPSIS
 CALL GQPMCI (ERRIND, COLI)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gqsgus.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqsgus.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqsgus.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQSGUS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQSGUS (Inquire set of segment names in use) - Retrieves what segment
+GQSGUS (Inquire set of segment names in use) \- Retrieves what segment
 names are currently in use.
 .SH SYNOPSIS
 CALL GQSGUS(N,ERRIND,OL,SGNA)
Index: ncl-6.4.0/ncarg2d/man/gks/gqtxal.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqtxal.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqtxal.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQTXAL 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQTXAL (Inquire text alignment) - retrieves the horizontal and vertical
+GQTXAL (Inquire text alignment) \- retrieves the horizontal and vertical
 text alignments.
 .SH SYNOPSIS
 CALL GQTXAL (ERRIND, TXALH, TXALV)
Index: ncl-6.4.0/ncarg2d/man/gks/gqtxci.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqtxci.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqtxci.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQTXCI 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQTXCI (Inquire text color index) - retrieves the current text color index.
+GQTXCI (Inquire text color index) \- retrieves the current text color index.
 .SH SYNOPSIS
 CALL GQTXCI (ERRIND, COLI)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gqtxfp.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqtxfp.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqtxfp.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQTXFP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQTXFP (Inquire text font and precision) - retrieves the current setting
+GQTXFP (Inquire text font and precision) \- retrieves the current setting
 of the text font and precision values.
 .SH SYNOPSIS
 CALL GQTXFP (ERRIND, FONT, PREC)
Index: ncl-6.4.0/ncarg2d/man/gks/gqtxp.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gqtxp.m
+++ ncl-6.4.0/ncarg2d/man/gks/gqtxp.m
@@ -3,7 +3,7 @@
 .\"
 .TH GQTXP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GQTXP (Inquire text path) - retrieves the current text path.
+GQTXP (Inquire text path) \- retrieves the current text path.
 .SH SYNOPSIS
 CALL GQTXP (ERRIND, TXP)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gschh.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gschh.m
+++ ncl-6.4.0/ncarg2d/man/gks/gschh.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSCHH 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSCHH (Set character height) - sets the character height for text.
+GSCHH (Set character height) \- sets the character height for text.
 .SH SYNOPSIS
 CALL GSCHH (CHH)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gschsp.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gschsp.m
+++ ncl-6.4.0/ncarg2d/man/gks/gschsp.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSCHSP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSCHSP (Set character spacing) - sets the character spacing for text.
+GSCHSP (Set character spacing) \- sets the character spacing for text.
 .SH SYNOPSIS
 CALL GSCHSP (CHSP)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gschup.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gschup.m
+++ ncl-6.4.0/ncarg2d/man/gks/gschup.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSCHUP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSCHUP (Set character up vector) - specifies the angle at which subsequent
+GSCHUP (Set character up vector) \- specifies the angle at which subsequent
 text is to be drawn with GTX.
 .SH SYNOPSIS
 CALL GSCHUP (CHUX, CHUY)
Index: ncl-6.4.0/ncarg2d/man/gks/gschxp.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gschxp.m
+++ ncl-6.4.0/ncarg2d/man/gks/gschxp.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSCHXP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSCHXP (Set character expansion factor) - sets 
+GSCHXP (Set character expansion factor) \- sets 
 the width to
 height ratio of text.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gsclip.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gsclip.m
+++ ncl-6.4.0/ncarg2d/man/gks/gsclip.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSCLIP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSCLIP (Set clipping indicator) - controls whether data are
+GSCLIP (Set clipping indicator) \- controls whether data are
 displayed outside the boundaries of the world coordinate window
 of the current normalization transformation.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gscr.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gscr.m
+++ ncl-6.4.0/ncarg2d/man/gks/gscr.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSCR 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSCR (Set color representation) - associates a color value with a
+GSCR (Set color representation) \- associates a color value with a
 color index.
 .SH SYNOPSIS
 CALL GSCR (WKID, CI, CR, CG, CB)
Index: ncl-6.4.0/ncarg2d/man/gks/gselnt.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gselnt.m
+++ ncl-6.4.0/ncarg2d/man/gks/gselnt.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSELNT 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSELNT (Select normalization transformation) - selects a 
+GSELNT (Select normalization transformation) \- selects a 
 predefined or user-defined transformation that maps world coordinates 
 to normalized device coordinates.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gsfaci.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gsfaci.m
+++ ncl-6.4.0/ncarg2d/man/gks/gsfaci.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSFACI 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSFACI (Set fill area color index) - sets the fill area color index.
+GSFACI (Set fill area color index) \- sets the fill area color index.
 .SH SYNOPSIS
 CALL GSFACI (COLI)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gsfais.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gsfais.m
+++ ncl-6.4.0/ncarg2d/man/gks/gsfais.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSFAIS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSFAIS (Set fill area interior style) - sets the fill style
+GSFAIS (Set fill area interior style) \- sets the fill style
 of polygons drawn with GFA.
 .SH SYNOPSIS
 CALL GSFAIS (INTS)
Index: ncl-6.4.0/ncarg2d/man/gks/gsfasi.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gsfasi.m
+++ ncl-6.4.0/ncarg2d/man/gks/gsfasi.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSFASI 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSFASI (Set fill are style index) - sets the fill area style index.
+GSFASI (Set fill are style index) \- sets the fill area style index.
 .SH SYNOPSIS
 CALL GSFASI (STYLI)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gsln.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gsln.m
+++ ncl-6.4.0/ncarg2d/man/gks/gsln.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSLN 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSLN (Set line type) - sets the line type to solid or various dashed patterns.
+GSLN (Set line type) \- sets the line type to solid or various dashed patterns.
 .SH SYNOPSIS
 CALL GSLN (LTYPE)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gslwsc.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gslwsc.m
+++ ncl-6.4.0/ncarg2d/man/gks/gslwsc.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSLWSC 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSLWSC (Set linewidth scale factor) - sets the linewidth scale 
+GSLWSC (Set linewidth scale factor) \- sets the linewidth scale 
 factor, or relative
 thickness of a polyline.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gsmk.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gsmk.m
+++ ncl-6.4.0/ncarg2d/man/gks/gsmk.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSMK 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSMK (Set marker type) - sets the type of polymarker to be used in
+GSMK (Set marker type) \- sets the type of polymarker to be used in
 subsequent GPM calls.
 .SH SYNOPSIS
 CALL GSMK (MTYPE)
Index: ncl-6.4.0/ncarg2d/man/gks/gsmksc.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gsmksc.m
+++ ncl-6.4.0/ncarg2d/man/gks/gsmksc.m
@@ -3,8 +3,8 @@
 .\"
 .TH GSMKSC 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSMKSC (Set marker size scale factor) - sets the polymarker 
-size scale factor -- the relative size of the marker.
+GSMKSC (Set marker size scale factor) \- sets the polymarker 
+size scale factor \-\- the relative size of the marker.
 .SH SYNOPSIS
 CALL GSMKSC (MSZSF)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gsplci.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gsplci.m
+++ ncl-6.4.0/ncarg2d/man/gks/gsplci.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSPLCI 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSPLCI (Polyline color index) - sets the polyline color index.
+GSPLCI (Polyline color index) \- sets the polyline color index.
 .SH SYNOPSIS
 CALL GSPLCI (COLI)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gssgt.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gssgt.m
+++ ncl-6.4.0/ncarg2d/man/gks/gssgt.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSSGT 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSSGT (Set segment transformation) - Associates a segment transformation
+GSSGT (Set segment transformation) \- Associates a segment transformation
 with a named segment.
 .SH SYNOPSIS
 CALL GSSGT(SGNA,M)
Index: ncl-6.4.0/ncarg2d/man/gks/gstxal.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gstxal.m
+++ ncl-6.4.0/ncarg2d/man/gks/gstxal.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSTXAL 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSTXAL (Set text alignment) - sets the text alignment.
+GSTXAL (Set text alignment) \- sets the text alignment.
 .SH SYNOPSIS
 CALL GSTXAL (TXALH, TXALV)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gstxci.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gstxci.m
+++ ncl-6.4.0/ncarg2d/man/gks/gstxci.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSTXCI 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSTXCI (Set text color index) - sets the text color index.
+GSTXCI (Set text color index) \- sets the text color index.
 .SH SYNOPSIS
 CALL GSTXCI (COLI)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gstxfp.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gstxfp.m
+++ ncl-6.4.0/ncarg2d/man/gks/gstxfp.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSTXFP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSTXFP (Set text font and precision) - sets the text font and precision.
+GSTXFP (Set text font and precision) \- sets the text font and precision.
 .SH SYNOPSIS
 CALL GSTXFP (FONT, PREC)
 .SH C-BINDING SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gks/gstxp.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gstxp.m
+++ ncl-6.4.0/ncarg2d/man/gks/gstxp.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSTXP 3NCARG "14 January 1992" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSTXP (Set text path) - sets the text paths or directions
+GSTXP (Set text path) \- sets the text paths or directions
 in which text is to be drawn.
 .SH SYNOPSIS
 CALL GSTXP (TXP)
Index: ncl-6.4.0/ncarg2d/man/gks/gsvp.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gsvp.m
+++ ncl-6.4.0/ncarg2d/man/gks/gsvp.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSVP 3NCARG "14 January 1992" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSVP (Set viewport) - establishes a rectangular subspace of 
+GSVP (Set viewport) \- establishes a rectangular subspace of 
 normalized device coordinates space. Calls to GSVP are 
 discouraged with NCAR Graphics. Instead, use the SET 
 subroutine because SET also supports mirror imaging and log 
Index: ncl-6.4.0/ncarg2d/man/gks/gswn.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/gswn.m
+++ ncl-6.4.0/ncarg2d/man/gks/gswn.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSWN 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GSWN (Set window) - establishes a window, or rectangular subspace, 
+GSWN (Set window) \- establishes a window, or rectangular subspace, 
 of world coordinates to be plotted. Calls to GSWN are 
 discouraged with NCAR Graphics. Instead, use the SET 
 subroutine because SET also supports mirror imaging and log 
Index: ncl-6.4.0/ncarg2d/man/gks/guwk.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gks/guwk.m
+++ ncl-6.4.0/ncarg2d/man/gks/guwk.m
@@ -3,7 +3,7 @@
 .\"
 .TH GUWK 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-GUWK (Update workstation) - Insures that the workstation is current and
+GUWK (Update workstation) \- Insures that the workstation is current and
 reflects all requests that have been made.
 .SH SYNOPSIS
 CALL GUWK(WKID,REGFL)
Index: ncl-6.4.0/ncarg2d/man/gksC/gsel_norm_tran.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gsel_norm_tran.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gsel_norm_tran.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSEL_NORM_TRAN 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gsel_norm_tran (Select normalization transformation) - selects a 
+gsel_norm_tran (Select normalization transformation) \- selects a 
 predefined or user-defined transformation that maps world coordinates 
 to normalized device coordinates.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_char_expan.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_char_expan.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_char_expan.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_CHAR_EXPAN 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_char_expan (Set character expansion factor) - sets 
+gset_char_expan (Set character expansion factor) \- sets 
 the width to
 height ratio of text.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_char_ht.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_char_ht.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_char_ht.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_CHAR_HT 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_char_ht (Set character height) - sets the character height for text.
+gset_char_ht (Set character height) \- sets the character height for text.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_char_space.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_char_space.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_char_space.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_CHAR_SPACE 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_char_space (Set character spacing) - sets the character spacing for text.
+gset_char_space (Set character spacing) \- sets the character spacing for text.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_char_up_vec.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_char_up_vec.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_char_up_vec.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_CHAR_UP_VEC 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_char_up_vec (Set character up vector) - specifies the angle at which subsequent
+gset_char_up_vec (Set character up vector) \- specifies the angle at which subsequent
 text is to be drawn with gtext.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_clip_ind.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_clip_ind.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_clip_ind.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_CLIP_IND 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_clip_ind (Set clipping indicator) - controls whether data are
+gset_clip_ind (Set clipping indicator) \- controls whether data are
 displayed outside the boundaries of the world coordinate window
 of the current normalization transformation.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_colr_rep.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_colr_rep.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_colr_rep.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_COLR_REP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_colr_rep (Set color representation) - associates a color value with a
+gset_colr_rep (Set color representation) \- associates a color value with a
 color index.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_fill_colr_ind.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_fill_colr_ind.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_fill_colr_ind.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_FILL_COLR_IND 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_fill_colr_ind (Set fill area color index) - sets the fill area color index.
+gset_fill_colr_ind (Set fill area color index) \- sets the fill area color index.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_fill_int_style.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_fill_int_style.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_fill_int_style.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_FILL_INT_STYLE 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_fill_int_style (Set fill area interior style) - sets the fill style
+gset_fill_int_style (Set fill area interior style) \- sets the fill style
 of polygons drawn with gfill_area.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_fill_style_ind.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_fill_style_ind.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_fill_style_ind.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_FILL_STYLE_IND 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_fill_style_ind (Set fill are style index) - sets the fill area style index.
+gset_fill_style_ind (Set fill are style index) \- sets the fill area style index.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_line_colr_ind.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_line_colr_ind.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_line_colr_ind.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_LINE_COLR_IND 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_line_colr_ind (Polyline color index) - sets the polyline color index.
+gset_line_colr_ind (Polyline color index) \- sets the polyline color index.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_linetype.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_linetype.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_linetype.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_LINETYPE 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_linetype (Set line type) - sets the line type to solid or various dashed patterns.
+gset_linetype (Set line type) \- sets the line type to solid or various dashed patterns.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_linewidth.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_linewidth.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_linewidth.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_LINEWIDTH 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_linewidth (Set linewidth scale factor) - sets the linewidth scale 
+gset_linewidth (Set linewidth scale factor) \- sets the linewidth scale 
 factor, or relative
 thickness of a polyline.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_marker_size.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_marker_size.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_marker_size.m
@@ -3,8 +3,8 @@
 .\"
 .TH GSET_MARKER_SIZE 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_marker_size (Set marker size scale factor) - sets the polymarker 
-size scale factor -- the relative size of the marker.
+gset_marker_size (Set marker size scale factor) \- sets the polymarker 
+size scale factor \-\- the relative size of the marker.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_marker_type.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_marker_type.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_marker_type.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_MARKER_TYPE 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_marker_type (Set marker type) - sets the type of polymarker to be used in
+gset_marker_type (Set marker type) \- sets the type of polymarker to be used in
 subsequent GPM calls.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_seg_tran.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_seg_tran.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_seg_tran.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_SEG_TRAN 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_seg_tran (Set segment transformation) - Associates a segment transformation
+gset_seg_tran (Set segment transformation) \- Associates a segment transformation
 with a named segment.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_text_align.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_text_align.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_text_align.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_TEXT_ALIGN 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_text_align (Set text alignment) - sets the text alignment.
+gset_text_align (Set text alignment) \- sets the text alignment.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_text_colr_ind.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_text_colr_ind.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_text_colr_ind.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_TEXT_COLR_IND 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_text_colr_ind (Set text color index) - sets the text color index.
+gset_text_colr_ind (Set text color index) \- sets the text color index.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
 .sp
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_text_font_prec.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_text_font_prec.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_text_font_prec.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_TEXT_FONT_PREC 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_text_font_prec (Set text font and precision) - sets the text font 
+gset_text_font_prec (Set text font and precision) \- sets the text font 
 and precision.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_text_path.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_text_path.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_text_path.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_TEXT_PATH 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_text_path (Set text path) - sets the text paths or directions
+gset_text_path (Set text path) \- sets the text paths or directions
 in which text is to be drawn.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_vp.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_vp.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_vp.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_VP 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_vp (Set viewport) - establishes a rectangular subspace of 
+gset_vp (Set viewport) \- establishes a rectangular subspace of 
 normalized device coordinates space. Calls to gset_vp are 
 discouraged with NCAR Graphics. Instead, use the c_set 
 routine because c_set also supports mirror imaging and log 
Index: ncl-6.4.0/ncarg2d/man/gksC/gset_win.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gset_win.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gset_win.m
@@ -3,7 +3,7 @@
 .\"
 .TH GSET_WIN 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gset_win (Set window) - establishes a window, or rectangular subspace, 
+gset_win (Set window) \- establishes a window, or rectangular subspace, 
 of world coordinates to be plotted. Calls to gset_win are 
 discouraged with NCAR Graphics. Instead, use the c_set 
 routine because c_set also supports mirror imaging and log 
Index: ncl-6.4.0/ncarg2d/man/gksC/gtext.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gtext.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gtext.m
@@ -3,7 +3,7 @@
 .\"
 .TH GTEXT 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gtext (Text) - The basic output primitive for drawing text.  A number 
+gtext (Text) \- The basic output primitive for drawing text.  A number 
 of attribute setting routines are available for selecting the size, font, 
 precision, orientation, color, character spacing, etc.
 .SH SYNOPSIS
Index: ncl-6.4.0/ncarg2d/man/gksC/gupd_ws.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/gksC/gupd_ws.m
+++ ncl-6.4.0/ncarg2d/man/gksC/gupd_ws.m
@@ -3,7 +3,7 @@
 .\"
 .TH GUPD_WS 3NCARG "March 1993" UNIX "NCAR GRAPHICS"
 .SH NAME
-gupd_ws (Update workstation) - Insures that the workstation is current and
+gupd_ws (Update workstation) \- Insures that the workstation is current and
 reflects all requests that have been made.
 .SH SYNOPSIS
 #include <ncarg/gks.h>
Index: ncl-6.4.0/ncarg2d/man/histogram/hstopr.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/histogram/hstopr.m
+++ ncl-6.4.0/ncarg2d/man/histogram/hstopr.m
@@ -2,7 +2,7 @@
 .na
 .nh
 .SH NAME
-HSTOPR - Specifies various REAL arrays to be used by the
+HSTOPR \- Specifies various REAL arrays to be used by the
 the Histogram utility.
 .SH SYNOPSIS
 CALL HSTOPR (STRING,ARRAY,LARR)
@@ -57,7 +57,8 @@ would specify the upper left quadrant of
 .sp
 IF \'WIN=OFF\', the default window for the histogram will
 be the entire frame.
-.sp2
+.sp
+.sp
 Spacing:
 .sp
 .nf
@@ -79,7 +80,8 @@ bars when two datasets are compared.  Va
 The Default is 0.
 .sp
 When STRING = \'SPA=OFF\', there is no spacing or overlap.
-.sp2
+.sp
+.sp
 Detecting missing values:
 .sp
 .nf
@@ -116,7 +118,8 @@ in this utility, see the histogram_param
 Use the command "ncargex thstgr" to generate a three frame example
 of histogram options.  The following code defined the window and
 bar spacing of plot 1 on frame 3.
-.sp2
+.sp
+.sp
 .nf
 C
 C  Plot 1 goes into the top left quadrant of the frame.
Index: ncl-6.4.0/ncarg2d/man/other/ncarg_cbind.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/other/ncarg_cbind.m
+++ ncl-6.4.0/ncarg2d/man/other/ncarg_cbind.m
@@ -3,7 +3,7 @@
 .\"
 .TH NCARG_CBIND 3NCARG "February 1993" NCAR "NCAR GRAPHICS"
 .SH NAME
-NCAR Graphics C-binding - Description of how to use the NCAR Graphics
+NCAR Graphics C-binding \- Description of how to use the NCAR Graphics
 C-binding.
 .SH SYNOPSIS
 The NCAR Graphics C-binding consists of a collection of C routines
Index: ncl-6.4.0/ncarg2d/man/other/ncarg_gks_cbind.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/other/ncarg_gks_cbind.m
+++ ncl-6.4.0/ncarg2d/man/other/ncarg_gks_cbind.m
@@ -3,7 +3,7 @@
 .\"
 .TH NCARG_GKS_CBIND 3NCARG "February 1993" NCAR "NCAR GRAPHICS"
 .SH NAME
-NCAR Graphics GKS C-binding - Description of how to use the NCAR Graphics
+NCAR Graphics GKS C-binding \- Description of how to use the NCAR Graphics
 GKS C-binding.
 .SH SYNOPSIS
 This section only briefly describes how to use the NCAR Graphics GKS
Index: ncl-6.4.0/ncarg2d/man/plotchar/plotchar.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/plotchar/plotchar.m
+++ ncl-6.4.0/ncarg2d/man/plotchar/plotchar.m
@@ -2,7 +2,7 @@
 .na
 .nh
 .SH NAME
-Plotchar - Allows a user to draw characters of high, medium,
+Plotchar \- Allows a user to draw characters of high, medium,
 or low quality.  
 .SH SYNOPSIS
 PCHIQU (or PLCHHQ) -
Index: ncl-6.4.0/ncarg2d/man/scrolled_title/scrolled_title_params.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/scrolled_title/scrolled_title_params.m
+++ ncl-6.4.0/ncarg2d/man/scrolled_title/scrolled_title_params.m
@@ -2,7 +2,7 @@
 .na
 .nh
 .SH NAME
-Scrolled_title_params - This document briefly describes all Scrolled_title
+Scrolled_title_params \- This document briefly describes all Scrolled_title
 internal parameters.
 .SH DESCRIPTION 
 Parameter descriptions, in alphabetical order, of all Scrolled_title
Index: ncl-6.4.0/ncarg2d/man/vectors/vectors_params.m
===================================================================
--- ncl-6.4.0.orig/ncarg2d/man/vectors/vectors_params.m
+++ ncl-6.4.0/ncarg2d/man/vectors/vectors_params.m
@@ -3,7 +3,7 @@
 .na
 .nh
 .SH NAME
-Vectors_params - This document briefly describes all Vectors
+Vectors_params \- This document briefly describes all Vectors
 internal parameters.
 .SH DESCRIPTION 
 Parameter descriptions follow, in alphabetical order. Each
Index: ncl-6.4.0/ngmath/man/cssgrid/cssgrid_params.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/cssgrid/cssgrid_params.m
+++ ncl-6.4.0/ngmath/man/cssgrid/cssgrid_params.m
@@ -5,7 +5,7 @@
 .na
 .nh
 .SH NAME
-cssgrid_params - This document briefly describes all the
+cssgrid_params \- This document briefly describes all the
 internal parameters of Cssgrid.
 .SH DESCRIPTION 
 Each entry below includes the name of a parameter, its Fortran type
@@ -68,7 +68,7 @@ c_csstrid,
 c_csvorod,
 c_css2cd,
 c_csc2sd.
-.sp,
+.sp
 Complete documentation for Cssgrid is available at URL
 .br
 http://ngwww.ucar.edu/ngdoc/ng/ngmath/csgrid/cshome.html
Index: ncl-6.4.0/ngmath/man/cssgrid/csstri.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/cssgrid/csstri.m
+++ ncl-6.4.0/ngmath/man/cssgrid/csstri.m
@@ -3,7 +3,7 @@
 .\"
 .TH CSSTRI 3NCARG "May 2000" UNIX "NCAR GRAPHICS"
 .SH NAME
-CSSTRI - calculates a Delaunay triangulation for data on a sphere
+CSSTRI \- calculates a Delaunay triangulation for data on a sphere
 .SH SYNOPSIS
 CALL CSSTRI (N, RLAT, RLON, NT, NTRI, IWK, RWK, IER)
 .SH DESCRIPTION
Index: ncl-6.4.0/ngmath/man/natgrid/natgrid.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/natgrid/natgrid.m
+++ ncl-6.4.0/ngmath/man/natgrid/natgrid.m
@@ -5,7 +5,7 @@
 .na
 .nh
 .SH NAME
-Natgrid is a package for gridding 2D randomly-spaced data using
+Natgrid \-  a package for gridding 2D randomly-spaced data using
 a natural neighbor algorithm.  Single precison and double
 precision interfaces exist in both Fortran and C.
 .SH SYNOPSIS
Index: ncl-6.4.0/ngmath/man/natgrid/nnpntd.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/natgrid/nnpntd.m
+++ ncl-6.4.0/ngmath/man/natgrid/nnpntd.m
@@ -3,7 +3,7 @@
 .\"
 .TH NNPNTD 3NCARG "March 1997-1998" UNIX "NCAR GRAPHICS"
 .SH NAME
-NNPNTD- Interpolate at a single point in double precision
+NNPNTD \- Interpolate at a single point in double precision
 .SH SYNOPSIS
 CALL NNPNTD (X, Y, Z)
 .SH DESCRIPTION
Index: ncl-6.4.0/ngmath/man/natgrid/nnpntinitd.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/natgrid/nnpntinitd.m
+++ ncl-6.4.0/ngmath/man/natgrid/nnpntinitd.m
@@ -3,7 +3,7 @@
 .\"
 .TH NNPNTINITD 3NCARG "March 1997-1998" UNIX "NCAR GRAPHICS"
 .SH NAME
-NNPNTINITD- Enter single point mode in double precision
+NNPNTINITD \- Enter single point mode in double precision
 .SH SYNOPSIS
 CALL NNPNTINITD (NPNTS, X, Y, Z)
 .SH DESCRIPTION
Index: ncl-6.4.0/ngmath/man/natgrid/nnpntinits.m
===================================================================
--- ncl-6.4.0.orig/ngmath/man/natgrid/nnpntinits.m
+++ ncl-6.4.0/ngmath/man/natgrid/nnpntinits.m
@@ -3,7 +3,7 @@
 .\"
 .TH NNPNTINITS 3NCARG "March 1997-1998" UNIX "NCAR GRAPHICS"
 .SH NAME
-NNPNTINITS- Enter single point mode
+NNPNTINITS \- Enter single point mode
 .SH SYNOPSIS
 CALL NNPNTINITS (NPNTS, X, Y, Z)
 .SH DESCRIPTION
