diff options
Diffstat (limited to 'manual/manual.of')
-rw-r--r-- | manual/manual.of | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/manual.of b/manual/manual.of index c1a9c138..7cd0d4db 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
@@ -8699,6 +8699,9 @@ Writes the value of each of its arguments to @id{file}. | |||
8699 | The arguments must be strings or numbers. | 8699 | The arguments must be strings or numbers. |
8700 | 8700 | ||
8701 | In case of success, this function returns @id{file}. | 8701 | In case of success, this function returns @id{file}. |
8702 | Otherwise, it returns four values: | ||
8703 | @fail, the error message, the error code, | ||
8704 | and the number of bytes it was able to write. | ||
8702 | 8705 | ||
8703 | } | 8706 | } |
8704 | 8707 | ||