[BACK]Return to term_ps.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/term_ps.c between version 1.82 and 1.83

version 1.82, 2016/08/10 11:03:43 version 1.83, 2017/02/17 14:31:52
Line 104  static void    ps_pclose(struct termp *);
Line 104  static void    ps_pclose(struct termp *);
 static  void              ps_plast(struct termp *);  static  void              ps_plast(struct termp *);
 static  void              ps_pletter(struct termp *, int);  static  void              ps_pletter(struct termp *, int);
 static  void              ps_printf(struct termp *, const char *, ...)  static  void              ps_printf(struct termp *, const char *, ...)
                                 __attribute__((__format__ (printf, 2, 3)));                                  __attribute__((__format__ (__printf__, 2, 3)));
 static  void              ps_putchar(struct termp *, char);  static  void              ps_putchar(struct termp *, char);
 static  void              ps_setfont(struct termp *, enum termfont);  static  void              ps_setfont(struct termp *, enum termfont);
 static  void              ps_setwidth(struct termp *, int, int);  static  void              ps_setwidth(struct termp *, int, int);

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

CVSweb