瀏覽代碼

style cleanup

svn:r17457
Roger Dingledine 15 年之前
父節點
當前提交
96a185d9b7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/common/compat.c

+ 2 - 2
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)
 {