diff options
author | Martin Pool <mbp@samba.org> | 2002-04-08 08:35:30 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-04-08 08:35:30 +0000 |
commit | 79f671cc7c87162bcd6822b3bcd351858ec4fe81 (patch) | |
tree | ad868039cc34fbaf98d376afab553274b8e88d4a /token.c | |
parent | 0f9c48b1d23fbe958544094e97ba8ad2a7d8b8f4 (diff) | |
download | rsync-79f671cc7c87162bcd6822b3bcd351858ec4fe81.tar.gz rsync-79f671cc7c87162bcd6822b3bcd351858ec4fe81.tar.bz2 rsync-79f671cc7c87162bcd6822b3bcd351858ec4fe81.zip |
Doc
Diffstat (limited to 'token.c')
-rw-r--r-- | token.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |