diff options
author | Timo Teräs <timo.teras@iki.fi> | 2021-06-19 14:02:16 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2021-07-23 14:55:56 +0300 |
commit | a4e2de2d6271b796efcdff3ae39b0ee0e09aa6f5 (patch) | |
tree | 9bb59c3fc469a35a42d348af37ce185a3cfe9d88 /doc/apk-cache.8.scd | |
parent | 0acfe394a10f21ce3d252a8e0b3c79d480566458 (diff) | |
download | apk-tools-a4e2de2d6271b796efcdff3ae39b0ee0e09aa6f5.tar.gz apk-tools-a4e2de2d6271b796efcdff3ae39b0ee0e09aa6f5.tar.bz2 apk-tools-a4e2de2d6271b796efcdff3ae39b0ee0e09aa6f5.tar.xz apk-tools-a4e2de2d6271b796efcdff3ae39b0ee0e09aa6f5.zip |
Remove AUTHORS section from man pages
Use of an AUTHORS section is strongly discouraged. Generally, it
is better not to clutter every page with a list of (over time
potentially numerous) authors.
Add your name to comments in sources, or the root level AUTHORS
file instead.
Diffstat (limited to 'doc/apk-cache.8.scd')
-rw-r--r-- | doc/apk-cache.8.scd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/apk-cache.8.scd b/doc/apk-cache.8.scd index baff1e7..1381d81 100644 --- a/doc/apk-cache.8.scd +++ b/doc/apk-cache.8.scd @@ -39,8 +39,3 @@ depended on by packages in _world_. avoid changing installed package unless it is required by the newly added _packages_ or their dependencies. This changes the default preference to upgrading the package to the latest installable version. - -# AUTHORS - -Natanael Copa <ncopa@alpinelinux.org>++ -Timo Teräs <timo.teras@iki.fi> |