Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen process only has one c.



details:   https://anonhg.NetBSD.org/src/rev/2cb06c61101c
branches:  trunk
changeset: 537535:2cb06c61101c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 02 10:44:27 2002 +0000

description:
process only has one c.

diffstat:

 lib/libc/gen/alarm.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f9b2b36d5273 -r 2cb06c61101c lib/libc/gen/alarm.3
--- a/lib/libc/gen/alarm.3      Wed Oct 02 10:43:06 2002 +0000
+++ b/lib/libc/gen/alarm.3      Wed Oct 02 10:44:27 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: alarm.3,v 1.19 2002/10/01 16:48:34 wiz Exp $
+.\"    $NetBSD: alarm.3,v 1.20 2002/10/02 10:44:27 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -55,7 +55,7 @@
 .Fn alarm
 function sets a timer to deliver the signal
 .Dv SIGALRM
-to the calling proccess
+to the calling process
 .Ar seconds
 after the call to
 .Fn alarm .



Home | Main Index | Thread Index | Old Index