Source-Changes-HG archive

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

[src/netbsd-1-6]: src/share/man/man5 Pull up revision 1.12 (requested by wiz ...



details:   https://anonhg.NetBSD.org/src/rev/12ee8437448a
branches:  netbsd-1-6
changeset: 530591:12ee8437448a
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Aug 17 11:53:48 2003 +0000

description:
Pull up revision 1.12 (requested by wiz in ticket #1372):
Nit.

diffstat:

 share/man/man5/dir.5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7ab522670fc4 -r 12ee8437448a share/man/man5/dir.5
--- a/share/man/man5/dir.5      Sun Aug 17 11:52:49 2003 +0000
+++ b/share/man/man5/dir.5      Sun Aug 17 11:53:48 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dir.5,v 1.9.2.2 2003/08/17 11:52:49 tron Exp $
+.\"    $NetBSD: dir.5,v 1.9.2.3 2003/08/17 11:53:48 tron Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -86,7 +86,7 @@
  * its inode number, the length of the entry, and the length of the name
  * contained in the entry.  These are followed by the name padded to a
  * 4 byte boundary with null bytes.  All names are guaranteed null
- * terminated. The maximum length of a name in a directory is MAXNAMLEN.
+ * terminated.  The maximum length of a name in a directory is MAXNAMLEN.
  */
 
 struct dirent {



Home | Main Index | Thread Index | Old Index