diff options
author | Nathan Scott <nathans@sgi.com> | 2002-02-25 22:41:02 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2002-02-25 22:41:02 +0000 |
commit | de366b9e522ee084a318aaca25c3dd916b5114db (patch) | |
tree | 1c5e6e9a58a4906abb733e413d7a9a11cfd1c8ee /man/man1 | |
parent | 27204a8361ff975ddf3a60b95cc24f4e5ec7bed8 (diff) | |
download | attr-de366b9e522ee084a318aaca25c3dd916b5114db.tar.gz |
Merge of xfs-cmds-2.4.18:slinx:112273a by nathans.
sync up with patch from AndreasG, mainly creates libattr.rpm/deb.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/Makefile | 2 | ||||
-rw-r--r-- | man/man1/getfattr.1 | 22 | ||||
-rw-r--r-- | man/man1/setfattr.1 | 7 |
3 files changed, 6 insertions, 25 deletions
diff --git a/man/man1/Makefile b/man/man1/Makefile index 83c09c9..a3408d2 100644 --- a/man/man1/Makefile +++ b/man/man1/Makefile @@ -46,4 +46,4 @@ include $(BUILDRULES) install : default $(INSTALL) -m 755 -d $(MAN_DEST) $(INSTALL_MAN) -install-dev: +install-dev install-lib: diff --git a/man/man1/getfattr.1 b/man/man1/getfattr.1 index 7b3ea66..58642a2 100644 --- a/man/man1/getfattr.1 +++ b/man/man1/getfattr.1 @@ -1,12 +1,12 @@ .TH GETFATTR 1 "Extended Attributes" "Dec 2001" "File Utilities" .SH NAME -getfattr, aget \- get extended attributes of filesystem objects +getfattr \- get extended attributes of filesystem objects .SH SYNOPSIS .nf -\f3getfattr\f1 [\f3\-lvR5LP\f1] \f3\-n name\f1 [\f3\-e en\f1] \c +\f3getfattr\f1 [\f3\-lvRLP\f1] \f3\-n name\f1 [\f3\-e en\f1] \c \f3pathname\f1... -\f3getfattr\f1 [\f3\-lvR5LP\f1] \f3\-d\f1 [\f3\-e en\f1] \c -[\f3\-s\f1 | \f3\-r regex\f1] \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] .fi .SH DESCRIPTION @@ -16,11 +16,6 @@ displays the file name, and the set of extended attribute names (and optionally values) which are associated with that file. .PP -.B aget -is exactly the same as -.BR getfattr , -and is installed for compatibility purposes. -.PP The output format of .B "getfattr \-ds" is as follows: @@ -77,18 +72,9 @@ It defaults to "^user\\." if no is specified, which causes .B getfattr to operate on only extended attributes from the user namespace. -.TP -.I \-s -Dump out both the "user" and "system" namespaces. Refer to .BR attr (5) for a more detailed discussion on namespaces. -This option is useful for backing up extended attributes in a filesystem -independent manner. -It is implemented using a regular expression ("^user\\.|^system\\.") -and so cannot be used in conjunction with the -.I \-r -option described earlier. .TP .I \-v Dump out the extended attribute value(s) only. diff --git a/man/man1/setfattr.1 b/man/man1/setfattr.1 index 6b71d2a..c605651 100644 --- a/man/man1/setfattr.1 +++ b/man/man1/setfattr.1 @@ -1,6 +1,6 @@ .TH SETFATTR 1 "Extended Attributes" "Dec 2001" "File Utilities" .SH NAME -setfattr, aset \- set extended attributes of filesystem objects +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... @@ -16,11 +16,6 @@ command is used to associate a new with an extended attribute .IR name for each specified file. -.PP -.B aset -is exactly the same as -.BR setfattr , -and is installed for compatibility purposes. .SS OPTIONS .TP 4 .I \-n name |