Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 ispell



details:   https://anonhg.NetBSD.org/src/rev/bc12b25a3d48
branches:  trunk
changeset: 533781:bc12b25a3d48
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jul 09 14:05:29 2002 +0000

description:
ispell

diffstat:

 share/man/man9/signal.9 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r bf77b37e1d5f -r bc12b25a3d48 share/man/man9/signal.9
--- a/share/man/man9/signal.9   Tue Jul 09 12:55:47 2002 +0000
+++ b/share/man/man9/signal.9   Tue Jul 09 14:05:29 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: signal.9,v 1.1 2002/07/09 02:28:08 thorpej Exp $
+.\"    $NetBSD: signal.9,v 1.2 2002/07/09 14:05:29 wiz Exp $
 .\"
 .\" Copyright (c) 1996, 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -206,7 +206,7 @@
 .Fa vers
 specifies the ABI of the trampoline specified by
 .Fa tramp .
-The signal trampoline ABI is machine-dependent, and must be cooridinated
+The signal trampoline ABI is machine-dependent, and must be coordinated
 with the
 .Fn sendsig
 function.
@@ -364,7 +364,7 @@
 or caught signals; the process always exits.
 .It int Fn sigmasked "struct proc *p" "int signum"
 .Pp
-This function returns non-zero if the signal specifed by
+This function returns non-zero if the signal specified by
 .Fa signum
 is ignored or masked for process
 .Fa p .
@@ -382,7 +382,7 @@
 .Fa struct sigcontext ,
 which is then copied out to the user's stack.
 .Pp
-The registers and stack must be set up to invoke the singal handler as
+The registers and stack must be set up to invoke the signal handler as
 follows:
 .Bd -literal -offset indent
 (*handler)(signum, code, scp)



Home | Main Index | Thread Index | Old Index