CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2014/10/13 03:27:22
Modified files: bin/kill : kill.1 Log message: jmc@ found another manpage i broke when i touched inetd. use kill -HUP 1 as an example of a hangup signal that does something useful and non-contrived. ok jmc@