mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Update this man page to reflect how setattr manipulates time
values after the Lite2 merge.
This commit is contained in:
parent
7fbd615061
commit
50e7a72d28
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: VOP_ATTRIB.9,v 1.1 1997/03/03 18:00:07 dfr Exp $
|
||||
.\" $Id: VOP_ATTRIB.9,v 1.2 1997/03/04 10:02:04 dfr Exp $
|
||||
.\"
|
||||
.Dd July 24, 1996
|
||||
.Os
|
||||
|
|
@ -118,7 +118,7 @@ vop_setattr(struct vnode *vp, struct vattr *vpp,
|
|||
*/
|
||||
}
|
||||
|
||||
if (vap->va_atime.ts_sec != VNOVAL || vap->va_mtime.ts_sec != VNOVAL) {
|
||||
if (vap->va_atime.tv_sec != VNOVAL || vap->va_mtime.tv_sec != VNOVAL) {
|
||||
/*
|
||||
* Change access and/or modification time of file.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue