aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-10-09 00:47:32 -0700
committerbnewbold <bnewbold@robocracy.org>2016-10-09 00:47:32 -0700
commit67948c72f6e58cb68ea40443e868ad61a8ca504c (patch)
tree0e4a6643ba413ae0c00c5ef6e9f6c5045b7317cf
parent44bebada4207fd7fbe133eea834ed255de3f14ae (diff)
downloadeinhyrningsins-67948c72f6e58cb68ea40443e868ad61a8ca504c.tar.gz
einhyrningsins-67948c72f6e58cb68ea40443e868ad61a8ca504c.zip
split refs from README
-rw-r--r--README.txt10
-rw-r--r--doc/refs.txt10
2 files changed, 11 insertions, 9 deletions
diff --git a/README.txt b/README.txt
index 0fbb618..304522e 100644
--- a/README.txt
+++ b/README.txt
@@ -8,15 +8,7 @@
... is einhorn in Rust!
-Further Reading
----------------
-
-"signalfd is useless"
-https://ldpreload.com/blog/signalfd-is-useless
-
-"Why Bash is like that: Signal propagation" (Ctrl-C sends SIGINT to entire
-process group, not just the parent process)
-http://www.vidarholen.net/contents/blog/?p=34
+See doc/refs.txt for further reading.
License
---------
diff --git a/doc/refs.txt b/doc/refs.txt
new file mode 100644
index 0000000..aaeff81
--- /dev/null
+++ b/doc/refs.txt
@@ -0,0 +1,10 @@
+
+"signalfd is useless"
+https://ldpreload.com/blog/signalfd-is-useless
+
+"Why Bash is like that: Signal propagation" (Ctrl-C sends SIGINT to entire
+process group, not just the parent process)
+http://www.vidarholen.net/contents/blog/?p=34
+
+"Should you be scared of Unix signals?"
+http://jvns.ca/blog/2016/06/13/should-you-be-scared-of-signals/