]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/2/graphics
libstdio: sync bits of vfprintf from APE
[plan9front.git] / sys / man / 2 / graphics
index 4aa984ed8b9948df16f998de2f05922e5a831983..8620975824fdf874994efba64a72862c2cf15491 100644 (file)
@@ -20,7 +20,7 @@ int   initdraw(void (*errfun)(Display*, char*), char *font,
 int    geninitdraw(char *devdir, void(*errfun)(Display*, char*),
 .PP
 .B
-          char *font, char *label, char *mousedir, char *windir,
+          char *font, char *label, char *windir,
 .B
           int ref)
 .PP
@@ -368,14 +368,10 @@ and
 .I label
 are as in
 .IR initdraw ;
-.I mousedir
-and
 .I windir
-are the directories holding the
-.B mouse
-and
+is the directory holding the
 .B winname
-files; and
+file; and
 .I ref
 specifies the refresh function to be used to create the window, if running under
 .IR rio (1)
@@ -417,7 +413,7 @@ disconnects the display and frees the associated data structures.
 builds a
 .B Subfont
 structure from in-core data describing a default subfont.
-None of these routines is needed by most programs, since
+None of these routines are needed by most programs, since
 .I initdraw
 calls them as needed.
 .PP