reference pkill instead of killall in man page; from Mike Erdely

This commit is contained in:
naddy 2007-04-23 17:04:29 +00:00
parent 8b5a64b020
commit 19f4591d42
2 changed files with 14 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2007/04/20 15:08:35 naddy Exp $
# $OpenBSD: Makefile,v 1.3 2007/04/23 17:04:29 naddy Exp $
COMMENT= "bind keys or mouse buttons to shell commands under X11"
DISTNAME= xbindkeys-1.8.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11
HOMEPAGE= http://hocwp.free.fr/xbindkeys/xbindkeys.html

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-xbindkeys_1,v 1.1 2007/04/23 17:04:29 naddy Exp $
--- xbindkeys.1.orig Sat Apr 21 13:34:33 2007
+++ xbindkeys.1 Sat Apr 21 13:34:45 2007
@@ -168,7 +168,7 @@ xbindkeys reload its configuration file each time it h
But if you want to force it reloading its configuration file, you can
send a HUP signal:
.LP
-killall -HUP xbindkeys
+pkill -HUP xbindkeys
.LP
When HUP signal is send to xbindkeys, changes in $HOME/.xbindkeysrc
takes effect only after moving mouse.