소스 검색

style cleanup

svn:r17457
Roger Dingledine 17 년 전
부모
커밋
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)
 {