diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2002-09-14 03:32:57 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2002-09-14 03:32:57 +0000 |
commit | 58616b1c6974f886a5cb2aca9dc51e8e60a781ff (patch) | |
tree | f973d6c50a0d3d2378cd636da5b844dca7f0a1f7 /share | |
parent | 9fb117143b541b57a7b2a90c0d0bc01a84aeda77 (diff) | |
download | src-58616b1c6974f886a5cb2aca9dc51e8e60a781ff.tar.gz src-58616b1c6974f886a5cb2aca9dc51e8e60a781ff.zip |
s/VOP_NULL/VATTR_NULL/
Notes
Notes:
svn path=/head/; revision=103311
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 871524acb09d..bebc3bf183fc 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 |