Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys use right function name in HISOTRY, this is not...



details:   https://anonhg.NetBSD.org/src/rev/e08f2e1e50b7
branches:  trunk
changeset: 542523:e08f2e1e50b7
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Jan 31 22:06:45 2003 +0000

description:
use right function name in HISOTRY, this is not _lwp_create(2)

diffstat:

 lib/libc/sys/_lwp_wakeup.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r b7f55a880622 -r e08f2e1e50b7 lib/libc/sys/_lwp_wakeup.2
--- a/lib/libc/sys/_lwp_wakeup.2        Fri Jan 31 22:01:13 2003 +0000
+++ b/lib/libc/sys/_lwp_wakeup.2        Fri Jan 31 22:06:45 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: _lwp_wakeup.2,v 1.2 2003/01/18 11:33:00 thorpej Exp $
+.\"    $NetBSD: _lwp_wakeup.2,v 1.3 2003/01/31 22:06:45 jdolecek Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -75,6 +75,6 @@
 .El
 .Sh HISTORY
 The
-.Fn _lwp_create
+.Fn _lwp_wakeup
 system call first appeared in
 .Nx 2.0 .



Home | Main Index | Thread Index | Old Index