diff options
author | Nathan Scott <nathans@sgi.com> | 2002-02-25 23:11:05 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2002-02-25 23:11:05 +0000 |
commit | 368202f9af7b38948fda25d9d07a2ed92fa7eb5c (patch) | |
tree | dc6a0a0f256210ef9687cc4090e03515979c796e /man/man1/setfattr.1 | |
parent | 5f174a9fbe68d24975819fb67cb8e29e71c44bc8 (diff) | |
download | attr-368202f9af7b38948fda25d9d07a2ed92fa7eb5c.tar.gz |
Merge of xfs-cmds-2.4.18:slinx:112587a by nathans.
redo short/long options in the way Andreas intended, and fix up man pages.
Diffstat (limited to 'man/man1/setfattr.1')
-rw-r--r-- | man/man1/setfattr.1 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/man/man1/setfattr.1 b/man/man1/setfattr.1 index c605651..d032801 100644 --- a/man/man1/setfattr.1 +++ b/man/man1/setfattr.1 @@ -3,10 +3,10 @@ setfattr \- set extended attributes of filesystem objects .SH SYNOPSIS .nf -\f3setfattr\f1 [\f3\-l\f1] \f3\-n name\f1 [\f3\-v value\f1] \f3pathname\f1... -\f3setfattr\f1 [\f3\-l\f1] \f3\-x name\f1 \f3pathname\f1... -\f3setfattr\f1 [\f3\-l\f1] \f3\-B file\f1 -\f3setfattr\f1 [\f3\-Vh\f1] +\f3setfattr\f1 [\f3\-h\f1] \f3\-n name\f1 [\f3\-v value\f1] \f3pathname\f1... +\f3setfattr\f1 [\f3\-h\f1] \f3\-x name\f1 \f3pathname\f1... +\f3setfattr\f1 [\f3\-h\f1] \f3\-\-restore=file\f1 +\f3setfattr\f1 [\f3\-\-version\f1] .fi .SH DESCRIPTION The @@ -18,40 +18,40 @@ with an extended attribute for each specified file. .SS OPTIONS .TP 4 -.I \-n name +.BR \-n " \f2name\f1, " \-\-name "=\f2name\f1" Set the value of the named extended attribute extended attribute. .TP -.I \-l +.BR \-h ", " \-\-no-dereference Do not follow symlinks - if .I pathname is a symbolic link, it is not followed, but is instead itself the inode being modified. .TP -.I \-x +.BR \-x " \f2name\f1, " \-\-remove "=\f2name\f1" Remove the named extended attribute entirely. .TP -.I \-v +.BR \-v " \f2value\f1, " \-\-value "=\f2value\f1" Specifies the new value for the named extended attribute. .TP -.I \-B +.BR \-\-restore =\f2file\f1 Restores extended attributes using values from the specified file. The file must be in the format generated by the .B getfattr -command (\-sdlR options). +command. The file name .I \- may be used in conjunction with this option, to specify the standard input stream to be used rather than a named file. .TP -.I \-V +.B \-\-version Print the version of .B setfattr and exit. .TP -.I \-h +.B \-\-help Print help explaining the command line options. .TP -.I \-\- +.B \-\- End of command line options. All remaining parameters are interpreted as file names, even if they start with a dash character. |