Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Fix an old typo: s/ket_t/key_t/



details:   https://anonhg.NetBSD.org/src/rev/44ed4837e42d
branches:  trunk
changeset: 500464:44ed4837e42d
user:      briggs <briggs%NetBSD.org@localhost>
date:      Tue Dec 12 17:07:49 2000 +0000

description:
Fix an old typo: s/ket_t/key_t/

diffstat:

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

diffs (18 lines):

diff -r b3f9b31a30cb -r 44ed4837e42d lib/libc/gen/ftok.3
--- a/lib/libc/gen/ftok.3       Tue Dec 12 17:06:34 2000 +0000
+++ b/lib/libc/gen/ftok.3       Tue Dec 12 17:07:49 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ftok.3,v 1.5 1999/11/19 23:29:45 kristerw Exp $
+.\"    $NetBSD: ftok.3,v 1.6 2000/12/12 17:07:49 briggs Exp $
 .\"
 .\" Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo%sigmasoft.com@localhost>
 .\" All rights reserved.
@@ -64,7 +64,7 @@
 .Sh RETURN VALUES
 The
 .Fn ftok
-function will return ((ket_t)-1) if
+function will return ((key_t)-1) if
 .Fa path
 does not exist or if it cannot be accessed by the calling process.
 .Sh SEE ALSO



Home | Main Index | Thread Index | Old Index