aboutsummaryrefslogtreecommitdiffstats
path: root/net/netsed
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2013-02-09 20:00:52 +0800
committercrees <crees@FreeBSD.org>2013-02-09 20:00:52 +0800
commitb0094ebe661f0e88d3e6f639c7a985be0f597af3 (patch)
tree2de43f02a7adf2cde27a75528b780bbad6998d32 /net/netsed
parent963f18a4bd4b61eb4d68e79b3e03b14c33b1de49 (diff)
downloadfreebsd-ports-graphics-b0094ebe661f0e88d3e6f639c7a985be0f597af3.tar.gz
freebsd-ports-graphics-b0094ebe661f0e88d3e6f639c7a985be0f597af3.tar.zst
freebsd-ports-graphics-b0094ebe661f0e88d3e6f639c7a985be0f597af3.zip
Various spelling corrections
PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi
Diffstat (limited to 'net/netsed')
-rw-r--r--net/netsed/files/patch-netsed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netsed/files/patch-netsed.c b/net/netsed/files/patch-netsed.c
index cab0a91ebbd..ed5fc3d88a0 100644
--- a/net/netsed/files/patch-netsed.c
+++ b/net/netsed/files/patch-netsed.c
@@ -20,7 +20,7 @@
+ ERR("be passed using HTTP-alike hex escape sequences (eg. CRLF -> %%0a%%0d).\n");
+ ERR("Single '%%' can be reached by using '%%%%'. Examples:\n\n");
+ ERR(" 's/andrew/mike/1' - replace 'andrew' with 'mike' (once)\n");
-+ ERR(" 's/andrew/mike' - replace all occurences of 'andrew' with 'mike'\n");
++ ERR(" 's/andrew/mike' - replace all occurrences of 'andrew' with 'mike'\n");
+ ERR(" 's/andrew/mike%%00' - replace 'andrew' with 'mike\\x00' (to keep orig. size)\n");
ERR(" 's/%%%%/%%2f/20' - replace '%%' with '/' in first 20 packets\n\n");
ERR("Rules are not working on cross-packet boundaries and are evaluated from\n");