Mercurial > trustbridge
diff cinst/main.c @ 1053:78798d3af8f0
Fixed doxygen build warnings.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Tue, 09 Sep 2014 15:22:19 +0200 |
parents | 76c410aff382 |
children | 317ee9dc4684 |
line wrap: on
line diff
--- a/cinst/main.c Fri Sep 05 16:16:57 2014 +0200 +++ b/cinst/main.c Tue Sep 09 15:22:19 2014 +0200 @@ -14,15 +14,15 @@ * process will modify system wide certificate stores. * Otherwise only the users certificate stores are modified. * - * The first parameter to this process should be list=<file_name> + * The first parameter to this process should be list=\<file_name\> * of the certificate list to work on. The second parameter should - * be choices=<choices_file_name>|uninstall + * be choices=\<choices_file_name\>|uninstall * * choices_file_name should be the absolute path to an * choices file formatted as: * - * I:<certificate> - * R:<certificate> + * I:\<certificate\><BR> + * R:\<certificate\> * * Line breaks can be system dependent in the Choices file. *