Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys fix typo



details:   https://anonhg.NetBSD.org/src/rev/51d580d46596
branches:  trunk
changeset: 499526:51d580d46596
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Nov 21 23:35:10 2000 +0000

description:
fix typo

diffstat:

 lib/libc/sys/getdents.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bbe19ab3fb9c -r 51d580d46596 lib/libc/sys/getdents.2
--- a/lib/libc/sys/getdents.2   Tue Nov 21 23:19:42 2000 +0000
+++ b/lib/libc/sys/getdents.2   Tue Nov 21 23:35:10 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getdents.2,v 1.5 1999/12/02 21:42:36 kleink Exp $
+.\"    $NetBSD: getdents.2,v 1.6 2000/11/21 23:35:10 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -72,7 +72,7 @@
 unsigned long  d_fileno;
 unsigned short d_reclen;
 unsigned short d_namlen;
-char           d_name[MAXNAMELEN + 1]; /* see below */
+char           d_name[MAXNAMLEN + 1]; /* see below */
 .Ed
 .Pp
 The
@@ -95,7 +95,7 @@
 Thus the actual size of
 .Fa d_name
 may vary from 1 to
-.Dv MAXNAMELEN
+.Dv MAXNAMLEN
 \&+ 1.
 .Pp
 Entries may be separated by extra space.



Home | Main Index | Thread Index | Old Index