diff options
-rw-r--r-- | CodingStyle | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | curvetun.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CodingStyle b/CodingStyle index 31265b4..f92965e 100644 --- a/CodingStyle +++ b/CodingStyle @@ -3,7 +3,7 @@ written by Linus. In general, keep this in mind: (i) simplicity, (ii) brevity, (iii) elegance. - You are also obliged to treat files in Documentation/ in same quality as code. + You are also obliged to treat documentation files in the same quality as code. Daniel Borkmann @@ -270,7 +270,7 @@ announcement: $(Q)echo -e " git checkout $(VERSION_STRING)\n" >> .MAIL_MSG $(Q)echo -e "Or via HTTP, through:\n" >> .MAIL_MSG $(Q)echo -e " wget http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-$(VERSION_STRING).tar.gz\n" >> .MAIL_MSG - $(Q)echo -e "The release be verified via Git, through (see Documentation/Workflow):\n" >> .MAIL_MSG + $(Q)echo -e "The release be verified via Git, through (see README):\n" >> .MAIL_MSG $(Q)echo -e " git tag -v $(VERSION_STRING)\n" >> .MAIL_MSG $(Q)echo -e "Major high-level changes since the last release are:\n" >> .MAIL_MSG $(Q)echo -e " *** BLURB HERE ***\n" >> .MAIL_MSG @@ -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" |