diff options
author | Nathan Scott <nathans@sgi.com> | 2002-02-25 23:00:28 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2002-02-25 23:00:28 +0000 |
commit | af208e0a7308642f1cfcca8fb97d5a6bb2558a30 (patch) | |
tree | 38a4aa110c53f7ef39b24ff7550e225655ffe7c1 /man/man1 | |
parent | 9a1f53a06b83d155c82cab65f85ce691d7bf31c6 (diff) | |
download | attr-af208e0a7308642f1cfcca8fb97d5a6bb2558a30.tar.gz |
Merge of xfs-cmds-2.4.18:slinx:112535a by nathans.
merge with AndreasG latest snapshot - long options, rename a couple of
options to his prefered letters, -5 is gone, use ntfw instead of doing
it ourselves.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/getfattr.1 | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/man/man1/getfattr.1 b/man/man1/getfattr.1 index 58642a2..7fadfc5 100644 --- a/man/man1/getfattr.1 +++ b/man/man1/getfattr.1 @@ -3,11 +3,11 @@ getfattr \- get extended attributes of filesystem objects .SH SYNOPSIS .nf -\f3getfattr\f1 [\f3\-lvRLP\f1] \f3\-n name\f1 [\f3\-e en\f1] \c +\f3getfattr\f1 [\f3\-hvRLP\f1] \f3\-n name\f1 [\f3\-e en\f1] \c \f3pathname\f1... -\f3getfattr\f1 [\f3\-lvRLP\f1] \f3\-d\f1 [\f3\-e en\f1] \c -[\f3\-r regex\f1] \f3pathname\f1... -\f3getfattr\f1 [\f3\-Vh\f1] +\f3getfattr\f1 [\f3\-hvRLP\f1] \f3\-d\f1 [\f3\-e en\f1] \c +[\f3\-m pattern\f1] \f3pathname\f1... +\f3getfattr\f1 [\f3\-VH\f1] .fi .SH DESCRIPTION For each file, @@ -57,14 +57,14 @@ Valid values of .I en are "text", "hex", and "base64". .TP -.I \-l +.I \-h Do not follow symlinks - if .I pathname is a symbolic link, it is not followed, but is instead itself the inode being examined. .TP -.I \-r -.I regex +.I \-m +.I pattern is a regular expression pattern to apply to the set of extended attribute names being returned. It defaults to "^user\\." if no @@ -83,14 +83,11 @@ Dump out the extended attribute value(s) only. Recurse into subdirectories, dumping extended attributes for each file encountered (breadth first). .TP -.I \-5 -Same as \-R, except done in post-order (depth first). -.TP .I \-L -Refines the \-R or \-5 option - "logical walk" (do follow symbolic links). +Refines the \-R option - "logical walk" (do follow symbolic links). .TP .I \-P -Refines the \-R or \-5 option - "physical walk" (do not follow symbolic links). +Refines the \-R option - "physical walk" (do not follow symbolic links). .TP .I \-V Print the version of |