summaryrefslogtreecommitdiff
path: root/token.c
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-04-08 08:35:30 +0000
committerMartin Pool <mbp@samba.org>2002-04-08 08:35:30 +0000
commit79f671cc7c87162bcd6822b3bcd351858ec4fe81 (patch)
treead868039cc34fbaf98d376afab553274b8e88d4a /token.c
parent0f9c48b1d23fbe958544094e97ba8ad2a7d8b8f4 (diff)
downloadrsync-79f671cc7c87162bcd6822b3bcd351858ec4fe81.tar.gz
Doc
Diffstat (limited to 'token.c')
-rw-r--r--token.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/token.c b/token.c
index 174f121a..e120a0f5 100644
--- a/token.c
+++ b/token.c
@@ -474,8 +474,8 @@ static void see_deflate_token(char *buf, int len)
} while (len || rx_strm.avail_out == 0);
}
-/*
- * transmit a verbatim buffer of length n followed by a token
+/**
+ * Transmit a verbatim buffer of length @p n followed by a token.
* If token == -1 then we have reached EOF
* If n == 0 then don't send a buffer
*/