diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-09-14 03:32:57 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-09-14 03:32:57 +0000 |
commit | 775b769d795e0b2a0ba39d7dd61c50b410dfaacc (patch) | |
tree | f973d6c50a0d3d2378cd636da5b844dca7f0a1f7 /share | |
parent | 355caacf6841da66e44b53610fda8360f7e93769 (diff) | |
download | FreeBSD-src-775b769d795e0b2a0ba39d7dd61c50b410dfaacc.zip FreeBSD-src-775b769d795e0b2a0ba39d7dd61c50b410dfaacc.tar.gz |
s/VOP_NULL/VATTR_NULL/
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/VOP_ATTRIB.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_ATTRIB.9 b/share/man/man9/VOP_ATTRIB.9 index 871524a..bebc3bf 100644 --- a/share/man/man9/VOP_ATTRIB.9 +++ b/share/man/man9/VOP_ATTRIB.9 @@ -63,7 +63,7 @@ Attributes which are not being modified by .Xr VOP_SETATTR 9 should be set to the value .Dv VNOVAL ; -.Fn VOP_NULL +.Fn VATTR_NULL may be used to clear all the values, and should generally be used to reset the contents of .Fa *vap |