summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-07-16 13:14:51 -0400
committerJune McEnroe <june@causal.agency>2017-07-16 13:14:51 -0400
commitd67317b05674bece813117316cb6834269d0de37 (patch)
tree8a5f16af45049bc95c5ce522f825d8cece03715e
parentFix dtch portability (diff)
downloadsrc-d67317b05674bece813117316cb6834269d0de37.tar.gz
src-d67317b05674bece813117316cb6834269d0de37.zip
Add description to dtch
-rwxr-xr-xhome/.bin/dtch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.bin/dtch.c b/home/.bin/dtch.c
index 2c19e1d2..1865716b 100755
--- a/home/.bin/dtch.c
+++ b/home/.bin/dtch.c
@@ -6,6 +6,8 @@ ln -f $bin/dtch $bin/atch
 exit
 #endif
 
+// Session attach and detach.
+
 #include <err.h>
 #include <errno.h>
 #include <fcntl.h>