X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgroff-font.c;h=9427089d3009f330e1e5997a6c59aab56583862e;hb=2990bac9e19a4a92606c830ab39ef3eb1e555481;hp=d321f2d7f0e563dc55e737173f772a4895c78ba1;hpb=a2222a2ddac2f12d38ae62bc7a769ed6d1ae1b46;p=pspp-builds.git diff --git a/src/groff-font.c b/src/groff-font.c index d321f2d7..9427089d 100644 --- a/src/groff-font.c +++ b/src/groff-font.c @@ -48,7 +48,7 @@ static void add_kern (struct font_desc * font, int ch1, int ch2, int adjust); /* 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 @@ static const char whitespace[] = " \t\n\r\v"; /* 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)