diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-03-13 15:55:29 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-03-13 15:55:29 +0100 |
commit | 9733c2b65cbf132d8e58e919316c728b43e8480a (patch) | |
tree | b12b9846b820383f3c7a9a179798718f0ec5d97b | |
parent | 564bb223eff77c087f06d4048b109cbf4bf16612 (diff) | |
download | mblaze-9733c2b65cbf132d8e58e919316c728b43e8480a.tar.gz mblaze-9733c2b65cbf132d8e58e919316c728b43e8480a.tar.xz mblaze-9733c2b65cbf132d8e58e919316c728b43e8480a.zip |
mshow.1: document dangerous output
-rw-r--r-- | man/mshow.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mshow.1 b/man/mshow.1 index bcce6b4..18e945c 100644 --- a/man/mshow.1 +++ b/man/mshow.1 @@ -57,8 +57,10 @@ Defaults to Don't render the body, stop after header output. .It Fl r Don't render the body, print raw body. +This may be dangerous to use on a tty. .It Fl H Don't decode the headers, print all raw headers. +This may be dangerous to use on a tty. .It Fl L Don't filter the headers, print all decoded headers. .It Fl x Ar msg @@ -75,6 +77,7 @@ pattern. Like .Fl x but write to standard output. +This may be dangerous to use on a tty. When used together with .Fl r , the whole part is raw, |