X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvserver-stat.c;h=d3e17410bab3fb99630378c6c0a628df5edb4c83;hb=89b7dc0f22bf73b7088396ceed97bac504c80069;hp=6d78f9d1dc837018b6817789d5e86c458a046bcb;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/src/vserver-stat.c b/src/vserver-stat.c index 6d78f9d..d3e1741 100644 --- a/src/vserver-stat.c +++ b/src/vserver-stat.c @@ -543,7 +543,7 @@ int main(int argc, char **argv) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return EXIT_FAILURE; break; } @@ -568,7 +568,7 @@ int main(int argc, char **argv) WRITE_MSG(2, "WARNING: can not access /proc/uptime. Usually, this is caused by\n" " procfs-security. Please read the FAQ for more details\n" - " http://www.linux-vserver.org/index.php?page=Linux-Vserver+FAQ\n"); + " http://linux-vserver.org/Proc-Security\n"); Vector_init(&xid_data, sizeof(struct XidData));