Can't say we didn't warn you. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit c0b56f6d1dd91596de93449e90cd0ec73636e635 | |
parent 9a2a2de089d56d96ddd10155a25c38f148d2f947 | |
Author: Rob King <[email protected]> | |
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(-) | |
--- | |
diff --git a/doc/sam.1 b/doc/sam.1 | |
@@ -837,6 +837,14 @@ This program, when executed, asks whether to write each fi… | |
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. |