Added commentary on T_BLOCKSIZE, ssize_t, and int size risks
[libtar.git] / doc / th_print_long_ls.3
blob9561e50ca50f1c703c5e5fc3e9f4c8e0ab0726dd
1 .TH th_print_long_ls 3 "Jan 2001" "University of Illinois" "C Library Calls"
2 .SH NAME
3 th_print, th_print_long_ls \- print out information about a tar file header
4 .SH SYNOPSIS
5 .B #include <libtar.h>
6 .P
7 .BI "void th_print_long_ls(TAR *" t ");"
9 .BI "void th_print(TAR *" t ");"
10 .SH VERSION
11 This man page documents version 1.2 of \fBlibtar\fP.
12 .SH DESCRIPTION
13 The \fBth_print_long_ls\fP() function prints a line to \fIstdout\fP which
14 describes the file pointed to by the current file header associated with
15 the \fITAR\fP handle \fIt\fP.  The output is similar to that of "ls \-l".
17 The \fBth_print\fP() function prints the value of each field of the
18 current file header associated with the \fITAR\fP handle \fIt\fP to
19 \fIstdout\fP.  This is mainly used for debugging purposes.
20 .SH SEE ALSO
21 .BR tar_open (3),
22 .BR th_read (3)