Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/net typo in function name



details:   https://anonhg.NetBSD.org/src/rev/4d0dd6457a75
branches:  trunk
changeset: 486272:4d0dd6457a75
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed May 17 14:24:59 2000 +0000

description:
typo in function name

diffstat:

 lib/libc/net/inet6_option_space.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a8ef9b654b40 -r 4d0dd6457a75 lib/libc/net/inet6_option_space.3
--- a/lib/libc/net/inet6_option_space.3 Wed May 17 14:20:21 2000 +0000
+++ b/lib/libc/net/inet6_option_space.3 Wed May 17 14:24:59 2000 +0000
@@ -1,5 +1,5 @@
-.\"    $NetBSD: inet6_option_space.3,v 1.2 2000/05/17 14:20:21 itojun Exp $
-.\"    $KAME: inet6_option_space.3,v 1.5 2000/05/17 14:13:15 itojun Exp $
+.\"    $NetBSD: inet6_option_space.3,v 1.3 2000/05/17 14:24:59 itojun Exp $
+.\"    $KAME: inet6_option_space.3,v 1.6 2000/05/17 14:22:26 itojun Exp $
 .\"
 .\" Copyright (c) 1983, 1987, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -48,7 +48,7 @@
 .Sh SYNOPSIS
 .Fd #include <netinet/in.h>
 .Ft "int"
-.Fn inet6_options_space "int nbytes"
+.Fn inet6_option_space "int nbytes"
 .Ft "int"
 .Fn inet6_option_init "void *bp" "struct cmsghdr **cmsgp" "int type"
 .Ft "int"



Home | Main Index | Thread Index | Old Index