aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/trs.awk2
-rw-r--r--man/man1/trs.1df2
2 files changed, 3 insertions, 1 deletions
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 <tom@sanctum.geek.nz>