Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Add a missing brace.



details:   https://anonhg.NetBSD.org/src/rev/61b5938c035b
branches:  trunk
changeset: 534916:61b5938c035b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Aug 06 13:01:04 2002 +0000

description:
Add a missing brace.

diffstat:

 share/man/man9/namecache.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c66431a94345 -r 61b5938c035b share/man/man9/namecache.9
--- a/share/man/man9/namecache.9        Tue Aug 06 12:58:45 2002 +0000
+++ b/share/man/man9/namecache.9        Tue Aug 06 13:01:04 2002 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: namecache.9,v 1.4 2002/02/13 08:18:46 ross Exp $
+.\"     $NetBSD: namecache.9,v 1.5 2002/08/06 13:01:04 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -65,7 +65,7 @@
 .Ft void
 .Fn cache_purgevfs "struct mount *mp"
 .Ft void
-.Fn namecache_print "struct vnode *vp" "void (*func)(const char *, ..."
+.Fn namecache_print "struct vnode *vp" "void (*func)(const char *, ...)"
 .Sh DESCRIPTION
 The name lookup cache is the mechanism to allow the file system type
 dependent algorithms to quickly resolve a file's vnode from its



Home | Main Index | Thread Index | Old Index