X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/71f8c518d2a8e283e62ed3282c051fb125540c75..1784bdccf796c18fbf46d8359c0d6b9bddb4b195:/src/msg/msg_io.c diff --git a/src/msg/msg_io.c b/src/msg/msg_io.c index 36361fc130..d0b77c5251 100644 --- a/src/msg/msg_io.c +++ b/src/msg/msg_io.c @@ -209,7 +209,7 @@ xbt_dict_t MSG_file_ls(const char *mount, const char *path) * \param fd : file object that identifies the stream * \param offset : number of bytes to offset from origin * \param origin : Position used as reference for the offset. It is specified by - * one of the following constants defined in exclusively to be used as + * one of the following constants defined in \ exclusively to be used as * arguments for this function (SEEK_SET = beginning of file, SEEK_CUR = current * position of the file pointer, SEEK_END = end of file) *