From 0e88de2941a0af0fe66ebbb5171ae927a44fcc4d Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Tue, 14 Sep 2010 10:04:37 +0000 Subject: document atime/mtime --- usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'usr.sbin/pkg_add') diff --git a/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod b/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod index a17f603472d..75967ea6ce5 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::Ustar.pod,v 1.15 2010/07/28 12:19:54 espie Exp $ +$OpenBSD: OpenBSD::Ustar.pod,v 1.16 2010/09/14 10:04:36 espie Exp $ =head1 NAME @@ -139,6 +139,10 @@ filename C mode +=item C<$o-E{atime}> + +C access time + =item C<$o-E{mtime}> C modification time @@ -165,9 +169,10 @@ name of the source link, if applicable =back -The fields C, C, C, C, C and C +The fields C, C, C, C, C, C and C can be altered before calling C<$o-Ecreate> or C<$o-Ewrite>, and will properly influence the resulting file. +C and C can be undef to set those to the current time. The relationship between C and C, and C and C conforms to the USTAR format usual behavior. -- cgit v1.2.3