summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-04 21:15:37 +0000
committerru <ru@FreeBSD.org>2004-07-04 21:15:37 +0000
commit3832f1d915b281e8dfaf6e6ebeb2dc3e1c24aa5a (patch)
treeeeb188496b296e3a5e407412a6c132e4469fabf8 /lib/libarchive
parent6651f20e0daee8d4c1fee0a632e7652f47a704a7 (diff)
downloadFreeBSD-src-3832f1d915b281e8dfaf6e6ebeb2dc3e1c24aa5a.zip
FreeBSD-src-3832f1d915b281e8dfaf6e6ebeb2dc3e1c24aa5a.tar.gz
Fixed cross-references in SEE ALSO.
Emininated double space and hard sentence breaks.
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/archive_read.32
-rw-r--r--lib/libarchive/archive_util.34
-rw-r--r--lib/libarchive/archive_write.36
-rw-r--r--lib/libarchive/libarchive-formats.54
-rw-r--r--lib/libarchive/libarchive.32
-rw-r--r--lib/libarchive/tar.530
6 files changed, 28 insertions, 20 deletions
diff --git a/lib/libarchive/archive_read.3 b/lib/libarchive/archive_read.3
index d1a6e58..11ec7e8 100644
--- a/lib/libarchive/archive_read.3
+++ b/lib/libarchive/archive_read.3
@@ -383,7 +383,7 @@ to be returned.)
.Sh SEE ALSO
.Xr tar 1 ,
.Xr archive 3 ,
-.Xr tar 5 .
+.Xr tar 5
.Sh HISTORY
The
.Nm libarchive
diff --git a/lib/libarchive/archive_util.3 b/lib/libarchive/archive_util.3
index eb6478d..4b37889 100644
--- a/lib/libarchive/archive_util.3
+++ b/lib/libarchive/archive_util.3
@@ -97,9 +97,9 @@ and
This function is sometimes useful within I/O callbacks.
.El
.Sh SEE ALSO
-.Xr libarchive 3 ,
.Xr archive_read 3 ,
-.Xr archive_write 3
+.Xr archive_write 3 ,
+.Xr libarchive 3
.Sh HISTORY
The
.Nm libarchive
diff --git a/lib/libarchive/archive_write.3 b/lib/libarchive/archive_write.3
index a6fd8da..ad40da7 100644
--- a/lib/libarchive/archive_write.3
+++ b/lib/libarchive/archive_write.3
@@ -72,7 +72,7 @@
.Ft int
.Fn archive_write_set_format_ustar "struct archive *"
.Ft int
-.Fn archive_write_open "struct archive *" "void *client_data" "archive_write_archive_callback *" "archive_open_archive_callback *" "archive_close_archive_callback *"
+.Fn archive_write_open "struct archive *" "void *client_data" "archive_write_archive_callback *" "archive_open_archive_callback *" "archive_close_archive_callback *"
.Ft int
.Fn archive_write_open_fd "struct archive *" "int fd"
.Ft int
@@ -153,7 +153,7 @@ Freeze the settings, open the archive, and prepare for writing entries.
This is the most generic form of this function, which accepts
pointers to three callback functions which will be invoked by
the library to write the constructed archive.
-Note: Internally, the callbacks are invoked by the compression layer.
+Note: internally, the callbacks are invoked by the compression layer.
In order to support external compression programs, the compression
is permitted to fork and invoke the callbacks from a separate process.
In particular, clients should not assume that they can communicate
@@ -333,7 +333,7 @@ back to your mainline code.
.Sh SEE ALSO
.Xr tar 1 ,
.Xr libarchive 3 ,
-.Xr tar 5 .
+.Xr tar 5
.Sh HISTORY
The
.Nm libarchive
diff --git a/lib/libarchive/libarchive-formats.5 b/lib/libarchive/libarchive-formats.5
index c321a41..866d90c 100644
--- a/lib/libarchive/libarchive-formats.5
+++ b/lib/libarchive/libarchive-formats.5
@@ -221,7 +221,7 @@ The additional commands used to restore file attributes make
shardump archives less portable than plain shar archives.
.El
.Sh SEE ALSO
-.Xr tar 1 ,
.Xr cpio 1 ,
.Xr shar 1 ,
-.Xr tar 5 .
+.Xr tar 1 ,
+.Xr tar 5
diff --git a/lib/libarchive/libarchive.3 b/lib/libarchive/libarchive.3
index 0fadfc5..ce99eae 100644
--- a/lib/libarchive/libarchive.3
+++ b/lib/libarchive/libarchive.3
@@ -289,7 +289,7 @@ functions that are impacted by the currently-selected locale.
.Xr archive_read 3 ,
.Xr archive_util 3 ,
.Xr archive_write 3 ,
-.Xr tar 5 .
+.Xr tar 5
.Sh HISTORY
The
.Nm libarchive
diff --git a/lib/libarchive/tar.5 b/lib/libarchive/tar.5
index 87e040f..fdfe7c3 100644
--- a/lib/libarchive/tar.5
+++ b/lib/libarchive/tar.5
@@ -216,7 +216,8 @@ struct header_posix_ustar {
.Ed
.Bl -tag -width indent
.It Va typeflag
-Type of entry. POSIX extended the earlier
+Type of entry.
+POSIX extended the earlier
.Va linkflag
field with several new type values:
.Bl -tag -width indent -compact
@@ -262,7 +263,8 @@ Contains the magic value
followed by a NULL byte to indicate that this is a POSIX standard archive.
Full compliance requires the uname and gname fields be properly set.
.It Va version
-Version. This should be
+Version.
+This should be
.Dq 00
(two copies of the ASCII digit zero) for POSIX standard archives.
.It Va uname , Va gname
@@ -497,12 +499,16 @@ GNU tar treats type "7" records identically to type "0" records,
except on one obscure RTOS where they are used to indicate the
pre-allocation of a contiguous file on disk.
.It "D"
-This indicates a directory entry. Unlike the POSIX-standard "5"
+This indicates a directory entry.
+Unlike the POSIX-standard "5"
typeflag, the header is followed by data records listing the names
-of files in this directory. Each name is preceded by an ASCII "Y"
+of files in this directory.
+Each name is preceded by an ASCII "Y"
if the file is stored in this archive or "N" if the file is not
-stored in this archive. Each name is terminated with a null, and
-an extra null marks the end of the name list. The purpose of this
+stored in this archive.
+Each name is terminated with a null, and
+an extra null marks the end of the name list.
+The purpose of this
entry is to support incremental backups; a program restoring from
such an archive may wish to delete files on disk that did not exist
in the directory when the archive was made.
@@ -544,9 +550,11 @@ FreeBSD's version of GNU tar does not handle the corner case of an
archive's being continued in the middle of a long name or other
extension header.
.It "N"
-Type "N" records are no longer generated by GNU tar. They contained a
+Type "N" records are no longer generated by GNU tar.
+They contained a
list of files to be renamed or symlinked after extraction; this was
-originally used to support long names. The contents of this record
+originally used to support long names.
+The contents of this record
are a text description of the operations to be done, in the form
.Dq Rename %s to %s\en
or
@@ -663,7 +671,7 @@ GNU tar encounters a damaged archive.
.Sh SEE ALSO
.Xr ar 1 ,
.Xr pax 1 ,
-.Xr tar 1 ,
+.Xr tar 1
.Sh STANDARDS
The
.Nm tar
@@ -687,6 +695,6 @@ public-domain implementation (circa 1987) was highly influential
and formed the basis of GNU tar.
Joerg Shilling's
.Nm star
-archiver is another open-source (GPL) archiver (originally developed
-circa 1985) which features complete support for pax interchange
+archiver is another open-source (GPL) archiver (originally developed
+circa 1985) which features complete support for pax interchange
format.
OpenPOWER on IntegriCloud