]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
style cleanup
authorRoger Dingledine <arma@torproject.org>
Tue, 2 Dec 2008 23:42:21 +0000 (23:42 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 2 Dec 2008 23:42:21 +0000 (23:42 +0000)
svn:r17457

src/common/compat.c

index a54fded8334403130f77413fc448795936b25f35..fcc57f60db5242482e745a27531fd4f92fdd34d5 100644 (file)
@@ -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)
 {