summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* man: Use apostrophe instead of acute accentGuillem Jover2022-12-104-7/+7
| | | | | | | | The groff sequence «\'» generates an acute accent, when the intention here was to use apostrophe. Warned-by: lintian Signed-off-by: Guillem Jover <guillem@hadrons.org>
* man: Remove mdoc-specific macros from man formatted man pagesGuillem Jover2022-12-105-8/+0
| | | | | Warned-by: lintian Signed-off-by: Guillem Jover <guillem@hadrons.org>
* man: Fix various typosGuillem Jover2022-11-122-4/+4
| | | | | Warned-by: lintian Signed-off-by: Guillem Jover <guillem@hadrons.org>
* Fix stale attr(5) referencesŠtěpán Němec2022-03-083-4/+4
| | | | | | | | | | | | | The man page has been named xattr(7) since 2015, cf. the following man-pages commit: commit 43834827b827 Author: Michael Kerrisk <mtk.manpages@gmail.com> Date: Wed Apr 22 14:29:42 2015 +0200 xattr.7: Rename from attr.7 Signed-off-by: Štěpán Němec <stepnem@gmail.com>
* Fix typos in manual pagesSamanta Navarro2020-10-082-2/+2
|
* Update my email addressAndreas Gruenbacher2020-02-063-3/+3
|
* man: add examples to setfattr.1Achilles Gaikwad2020-02-061-0/+12
| | | | | | | | The current man page for setfattr does not state that the user needs to add the prefix "user." With the help of examples we demonstrate that the user needs to add a namespace as prefix. Signed-off-by: Achilles Gaikwad <agaikwad@redhat.com>
* install-data: Don't remove unrelated empty directoriesAndreas Gruenbacher2019-08-161-2/+1
| | | | | | | The conversion to automake apparently left over an rmdir statement that removed empty directories under $(DESTDIR)$(mandir). Fix that. https://savannah.nongnu.org/bugs/?56763
* attr_list.3: Fix the attributes.h include pathAndreas Gruenbacher2018-07-031-1/+1
| | | | | The header file is located at <attr/attributes.h>. Make the attr_list.3 man page consistent with the other man pages.
* getfattr.1: by default only user namespace attributes are dumpedSimon Ruderich2018-01-211-3/+3
|
* man: standardize AUTHORS sectionMike Frysinger2018-01-213-2/+18
| | | | Point people to the Savannah project now.
* man: fix bold style in SEE ALSO sectionMike Frysinger2018-01-218-21/+17
| | | | See STYLE GUIDE in man-pages(7) for more details.
* Use stdint types consistentlyFelix Janda2016-01-131-4/+4
|
* Remove the attr.5 man page (moved to man-pages)Andreas Gruenbacher2015-05-073-156/+0
| | | | | | The attr.5 page is part of the extended attribute system call documentation, which has been moved into the man-pages package. Move the attr.5 page there as well.
* Remove the section 2 man pagesAndreas Gruenbacher2015-04-156-563/+0
| | | | | | The section 2 man pages have long since been added to the man-pages package which documents all system calls; they were disabled in attr by default since January 2014. Get rid of them here.
* Add setfattr --raw optionAndreas Gruenbacher2015-02-201-0/+4
| | | | | | With this option, attribute values are taken as they are, without traing to decode them. This can be thought of as the counterpart to "getfattr --only-values".
* Man pages: Minor fixesAndreas Gruenbacher2015-02-202-2/+2
| | | | Two small wording fixes.
* disable installation of man(2) pages by defaultMike Frysinger2014-01-091-0/+2
| | | | | | | | | Normally the Linux man-pags project maintains pages for all Linux system calls, and they've long ago added pages for these. That means distros trying to install both hit collisions. Add a flag so people can still enable them if they want, but default to off since the man-pages project covers things.
* modernize build systemMike Frysinger2014-01-0910-181/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This deletes the hand rolled build system and replaces it entirely with autotools. The overall diffstat shows that this is a clear win, and it makes the package build/install like every other autotool package out there which makes the lives of distro maintainers a lot easier. This should also be faster by virtue of using a non-recursive build. Things to note: - to generate autotools: ./autogen.sh - to see full compile output: make V=1 - to build specific targets: make attr getfattr ... - to run tests: make check - to create a release: make distcheck -j Other non-developer things: - the xattr.conf file is now installed into sysconfdir by default - man pages are no longer compressed as this is uncommon in the autotools world and distros don't need it anyways (they already handle it automatically for most pakages) - the minor # of the shared library is now based on the package version so it'll be much bigger ... this isn't a problem, and is actually a bugfix (older releases didn't change when they should have) (Again, this is all using the standard autotool targets.)
* Clarify what the --only-values flag doesAndreas Gruenbacher2011-12-111-1/+1
|
* fix typos in attr.1 man pageKamil Dudka2011-05-271-2/+2
| | | | Contributed by John Bradshaw.
* walk_tree: do not follow symlink to directory with -hKamil Dudka2011-05-251-3/+5
| | | | reported by Jean-Pierre André at https://bugzilla.redhat.com/660613
* OPTIONS in man pages should be a section heading, not a subsection headingAndreas Gruenbacher2010-11-232-2/+2
|
* setfattr.1: document supported encodings of valuesKamil Dudka2010-11-231-1/+9
| | | | reported by Tomasz Kepczynski at https://bugzilla.redhat.com/58751
* More license updatesAndreas Gruenbacher2009-05-1218-40/+224
| | | | | | | | | | | | | Clarify some license notices to specifically refer to GPLv2+ instead of only referring to GPL without version. (Most of the sloppy license headers slipped in unnoticed; the changes were acked by Felix Blyakher <felixb@sgi.com> on behalf of SGI on 8 April 2009.) Add license headers to a number of small files which were only licenses as GPLv2+ implicitly so far. Refer to this package as "this program" rather than "Attr" throughout the license notices; this simplifies sharing files among packages.
* Fix wrong license noticesAndreas Gruenbacher2009-03-115-5/+5
| | | | | | | | Some of the license notices added in commit f36cdfd are wrongly referring to GPLv2.1. This is wrong; the proper licenses that the notices should refer to are GPLv2, and LGPLv2.1. Fix this mistake. Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
* Add copyright and license notices to lots of filesAndreas Gruenbacher2009-03-105-0/+80
| | | | Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
* Allow parallel builds of xfs-cmds.Barry Naujok2008-11-211-2/+16
| | | | | | Merge of master-melb:xfs-cmds:32514a by kenmcd. Allow parallel builds of xfs-cmds
* Fix minor problems with attr man pagesBarry Naujok2008-01-233-3/+6
| | | | | | Merge of master-melb:xfs-cmds:30415a by kenmcd. Improve description for list argument
* Update man pages about tree walking and symlinks.Tim Shimmin2007-12-031-7/+6
| | | | | | Merge of master-melb:xfs-cmds:30185a by kenmcd. Update man pages about tree walking and symlinks.
* Fix up typo in getfattr man page.Tim Shimmin2007-10-311-4/+3
| | | | | | | | Provided by Andreas G. Merge of master-melb:xfs-cmds:29989a by kenmcd. Fix up typo in getfattr man page. Provided by Andreas G.
* Fix attr man pagesBarry Naujok2007-10-222-23/+26
| | | | | | Merge of master-melb:xfs-cmds:29936a by kenmcd. Fix attr man pages
* Implement the list_attr IRIX API on top of the Linux API. For fsstress.Nathan Scott2006-01-126-11/+299
|
* Update copyright annotations and license boilerplates to correspond with SGI ↵Nathan Scott2005-11-095-140/+0
| | | | | | Legals preferences. Merge of master-melb:xfs-cmds:24326a by kenmcd.
* Update Andreas' email address everywhere.Nathan Scott2004-09-107-7/+7
|
* Update attr.5 man page to include details of security namespace.Nathan Scott2004-02-091-15/+25
|
* Extended attribute updates mainly from Andreas Gruenbacher.Nathan Scott2004-01-141-3/+2
|
* man page tweaksSteve Lord2003-10-084-17/+11
| | | | Merge of xfs-cmds-lbs:slinx:159636a by lord.
* New attr userspace package - transition to the trusted namespace for XFS,Nathan Scott2003-02-254-0/+80
| | | | | | Add in the new attribute copying routines from Andreas, and also update the license info in the syscall man pages so that other folks can use em too.
* Documentation updates regarding trusted EAs from AndreasG.Nathan Scott2002-11-251-5/+12
|
* Updates from AndreasG.Nathan Scott2002-09-071-4/+4
|
* fix from AG - this flag only existed while we were originally fleshing outNathan Scott2002-08-051-3/+0
| | | | the xattr syscalls - removing is done via removexattr syscalls nowadays.
* annotate minor changes since last version.Nathan Scott2002-07-184-12/+12
|
* Update copyright dates (again)Eric Sandeen2002-06-045-5/+5
|
* Undoes mod: xfs-cmds:slinx:120772aEric Sandeen2002-06-045-5/+5
| | | | Undo xfs-cmds:slinx:120772a, inadvertently whacked a previous mod.
* Update copyright datesEric Sandeen2002-06-045-5/+5
|
* update from AndreasG - missing some uses of const in function prototypes.Nathan Scott2002-06-031-3/+3
|
* updates from Andreas -man page update, additional test cases.Nathan Scott2002-04-222-2/+2
|
* man page updates from Andreas.Nathan Scott2002-04-102-30/+38
|
* attr_list no longer implemented, nuke the man page.Nathan Scott2002-04-041-263/+0
|