Author: Stuart Prescott, Felix Lechner
Date: Mon, 24 Aug 2020 12:34:44 -0700
Bug-Debian: https://bugs.debian.org/968972
Description: Format manual pages correctly

--- a/man/src/BruteForce.3
+++ b/man/src/BruteForce.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Callback.3
+++ b/man/src/Callback.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
@@ -80,7 +80,7 @@ floating point grayscale pixel intensity
 .DS
 void \fIfunc\fR(\kxvoid *\fIvoxel_ptr,\fR float *\fIi_ptr\fR,
 .br
-\h'\nxu'void *\fIclient_data\fR);
+\h.\nxu'void *\fIclient_data\fR);
 .DE
 .IP \fIvoxel_ptr\fR
 Pointer to the beginning of a voxel that must be shaded.
@@ -102,9 +102,9 @@ floating point RGB pixel intensity.  The
 .DS
 void \fIfunc\fR(\kxvoid *\fIvoxel_ptr,\fR float *\fIr_ptr\fR,
 .br
-\h'\nxu'float *\fIr_ptr\fR, float *\fIr_ptr\fR,
+\h.\nxu'float *\fIr_ptr\fR, float *\fIr_ptr\fR,
 .br
-\h'\nxu'void *\fIclient_data\fR);
+\h.\nxu'void *\fIclient_data\fR);
 .DE
 .IP \fIvoxel_ptr\fR
 Pointer to the beginning of a voxel that must be shaded.
@@ -141,7 +141,7 @@ memory map data from a file instead of c
 .DS
 void *\fIfunc\fR(\kxint \fIfd,\fR unsigned \fIoffset,\fR
 .br
-\h'\nxu'void *\fIclient_data\fR);
+\h.\nxu'void *\fIclient_data\fR);
 .DE
 .IP \fIfd\fR
 File descriptor from \fBopen\fR(2) open for reading.
@@ -180,7 +180,7 @@ whenever VolPack allocates memory.  The
 .DS
 void \fIfunc\fR(\kxvoid *\fIptr,\fR int \fIsize\fR, char *\fIuse\fR,
 .br
-\h'\nxu'int \fIline\fR, char *\fIfile\fR, void *\fIclient_data\fR);
+\h.\nxu'int \fIline\fR, char *\fIfile\fR, void *\fIclient_data\fR);
 .DE
 .IP \fIptr\fR
 Address of the allocated memory.
--- a/man/src/ClientData.3
+++ b/man/src/ClientData.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/ClsfyScalar.3
+++ b/man/src/ClsfyScalar.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/ClsfyScan.3
+++ b/man/src/ClsfyScan.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/ClsfyTable.3
+++ b/man/src/ClsfyTable.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/ClsfyVolume.3
+++ b/man/src/ClsfyVolume.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Context.3
+++ b/man/src/Context.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/CurrentMatrix.3
+++ b/man/src/CurrentMatrix.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Debug.3
+++ b/man/src/Debug.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/DepthCueing.3
+++ b/man/src/DepthCueing.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Enable.3
+++ b/man/src/Enable.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Error.3
+++ b/man/src/Error.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Extract.3
+++ b/man/src/Extract.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Filter.3
+++ b/man/src/Filter.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/FilterTab.3
+++ b/man/src/FilterTab.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Get.3
+++ b/man/src/Get.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/GetImage.3
+++ b/man/src/GetImage.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/GetLight.3
+++ b/man/src/GetLight.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/GetMaterial.3
+++ b/man/src/GetMaterial.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/GetMatrix.3
+++ b/man/src/GetMatrix.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Identity.3
+++ b/man/src/Identity.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Image.3
+++ b/man/src/Image.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Light.3
+++ b/man/src/Light.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/LinAlgebra.3
+++ b/man/src/LinAlgebra.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Load.3
+++ b/man/src/Load.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/LookupShader.3
+++ b/man/src/LookupShader.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
@@ -155,7 +155,7 @@ computed from the formula:
 .DS
 color =\kx color_table[color_index][material_index] * 
 .br
-\h'\nxu' weight_table[weight_index][material_index]
+\h.\nxu' weight_table[weight_index][material_index]
 .DE
 Then the weighted colors for each material type are added up to give
 the voxel color.  If \fIcolor_table\fR contains RGB values then each
--- a/man/src/Material.3
+++ b/man/src/Material.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/MinMaxOctree.3
+++ b/man/src/MinMaxOctree.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/MultMatrix.3
+++ b/man/src/MultMatrix.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/NormalIndex.3
+++ b/man/src/NormalIndex.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/OctreeMask.3
+++ b/man/src/OctreeMask.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Ramp.3
+++ b/man/src/Ramp.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/RawVoxels.3
+++ b/man/src/RawVoxels.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Render.3
+++ b/man/src/Render.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Resample.3
+++ b/man/src/Resample.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Rotate.3
+++ b/man/src/Rotate.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Scale.3
+++ b/man/src/Scale.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/ScanNormals.3
+++ b/man/src/ScanNormals.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Set.3
+++ b/man/src/Set.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/SetMatrix.3
+++ b/man/src/SetMatrix.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/ShadeTable.3
+++ b/man/src/ShadeTable.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Shadow.3
+++ b/man/src/Shadow.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Store.3
+++ b/man/src/Store.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Timer.3
+++ b/man/src/Timer.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/TracePixel.3
+++ b/man/src/TracePixel.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Translate.3
+++ b/man/src/Translate.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Transpose.3
+++ b/man/src/Transpose.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/VolPack.3
+++ b/man/src/VolPack.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/VolumeNormals.3
+++ b/man/src/VolumeNormals.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/VolumeSize.3
+++ b/man/src/VolumeSize.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/VoxelField.3
+++ b/man/src/VoxelField.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/VoxelSize.3
+++ b/man/src/VoxelSize.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/Window.3
+++ b/man/src/Window.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
--- a/man/src/WindowPHIGS.3
+++ b/man/src/WindowPHIGS.3
@@ -1,50 +1,50 @@
-'\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
-'\" Junior University.  All rights reserved.
-'\" 
-'\" Permission to use, copy, modify and distribute this software and its
-'\" documentation for any purpose is hereby granted without fee, provided
-'\" that the above copyright notice and this permission notice appear in
-'\" all copies of this software and that you do not sell the software.
-'\" Commercial licensing is available by contacting the author.
-'\" 
-'\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-'\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-'\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-'\" 
-'\" Author:
-'\"    Phil Lacroute
-'\"    Computer Systems Laboratory
-'\"    Electrical Engineering Dept.
-'\"    Stanford University
-'\" 
-'\" $Date: 1994/12/31 19:49:53 $
-'\" $Revision: 1.1 $
-'\"
-'\" Macros
-'\" .FS <type>  --  function start
-'\"     <type> is return type of function
-'\"     name and arguments follow on next line
+.\" Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+.\" Junior University.  All rights reserved.
+.\" 
+.\" Permission to use, copy, modify and distribute this software and its
+.\" documentation for any purpose is hereby granted without fee, provided
+.\" that the above copyright notice and this permission notice appear in
+.\" all copies of this software and that you do not sell the software.
+.\" Commercial licensing is available by contacting the author.
+.\" 
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+.\" 
+.\" Author:
+.\"    Phil Lacroute
+.\"    Computer Systems Laboratory
+.\"    Electrical Engineering Dept.
+.\"    Stanford University
+.\" 
+.\" $Date: 1994/12/31 19:49:53 $
+.\" $Revision: 1.1 $
+.\"
+.\" Macros
+.\" .FS <type>  --  function start
+.\"     <type> is return type of function
+.\"     name and arguments follow on next line
 .de FS
 .PD 0v
 .PP
 \\$1
 .HP 8
 ..
-'\" .FA  --  function arguments
-'\"     one argument declaration follows on next line
+.\" .FA  --  function arguments
+.\"     one argument declaration follows on next line
 .de FA
 .IP " " 4
 ..
-'\" .FE  --  function end
-'\"     end of function declaration
+.\" .FE  --  function end
+.\"     end of function declaration
 .de FE
 .PD
 ..
-'\" .DS  --  display start
+.\" .DS  --  display start
 .de DS
 .IP " " 4
 ..
-'\" .DE  --  display done
+.\" .DE  --  display done
 .de DE
 .LP
 ..
