diff options
author | mich <mich@FreeBSD.org> | 2018-04-10 17:18:03 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2018-04-10 17:18:03 +0800 |
commit | cc19552c65b5b5894b1f25549e6326d502742c72 (patch) | |
tree | 3476d75d2e7d6628f9eedac171a86b2ced18cedb /misc | |
parent | 4dd739f92d784ca9bff608037971af5700ffef32 (diff) | |
download | freebsd-ports-gnome-cc19552c65b5b5894b1f25549e6326d502742c72.tar.gz freebsd-ports-gnome-cc19552c65b5b5894b1f25549e6326d502742c72.tar.zst freebsd-ports-gnome-cc19552c65b5b5894b1f25549e6326d502742c72.zip |
- missing escapes in manpage section covering option -e
PR: 227399
Submitted by: ossbsd@gmail.com
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rpl/files/patch-man_rpl.1 | 11 |
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 |