Skip to content

R-exts.texi typo

1 message · Jeffrey Horner

#
Index: doc/manual/R-exts.texi
===================================================================
--- doc/manual/R-exts.texi      (revision 41314)
+++ doc/manual/R-exts.texi      (working copy)
@@ -8951,7 +8951,7 @@
  @deftypefun int R_ReadConsole (char *@var{prompt}, unsigned char 
*@var{buf}, @
    int @var{buflen}, int @var{hist})
  @deftypefunx void R_WriteConsole (char *@var{buf}, int @var{buflen})
- at deftypefunx void R_WriteConsole (char *@var{buf}, int @var{buflen}, 
int @var{otype})
+ at deftypefunx void R_WriteConsoleEx (char *@var{buf}, int @var{buflen}, 
int @var{otype})
  @deftypefunx void R_ResetConsole ()
  @deftypefunx void R_FlushConsole ()
  @deftypefunx void R_ClearErrConsole ()

Jeff