diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-16 10:01:11 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-16 10:01:11 +0000 |
| commit | c1a8d8088f4daef6e0ec50113c89988bd3c4fd14 (patch) | |
| tree | 7f793d99b7632e2b4745870db787a0e40217f322 /bin/pax | |
| parent | 2e206548ff3646e3e97a7c637614593bf7e85430 (diff) | |
Notes
Diffstat (limited to 'bin/pax')
| -rw-r--r-- | bin/pax/pax.1 | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index a9ed307fc7cc..132c2cf02b41 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -38,7 +38,7 @@ .\" .Dd April 18, 1994 .Dt PAX 1 -.Os BSD 4.4 +.Os .Sh NAME .Nm pax .Nd read and write file archives and copy directory hierarchies @@ -485,9 +485,8 @@ Link files. (The letter ell). In the .Em copy -mode ( -.Fl r -.Fl w ) , +mode +.Pq Fl r w , hard links are made between the source and destination file hierarchies whenever possible. .It Fl n @@ -676,8 +675,8 @@ Where <ls -l listing> is the output format specified by the utility when used with the .Fl l option. -Otherwise for all the other operational modes ( -.Em read , write , +Otherwise for all the other operational modes +.Em ( read , write , and .Em copy ) , pathnames are written and flushed to @@ -728,7 +727,10 @@ by this format) which may be truncated by this format is detected by .Nm and is repaired. .It Ar tar -The old BSD tar format as found in BSD4.3. +The old +.Bx +tar format as found in +.Bx 4.3 . The default blocksize for this format is 10240 bytes. Pathnames stored by this format must be 100 characters or less in length. Only @@ -966,8 +968,8 @@ option, except that the modification time is checked using the pathname created after all the file name modifications have completed. .El .Pp -The options that operate on the names of files or archive members ( -.Fl c , +The options that operate on the names of files or archive members +.Fl ( c , .Fl i , .Fl n , .Fl s , |
