aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2018-04-10 09:18:03 +0000
committerMichael Landin <mich@FreeBSD.org>2018-04-10 09:18:03 +0000
commit1b37c9b757505715eb2f42ab6a297afcba411d2b (patch)
tree3476d75d2e7d6628f9eedac171a86b2ced18cedb /misc
parent7dcc43c2e2e90c766cd53abe6c879dae7ac5eb59 (diff)
downloadports-1b37c9b757505715eb2f42ab6a297afcba411d2b.tar.gz
ports-1b37c9b757505715eb2f42ab6a297afcba411d2b.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/rpl/files/patch-man_rpl.111
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/rpl/files/patch-man_rpl.1 b/misc/rpl/files/patch-man_rpl.1
new file mode 100644
index 000000000000..d0b9f6f3c871
--- /dev/null
+++ b/misc/rpl/files/patch-man_rpl.1
@@ -0,0 +1,11 @@
+--- man/rpl.1.orig 2002-07-24 16:03:14 UTC
++++ man/rpl.1
+@@ -135,7 +135,7 @@ Honor Escapes
+ .RS
+ .I
+ rpl
+-will honor escape sequences in old_string and new_string. Standard escapes such as "\t" (tab), "\n" (newline), "\r" (carriage return) are processed, as well as any octal or hexidecimal ASCII codes. Octal ASCII codes start with a '\' and are comprised of three digits [0-7] (e.g. '\015'). Hexidecimal ASCII codes start with '\0x' followed by two characters [0-f] (e.g. '\0x0d'). The 'x' and the [a-f] may be upper or lowercase. When you use this switch you must escape all backslash ('\') characters with another backslash (e.g. '\\').
++will honor escape sequences in old_string and new_string. Standard escapes such as "\\t" (tab), "\\n" (newline), "\\r" (carriage return) are processed, as well as any octal or hexidecimal ASCII codes. Octal ASCII codes start with a '\\' and are comprised of three digits [0-7] (e.g. '\\015'). Hexidecimal ASCII codes start with '\\0x' followed by two characters [0-f] (e.g. '\\0x0d'). The 'x' and the [a-f] may be upper or lowercase. When you use this switch you must escape all backslash ('\\') characters with another backslash (e.g. '\\\\').
+ .RE
+ .TP
+ .BI \-f