Can't say we didn't warn you. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit c0b56f6d1dd91596de93449e90cd0ec73636e635
 (DIR) parent 9a2a2de089d56d96ddd10155a25c38f148d2f947
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Sun,  4 Sep 2016 22:19:21 -0500
       
       Can't say we didn't warn you.
       
       Diffstat:
         doc/sam.1                           |       8 ++++++++
       
       1 file changed, 8 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/doc/sam.1 b/doc/sam.1
       @@ -837,6 +837,14 @@ This program, when executed, asks whether to write each file back to an external
        The answer
        .Sy y
        causes writing; anything else skips the file.
       +Note that
       +.P "sam.save"
       +is a shell script,
       +passed directly to
       +.Xr sh 1 "."
       +A modicum of caution should therefore be taken before blindly executing it,
       +especially if one of the files being edited was itself a shell script.
       +.Pp
        If a machine crash prevents the creation of a
        .P "sam.save"
        file, all changes are lost.