From cc84c3d7916640b75ca4dc0785f9b1f417df1664 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 19 Jul 2021 19:57:59 -0700 Subject: Made escape sequence handling stricter: no longer supporting arbitrary characters, only special escapes like \n, hex sequences like \x0a, octal sequences like \012, and backslashes \\ --- bp.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bp.1') diff --git a/bp.1 b/bp.1 index 3fa6b45..77966c0 100644 --- a/bp.1 +++ b/bp.1 @@ -95,8 +95,8 @@ with one or two patterns. \f[B]bp\f[R] is designed around this fact. The default mode for bp patterns is \[lq]string pattern mode\[rq]. In string pattern mode, all characters are interpreted literally except -for the backslash (\f[B]\[rs]\f[R]), which may be followed by a bp -pattern (see the \f[B]PATTERNS\f[R] section below). +for the backslash (\f[B]\[rs]\f[R]), which may be followed by an escape +or a bp pattern (see the \f[B]PATTERNS\f[R] section below). Optionally, the bp pattern may be terminated by a semicolon (\f[B];\f[R]). .SH PATTERNS -- cgit v1.2.3