Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2018 09:18:03 +0000 (UTC)
From:      Michael Landin <mich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466949 - head/misc/rpl/files
Message-ID:  <201804100918.w3A9I3MI032869@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804100918.w3A9I3MI032869>