[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17457: {tor} style cleanup (tor/trunk/src/common)
Author: arma
Date: 2008-12-02 18:42:21 -0500 (Tue, 02 Dec 2008)
New Revision: 17457
Modified:
tor/trunk/src/common/compat.c
Log:
style cleanup
Modified: tor/trunk/src/common/compat.c
===================================================================
--- tor/trunk/src/common/compat.c 2008-12-02 23:36:58 UTC (rev 17456)
+++ tor/trunk/src/common/compat.c 2008-12-02 23:42:21 UTC (rev 17457)
@@ -590,7 +590,7 @@
#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 @@
#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)
{