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

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

49.Nm archive_entry_ino64 ,
50.Nm archive_entry_set_ino64 ,
51.Nm archive_entry_nlink ,
52.Nm archive_entry_rdev ,
53.Nm archive_entry_set_rdev ,
54.Nm archive_entry_rdevmajor ,
55.Nm archive_entry_set_rdevmajor ,
56.Nm archive_entry_rdevminor ,
1.\" Copyright (c) 2010 Joerg Sonnenberger
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

49.Nm archive_entry_ino64 ,
50.Nm archive_entry_set_ino64 ,
51.Nm archive_entry_nlink ,
52.Nm archive_entry_rdev ,
53.Nm archive_entry_set_rdev ,
54.Nm archive_entry_rdevmajor ,
55.Nm archive_entry_set_rdevmajor ,
56.Nm archive_entry_rdevminor ,
57.Nm archive_entry_set_rdevminor ,
57.Nm archive_entry_set_rdevminor
58.Nd accessor functions for manipulating archive entry descriptions
59.Sh LIBRARY
60Streaming Archive Library (libarchive, -larchive)
61.Sh SYNOPSIS
62.In archive_entry.h
63.Ft const struct stat *
64.Fn archive_entry_stat "struct archive_entry *a"
65.Ft void

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

262.Fn archive_device_set_rdevminor .
263.Pp
264The process of splitting the combined device number into major and
265minor number and the reverse process of combing them differs between
266platforms.
267Some archive formats use the combined form, while other formats use
268the split form.
269.Sh SEE ALSO
58.Nd accessor functions for manipulating archive entry descriptions
59.Sh LIBRARY
60Streaming Archive Library (libarchive, -larchive)
61.Sh SYNOPSIS
62.In archive_entry.h
63.Ft const struct stat *
64.Fn archive_entry_stat "struct archive_entry *a"
65.Ft void

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

262.Fn archive_device_set_rdevminor .
263.Pp
264The process of splitting the combined device number into major and
265minor number and the reverse process of combing them differs between
266platforms.
267Some archive formats use the combined form, while other formats use
268the split form.
269.Sh SEE ALSO
270.Xr stat 2 ,
270.Xr archive_entry_acl 3 ,
271.Xr archive_entry_perms 3 ,
272.Xr archive_entry_time 3 ,
271.Xr archive_entry_acl 3 ,
272.Xr archive_entry_perms 3 ,
273.Xr archive_entry_time 3 ,
273.Xr libarchive 3 ,
274.Xr stat 2
274.Xr libarchive 3