Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen s/modified/modifies/ in the description of make...



details:   https://anonhg.NetBSD.org/src/rev/7e2b5436b64f
branches:  trunk
changeset: 555489:7e2b5436b64f
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Nov 18 23:03:26 2003 +0000

description:
s/modified/modifies/ in the description of makecontext().

diffstat:

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

diffs (18 lines):

diff -r 68c4b57edee8 -r 7e2b5436b64f lib/libc/gen/makecontext.3
--- a/lib/libc/gen/makecontext.3        Tue Nov 18 23:01:39 2003 +0000
+++ b/lib/libc/gen/makecontext.3        Tue Nov 18 23:03:26 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: makecontext.3,v 1.3 2003/10/14 14:59:03 wiz Exp $
+.\"    $NetBSD: makecontext.3,v 1.4 2003/11/18 23:03:26 uwe Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -52,7 +52,7 @@
 .Sh DESCRIPTION
 The
 .Fn makecontext
-function modified the object pointed to by
+function modifies the object pointed to by
 .Fa ucp ,
 which has been initialized using
 .Xr getcontext 2 .



Home | Main Index | Thread Index | Old Index