Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Fix Dt abuse.



details:   https://anonhg.NetBSD.org/src/rev/e5617cdd39ab
branches:  trunk
changeset: 584551:e5617cdd39ab
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Sep 23 20:29:08 2005 +0000

description:
Fix Dt abuse.

diffstat:

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

diffs (18 lines):

diff -r e3ec44b81785 -r e5617cdd39ab share/man/man9/vfs_hooks.9
--- a/share/man/man9/vfs_hooks.9        Fri Sep 23 20:27:10 2005 +0000
+++ b/share/man/man9/vfs_hooks.9        Fri Sep 23 20:29:08 2005 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vfs_hooks.9,v 1.1 2005/09/23 12:10:32 jmmv Exp $
+.\"     $NetBSD: vfs_hooks.9,v 1.2 2005/09/23 20:29:08 wiz Exp $
 .\"
 .\" Copyright (c) 2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -78,7 +78,7 @@
 After the definition of a
 .Ft struct vfs_hooks
 object, the kernel has to add it to the
-.Dt vfs_hooks
+.Va vfs_hooks
 link set using the
 .Fn VFS_HOOKS_ATTACH "struct vfs_hooks *"
 macro.



Home | Main Index | Thread Index | Old Index