Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Remove VOP_*() references.



details:   https://anonhg.NetBSD.org/src/rev/e0e993a4dc10
branches:  trunk
changeset: 572410:e0e993a4dc10
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jan 02 16:48:18 2005 +0000

description:
Remove VOP_*() references.

diffstat:

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

diffs (20 lines):

diff -r 7784be026159 -r e0e993a4dc10 lib/libc/sys/extattr_get_file.2
--- a/lib/libc/sys/extattr_get_file.2   Sun Jan 02 16:43:26 2005 +0000
+++ b/lib/libc/sys/extattr_get_file.2   Sun Jan 02 16:48:18 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: extattr_get_file.2,v 1.1 2005/01/02 16:43:26 thorpej Exp $
+.\"    $NetBSD: extattr_get_file.2,v 1.2 2005/01/02 16:48:18 thorpej Exp $
 .\"
 .\" Copyright (c) 2001 Dima Dorfman <dima%unixfreak.org@localhost>
 .\" Copyright (c) 2003 Robert Watson <rwatson%FreeBSD.org@localhost>
@@ -244,9 +244,7 @@
 .Sh SEE ALSO
 .Xr extattr 3 ,
 .Xr getextattr 1 ,
-.Xr extattr 9 ,
-.Xr VOP_GETEXTATTR 9 ,
-.Xr VOP_SETEXTATTR 9
+.Xr extattr 9
 .Sh HISTORY
 Extended attribute support was developed as part of the
 .Tn TrustedBSD



Home | Main Index | Thread Index | Old Index