]> Kevux Git Server - fll/commitdiff
Cleanup: Add missing () in docuumentation comments for f_file_seek().
authorKevin Day <kevin@kevux.org>
Sat, 24 Jun 2023 20:21:59 +0000 (15:21 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 24 Jun 2023 20:21:59 +0000 (15:21 -0500)
level_0/f_file/c/file.h

index f9c938d167124987803601b2afdede0423d3ac5a..0316846fe582cd6b3c24c0f2d6ff03a69fe36b1c 100644 (file)
@@ -1858,7 +1858,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_failure (with error bit) on any other error.
  *
- * @see lseek
+ * @see lseek()
  */
 #ifndef _di_f_file_seek_
   extern f_status_t f_file_seek(const int id, const int whence, const off_t offset, off_t * const seeked);