summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/compat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index a54fded833..fcc57f60db 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -590,7 +590,7 @@ tor_lockfile_unlock(tor_lockfile_t *lockfile)
#define SEEK_END 2
#endif
-/** Return the position of fd with respect to the start of the file */
+/** Return the position of <b>fd</b> with respect to the start of the file. */
off_t
tor_fd_getpos(int fd)
{
@@ -601,7 +601,7 @@ tor_fd_getpos(int fd)
#endif
}
-/** Move fd to the end of the file. Return -1 on error, 0 on success. */
+/** Move <b>fd</b> to the end of the file. Return -1 on error, 0 on success. */
int
tor_fd_seekend(int fd)
{