summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-07-16 13:14:51 -0400
committerJune McEnroe <programble@gmail.com>2017-07-16 13:14:51 -0400
commitb3e8a5825d2617db87f80e8079e232a8ebdbb1ea (patch)
tree3970c66bfe496fd378dc0e2de79196990b582ade
parentFix dtch portability (diff)
downloadsrc-b3e8a5825d2617db87f80e8079e232a8ebdbb1ea.tar.gz
src-b3e8a5825d2617db87f80e8079e232a8ebdbb1ea.zip
Add description to dtch
-rwxr-xr-xcurtis/.bin/dtch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/curtis/.bin/dtch.c b/curtis/.bin/dtch.c
index 2c19e1d2..1865716b 100755
--- a/curtis/.bin/dtch.c
+++ b/curtis/.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>