Added confidence and prediction intervals to model export
[pspp-builds.git] / src / font.h
index c612c9f47085c06d239678169bf4c7151d24a399..a709667c88d6218f522923e78f74f10a51fc183a 100644 (file)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA. */
 
 #if !font_h
 #define font_h 1
@@ -122,7 +122,7 @@ int font_get_kern_adjust (const struct font_desc *font, int ch1, int ch2);
 /* groff fonts. */
 struct groff_device_info
   {
-    /* See groff_font(5). */
+    /* See groff_font man page. */
     int res, horiz, vert;
     int size_scale, unit_width;
     int (*sizes)[2], n_sizes;