pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/groff-font.c


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/groff-font.c
Date: Sun, 01 May 2005 03:24:26 -0400

Index: pspp/src/groff-font.c
diff -u pspp/src/groff-font.c:1.10 pspp/src/groff-font.c:1.11
--- pspp/src/groff-font.c:1.10  Fri Apr 29 01:02:15 2005
+++ pspp/src/groff-font.c       Sun May  1 07:24:24 2005
@@ -48,7 +48,7 @@
 /* Typical whitespace characters for tokenizing. */
 static const char whitespace[] = " \t\n\r\v";
 
-/* Some notes on the groff_font(8) manpage:
+/* Some notes on the groff_font manpage:
 
    DESC file format: A typical PostScript `res' would be 72000, with
    `hor' and `vert' set to 1 to indicate that all those positions are
@@ -62,7 +62,7 @@
 
 /* Reads a Groff font description file and converts it to a usable
    binary format in memory.  Installs the binary format in the global
-   font table.  See groff_font(8) for a description of the font
+   font table.  See groff_font for a description of the font
    description format supported.  Returns nonzero on success. */
 struct font_desc *
 groff_read_font (const char *fn)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]