diff options
author | June McEnroe <programble@gmail.com> | 2017-07-16 13:14:51 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-07-16 13:14:51 -0400 |
commit | b3e8a5825d2617db87f80e8079e232a8ebdbb1ea (patch) | |
tree | 3970c66bfe496fd378dc0e2de79196990b582ade /curtis/.bin/dtch.c | |
parent | Fix dtch portability (diff) | |
download | src-b3e8a5825d2617db87f80e8079e232a8ebdbb1ea.tar.gz src-b3e8a5825d2617db87f80e8079e232a8ebdbb1ea.zip |
Add description to dtch
Diffstat (limited to '')
-rwxr-xr-x | curtis/.bin/dtch.c | 2 |
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> |