svn commit: r466949 - head/misc/rpl/files

Michael Landin mich at FreeBSD.org
Tue Apr 10 09:18:04 UTC 2018


Author: mich
Date: Tue Apr 10 09:18:03 2018
New Revision: 466949
URL: https://svnweb.freebsd.org/changeset/ports/466949

Log:
  - missing escapes in manpage section covering option -e
  
  PR:		227399
  Submitted by:	ossbsd at gmail.com

Added:
  head/misc/rpl/files/
  head/misc/rpl/files/patch-man_rpl.1   (contents, props changed)

Added: head/misc/rpl/files/patch-man_rpl.1
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/rpl/files/patch-man_rpl.1	Tue Apr 10 09:18:03 2018	(r466949)
@@ -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


More information about the svn-ports-head mailing list