diff --git a/reference/filesystem/functions/fscanf.xml b/reference/filesystem/functions/fscanf.xml index d873afbd16..86b29bd5a4 100644 --- a/reference/filesystem/functions/fscanf.xml +++ b/reference/filesystem/functions/fscanf.xml @@ -1,5 +1,5 @@ - + @@ -18,12 +18,12 @@ The function fscanf is similar to sscanf, but it takes its input from a file associated with handle and interprets the - input according to the specified - format. If only two parameters were passed - to this function, the values parsed will be returned as an array. - Otherwise, if optional parameters are passed, the function will - return the number of assigned values. The optional parameters - must be passed by reference. + input according to the specified format, which is + described in the documentation for sprintf. If only + two parameters were passed to this function, the values parsed will be + returned as an array. Otherwise, if optional parameters are passed, the + function will return the number of assigned values. The optional + parameters must be passed by reference. Any whitespace in the format string matches any whitespace in the input