Index: doc/user/user.tex
===================================================================
--- doc/user/user.tex	(revision a514fedcd49adb707a37172a7c0e12f107a6d549)
+++ doc/user/user.tex	(revision c47a271a95cc2ff1bbd7947e2ff51af8382abb3b)
@@ -11,6 +11,6 @@
 %% Created On       : Wed Apr  6 14:53:29 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Fri Apr 11 18:33:42 2025
-%% Update Count     : 7064
+%% Last Modified On : Mon Apr 14 20:53:55 2025
+%% Update Count     : 7065
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -4736,5 +4736,5 @@
 // *********************************** ofstream ***********************************
 bool fail( ofstream & );§\indexc{fail}\index{ofstream@©ofstream©!©fail©}§
-void clear( ofstream & );§\indexc{clear}\index{ofstream@©ofstream©!©clear©}§
+void clearerr( ofstream & );§\indexc{clearerr}\index{ofstream@©ofstream©!©clearerr©}§
 int flush( ofstream & );§\indexc{flush}\index{ofstream@©ofstream©!©flush©}§
 void open( ofstream &, const char name[], const char mode[] = "w" );§\indexc{open}\index{ofstream@©ofstream©!©open©}§
@@ -4747,5 +4747,5 @@
 // *********************************** ifstream ***********************************
 bool fail( ifstream & is );§\indexc{fail}\index{ifstream@©ifstream©!©fail©}§
-void clear( ifstream & );§\indexc{clear}\index{ifstream@©ifstream©!©clear©}§
+void clearerr( ifstream & );§\indexc{clearerr}\index{ifstream@©ifstream©!©clearerr©}§
 bool eof( ifstream & is );§\indexc{eof}\index{ifstream@©ifstream©!©eof©}§
 void open( ifstream & is, const char name[], const char mode[] = "r" );§\indexc{open}\index{ifstream@©ifstream©!©open©}§
