# HG changeset patch # User jwe # Date 1122573282 0 # Node ID 0f6947621602cc9c06efe175d03f1c845865ceea # Parent f608ac74f92ce2639e742693b1af74f49529b51c [project @ 2005-07-28 17:54:42 by jwe] diff -r f608ac74f92c -r 0f6947621602 src/file-io.cc --- a/src/file-io.cc Mon Jul 25 21:32:51 2005 +0000 +++ b/src/file-io.cc Thu Jul 28 17:54:42 2005 +0000 @@ -699,7 +699,7 @@ position), @code{SEEK_SET} (beginning), or @code{SEEK_END} (end of\n\ file) or strings \"cof\", \"bof\" or \"eof\". If @var{origin} is omitted,\n\ @code{SEEK_SET} is assumed. The offset must be zero, or a value returned\n\ -by @code{ftell} (in which case @var{origin} must be @code{SEEK_SET}.\n\ +by @code{ftell} (in which case @var{origin} must be @code{SEEK_SET}).\n\ \n\ Return 0 on success and -1 on error.\n\ @end deftypefn\n\