summaryrefslogtreecommitdiff
path: root/libarchive/archive_entry_perms.3
Commit message (Collapse)AuthorAgeFilesLines
* Minor corrections to the formatting of manual page.Ingo Schwarze2019-09-211-3/+3
| | | | | | | | | | | | | | | | | | | | Found with mandoc -Tlint; fixing the following messages: WARNING: bad NAME section content WARNING: missing comma before name WARNING: new sentence, new line WARNING: parenthesis in function name WARNING: skipping no-space macro WARNING: skipping paragraph macro WARNING: unusual Xr order WARNING: unusual Xr punctuation STYLE: no blank before trailing delimiter STYLE: possible typo in section name STYLE: trailing delimiter STYLE: whitespace at end of input line For the meaning of the messages, see: https://man.openbsd.org/mandoc#DIAGNOSTICS
* Correct some typographical and grammatical errors.Peter Pentchev2019-09-211-3/+3
|
* Missing commasJoerg Sonnenberger2017-02-281-2/+2
|
* Fix refs to libarchive.3 manpageTim Kientzle2014-06-211-1/+1
|
* Various manpage metadata fixesMartin Matuska2012-02-251-1/+1
| | | | | | - fix manpage dates to reflect latest change - fix manpage titles - reduce $FreeBSD: *$ tags to $FreeBSD$
* Add library section for all library function manpages.Andres Mejia2012-02-021-0/+2
| | | | SVN-Revision: 4227
* .Dt titles are traditionally in all uppercaseTim Kientzle2011-12-231-1/+1
| | | | SVN-Revision: 3974
* archive_entry_set_XXX is an alias for archive_entry_copy_XXX.Joerg Sonnenberger2010-02-221-13/+2
| | | | SVN-Revision: 1961
* Add description of archive_entry_perm/archive_entry_set_perm andJoerg Sonnenberger2010-02-211-9/+11
| | | | | | | | the interaction with archive_entry_set_mode. Move the description of the latter to archive_entry_stat.3, where archive_entry_filetype and co are. SVN-Revision: 1959
* Add archive_entry_strmode. Spaces around em-dash.Joerg Sonnenberger2010-02-211-2/+9
| | | | SVN-Revision: 1953
* Split functions related to Unix permission model from archive_entry(3).Joerg Sonnenberger2010-02-211-0/+209
SVN-Revision: 1952