summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/text/mtree.5
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/files/doc/text/mtree.5')
-rw-r--r--archivers/libarchive/files/doc/text/mtree.538
1 files changed, 19 insertions, 19 deletions
diff --git a/archivers/libarchive/files/doc/text/mtree.5 b/archivers/libarchive/files/doc/text/mtree.5
index 1e5eb4f42b0..89a0850f962 100644
--- a/archivers/libarchive/files/doc/text/mtree.5
+++ b/archivers/libarchive/files/doc/text/mtree.5
@@ -66,7 +66,7 @@ DESCRIPTION
Keywords
After the filename, a full or relative entry consists of zero or more
- whitespace-separated keyword definitions. Each such definitions consists
+ whitespace-separated keyword definitions. Each such definition consists
of a key from the following list immediately followed by an '=' sign and
a value. Software programs reading mtree files should warn about unrec-
ognized keywords.
@@ -83,24 +83,25 @@ DESCRIPTION
mation on these names. If no flags are to be set the string
``none'' may be used to override the current default.
- ignore Ignore any file hierarchy below this file.
-
gid The file group as a numeric value.
gname The file group as a symbolic name.
+ ignore Ignore any file hierarchy below this file.
+
+ link The file the symbolic link is expected to reference.
+
md5 The MD5 message digest of the file.
md5digest A synonym for md5.
- sha1 The FIPS 160-1 (``SHA-1'') message digest of the file.
-
- sha1digest A synonym for sha1.
+ mode The current file's permissions as a numeric (octal) or sym-
+ bolic value.
- sha256 The FIPS 180-2 (``SHA-256'') message digest of the file.
+ nlink The number of hard links the file is expected to have.
- sha256digest
- A synonym for sha256.
+ nochange Make sure this file or directory exists but otherwise ignore
+ all attributes.
ripemd160digest
The RIPEMD160 message digest of the file.
@@ -110,22 +111,17 @@ DESCRIPTION
rmd160digest
A synonym for ripemd160digest.
- mode The current file's permissions as a numeric (octal) or sym-
- bolic value.
-
- nlink The number of hard links the file is expected to have.
+ sha1 The FIPS 160-1 (``SHA-1'') message digest of the file.
- nochange Make sure this file or directory exists but otherwise ignore
- all attributes.
+ sha1digest A synonym for sha1.
- uid The file owner as a numeric value.
+ sha256 The FIPS 180-2 (``SHA-256'') message digest of the file.
- uname The file owner as a symbolic name.
+ sha256digest
+ A synonym for sha256.
size The size, in bytes, of the file.
- link The file the symbolic link is expected to reference.
-
time The last modification time of the file.
type The type of the file; may be set to any one of the following:
@@ -138,6 +134,10 @@ DESCRIPTION
link symbolic link
socket socket
+ uid The file owner as a numeric value.
+
+ uname The file owner as a symbolic name.
+
SEE ALSO
cksum(1), find(1), mtree(8)