Mercurial > trustbridge
comparison cinst/mozilla.c @ 130:ffb20e76e7d0
Fix max line length documentation
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 10:27:26 +0000 |
parents | 4bb5f295987b |
children | fc9af77b06b9 |
comparison
equal
deleted
inserted
replaced
129:39b7930fbca9 | 130:ffb20e76e7d0 |
---|---|
6 * | 6 * |
7 * I:<base64 DER econded certificate>\r\n | 7 * I:<base64 DER econded certificate>\r\n |
8 * R:<base64 DER econded certificate>\r\n | 8 * R:<base64 DER econded certificate>\r\n |
9 * ... | 9 * ... |
10 * | 10 * |
11 * The maximum size of an input line is 1000 characters | 11 * The maximum size of an input line is 9999 characters |
12 * (including the \r\n) at the end of the line. | 12 * (including the \r\n) at the end of the line. |
13 * | 13 * |
14 * Certificates marked with I: will be installed and the ones | 14 * Certificates marked with I: will be installed and the ones |
15 * marked with R: will be searched and if available removed from | 15 * marked with R: will be searched and if available removed from |
16 * the databases. | 16 * the databases. |