From b435a7a1b3fa6eec367d9b48a1f9b9cf13d617fa Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Fri, 10 May 2013 16:48:28 +0200 Subject: docs: minor: fix mentioning of Documentation/ The Documentation/ folder no longer exists. Either everything important can be found in the man pages or other documentation files. Fix the mentioning of Documentation/. Signed-off-by: Daniel Borkmann --- curvetun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'curvetun.c') diff --git a/curvetun.c b/curvetun.c index 0baa9e4..be2d0ef 100644 --- a/curvetun.c +++ b/curvetun.c @@ -111,7 +111,7 @@ static void help(void) " -v|--version Print version\n" " -h|--help Print this help\n\n" "Example:\n" - " See Documentation/Curvetun for a configuration example.\n" + " See curvetun's man page for a configuration example.\n" " curvetun --server -4 -u -N --port 6666 --stun stunserver.org\n" " curvetun --client=ethz\n\n" " curvetun --keygen\n" -- cgit v1.2.3-54-g00ecf