This patch fixes the changed parameters of memimagestring(), where the last one called drawop is in the manpage, but not in the source (/sys/src/libmemdraw/string.c). Reference: /n/sources/patch/applied/libmemdraw-typo Date: Sat Apr 16 18:07:18 CES 2005 --- /sys/man/2/memdraw Sat Apr 16 18:07:05 2005 +++ /sys/man/2/memdraw Sat Apr 16 18:07:00 2005 @@ -38,8 +38,6 @@ .SH SYNOPSIS .nf .B #include -.nf -.B #include .B #include .B #include .B #include @@ -154,7 +152,7 @@ Point memsubfontwidth(Memsubfont *f, char *s) Memsubfont* getmemdefont(void) Point memimagestring(Memimage *dst, Point p, Memimage *color, - Point cp, Memsubfont *f, char *cs, Drawop op) + Point cp, Memsubfont *f, char *cs) .PP .ft L .nf