From 505859f37d54f23b1ebc688851be182d4e1332c8 Mon Sep 17 00:00:00 2001 From: yokota Date: Thu, 26 Jul 2001 09:46:08 +0000 Subject: Fix spelling in the last commit. (Oh, I thought I had run ispell... ;-< Spotted by: sheldonh --- lib/libvgl/vgl.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libvgl/vgl.3') diff --git a/lib/libvgl/vgl.3 b/lib/libvgl/vgl.3 index 187dd61..6bda189 100644 --- a/lib/libvgl/vgl.3 +++ b/lib/libvgl/vgl.3 @@ -424,8 +424,8 @@ functions, may not be able to properly restore the graphics hardware. .Pp The recommended way to handle signals and program termination is to -have a flag to indicate singnal's delivery. -Your singnal handlers set this flag but do not terminate +have a flag to indicate signal's delivery. +Your signal handlers set this flag but do not terminate the program immediately. The main part of the program checks the flag to see if it is supporsed to terminate, and call @@ -443,7 +443,7 @@ and and terminates the program at appropriate time, after one of these signals is caught. If you want to have your own signal handlers for these signals, -install handers +install handlers .Em after .Fn VGLInit . .Pp -- cgit v1.1