update documentation

This commit is contained in:
wbaumann
2009-04-27 19:29:12 +00:00
parent 5b849d6ff3
commit ed5351e375
24 changed files with 704 additions and 719 deletions

View File

@ -25,8 +25,6 @@
/* Misc. */
/*=======*/
#define DAV_HOME "http://dav.sourceforge.net"
/* File system type to be used with 'mount -t' and fstab. */
#define DAV_FS_TYPE "davfs"

View File

@ -929,7 +929,7 @@ parse_commandline(int argc, char *argv[])
while (o != -1) {
switch (o) {
case 'V':
printf("%s <%s>\n\n", PACKAGE_STRING, DAV_HOME);
printf("%s <%s>\n\n", PACKAGE_STRING, PACKAGE_BUGREPORT);
printf(_("This is free software; see the source for copying "
"conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS "

View File

@ -84,7 +84,7 @@ main(int argc, char *argv[])
while (o != -1) {
switch (o) {
case 'V':
printf("%s <%s>\n\n", PACKAGE_STRING, DAV_HOME);
printf("%s <%s>\n\n", PACKAGE_STRING, PACKAGE_BUGREPORT);
printf(_("This is free software; see the source for copying "
"conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS "