X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffont.h;h=a709667c88d6218f522923e78f74f10a51fc183a;hb=4a73877b4d56caed03d383fb4d38347a9774046f;hp=c612c9f47085c06d239678169bf4c7151d24a399;hpb=b7852df2743416201dc85fd672644799cdd1b7b5;p=pspp-builds.git diff --git a/src/font.h b/src/font.h index c612c9f4..a709667c 100644 --- a/src/font.h +++ b/src/font.h @@ -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;