From e9d23be08cd4c755c9c0bdba1f585144f1338ef2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 24 Jun 2017 12:21:18 +1200 Subject: Add a caveat to trs(1df) --- bin/trs.awk | 2 +- man/man1/trs.1df | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/trs.awk b/bin/trs.awk index 5966c520..8d0a1ef0 100644 --- a/bin/trs.awk +++ b/bin/trs.awk @@ -1,4 +1,4 @@ -# Substitute one string for another in input (no regex) +# Substitute one string for another in input (no newlines, no regex) BEGIN { # Name self self = "trs" diff --git a/man/man1/trs.1df b/man/man1/trs.1df index fa5d2d19..93b2cad3 100644 --- a/man/man1/trs.1df +++ b/man/man1/trs.1df @@ -19,5 +19,7 @@ implementations. It is thereby the string complement for tr(1). The first argument cannot be a null string. The second argument can be blank (but must still be specified) to implicitly delete all occurrences of the string. +.SH CAVEATS +It can't replace newlines. .SH AUTHOR Tom Ryder -- cgit v1.2.3