Deleted Added
full compact
archive_entry_time.3 (302408) archive_entry_time.3 (353376)
1.\" Copyright (c) 2003-2007 Tim Kientzle
2.\" Copyright (c) 2010 Joerg Sonnenberger
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 34 unchanged lines hidden (view full) ---

43.Nm archive_entry_ctime_nsec ,
44.Nm archive_entry_ctime_is_set ,
45.Nm archive_entry_set_ctime ,
46.Nm archive_entry_unset_ctime ,
47.Nm archive_entry_mtime ,
48.Nm archive_entry_mtime_nsec ,
49.Nm archive_entry_mtime_is_set ,
50.Nm archive_entry_set_mtime ,
1.\" Copyright (c) 2003-2007 Tim Kientzle
2.\" Copyright (c) 2010 Joerg Sonnenberger
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 34 unchanged lines hidden (view full) ---

43.Nm archive_entry_ctime_nsec ,
44.Nm archive_entry_ctime_is_set ,
45.Nm archive_entry_set_ctime ,
46.Nm archive_entry_unset_ctime ,
47.Nm archive_entry_mtime ,
48.Nm archive_entry_mtime_nsec ,
49.Nm archive_entry_mtime_is_set ,
50.Nm archive_entry_set_mtime ,
51.Nm archive_entry_unset_mtime ,
51.Nm archive_entry_unset_mtime
52.Nd functions for manipulating times in archive entry descriptions
53.Sh LIBRARY
54Streaming Archive Library (libarchive, -larchive)
55.Sh SYNOPSIS
56.In archive_entry.h
57.Ft time_t
58.Fn archive_entry_atime "struct archive_entry *a"
59.Ft long

--- 48 unchanged lines hidden (view full) ---

108All timestamp fields are optional.
109The
110.Fn XXX_unset
111functions can be used to mark the corresponding field as missing.
112The current state can be queried using
113.Fn XXX_is_set .
114Unset time fields have a second and nanosecond field of 0.
115.Sh SEE ALSO
52.Nd functions for manipulating times in archive entry descriptions
53.Sh LIBRARY
54Streaming Archive Library (libarchive, -larchive)
55.Sh SYNOPSIS
56.In archive_entry.h
57.Ft time_t
58.Fn archive_entry_atime "struct archive_entry *a"
59.Ft long

--- 48 unchanged lines hidden (view full) ---

108All timestamp fields are optional.
109The
110.Fn XXX_unset
111functions can be used to mark the corresponding field as missing.
112The current state can be queried using
113.Fn XXX_is_set .
114Unset time fields have a second and nanosecond field of 0.
115.Sh SEE ALSO
116.Xr archive_entry 3
117.Xr libarchive 3 ,
116.Xr archive_entry 3 ,
117.Xr libarchive 3
118.Sh HISTORY
119The
120.Nm libarchive
121library first appeared in
122.Fx 5.3 .
123.Sh AUTHORS
124.An -nosplit
125The
126.Nm libarchive
127library was written by
128.An Tim Kientzle Aq kientzle@acm.org .
129.\" .Sh BUGS
118.Sh HISTORY
119The
120.Nm libarchive
121library first appeared in
122.Fx 5.3 .
123.Sh AUTHORS
124.An -nosplit
125The
126.Nm libarchive
127library was written by
128.An Tim Kientzle Aq kientzle@acm.org .
129.\" .Sh BUGS