author | Olivier Brunel
<jjk@jjacky.com> 2023-12-22 13:18:59 UTC |
committer | Olivier Brunel
<jjk@jjacky.com> 2024-01-05 10:13:12 UTC |
parent | 1c16e28f9548529e7baea2eaf7be1b0a519c09c2 |
src/doc/ssp.1.md | +1 | -34 |
diff --git a/src/doc/ssp.1.md b/src/doc/ssp.1.md index 5bf4592..f165294 100644 --- a/src/doc/ssp.1.md +++ b/src/doc/ssp.1.md @@ -107,40 +107,7 @@ following rules. ## Escaping rules -Characters with special escaping are as follow : - -: double-quote (`"`) -:: Escaped by prefixing with a backslash (`\`) - -: backslash (`\`) -:: Escaped by prefixing with a backslash (`\`) - -: bell (`0x07`) -:: Escaped as `\a` - -: backspace (`0x08`) -:: Escaped as `\b` - -: tabulation (`0x09`) -:: Escaped as `\t` - -: line feed (`0x0a`) -:: Escaped as `\n` - -: vertical tabulation (`0x0b`) -:: Escaped as `\v` - -: form feed (`0x0c`) -:: Escaped as `\f` - -: carriage return (`0x0d`) -:: Escaped as `\r` - -Additionally, specific bytes can be specified using hex-mode, that is `\x` -followed by its hexadecimal code. (For example, byte 127 would be escaped as -`\x7f`). - -Anything else will be treated as-is. +<inc esc.md> # DATABASE