FreeBSD Bugzilla – Attachment 192369 Details for
Bug 227399
misc/rpl man/rpl.1.gz: option -e: examples: missing backslash escapes: patch attached
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
rpl.1 patch to add backslash escapes to option -e examples
patch.txt (text/plain), 1.23 KB, created by
ossbsd
on 2018-04-09 21:09:24 UTC
(
hide
)
Description:
rpl.1 patch to add backslash escapes to option -e examples
Filename:
MIME Type:
Creator:
ossbsd
Created:
2018-04-09 21:09:24 UTC
Size:
1.23 KB
patch
obsolete
>--- rpl-1.4.1/man/rpl.1 2002-07-24 12:03:14.000000000 -0400 >+++ rpl-1.4.1.1/man/rpl.1 2018-04-09 15:54:29.929565000 -0400 >@@ -135,7 +135,7 @@ > .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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 227399
: 192369