From d3d902048cc0b0facddef68d9fc210dfd038c667 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Tue, 11 Oct 2005 16:05:35 +0000 Subject: [PATCH] Fix a syntax nit (superfluous 'a'). Submitted by: Anders Hanssen --- share/man/man9/EVENTHANDLER.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/EVENTHANDLER.9 b/share/man/man9/EVENTHANDLER.9 index 4b847addd8b..ed83018d763 100644 --- a/share/man/man9/EVENTHANDLER.9 +++ b/share/man/man9/EVENTHANDLER.9 @@ -139,7 +139,7 @@ The name of the event handler list. A pointer to a callback function. Argument .Fa arg -is a passed to the callback function +is passed to the callback function .Fa func as its first argument when it is invoked. .It Fa priority