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.cute-signatures
parent
d02b1030e9
commit
ee21625839
|
@ -53,8 +53,3 @@ following options:
|
||||||
ownership when running as root. However, this option is turned on when
|
ownership when running as root. However, this option is turned on when
|
||||||
running as non-root user, as changing file ownership is not permitted
|
running as non-root user, as changing file ownership is not permitted
|
||||||
by the system then.
|
by the system then.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -64,8 +64,3 @@ then the affected path. The changes detected are:
|
||||||
|
|
||||||
*-r, --recursive*
|
*-r, --recursive*
|
||||||
Descend into directories and audit them as well.
|
Descend into directories and audit them as well.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -16,8 +16,3 @@ mkdir -p /var/cache/apk++
|
||||||
ln -s /var/cache/apk /etc/apk/cache
|
ln -s /var/cache/apk /etc/apk/cache
|
||||||
|
|
||||||
For information on cache maintenance, see *apk-cache*(8).
|
For information on cache maintenance, see *apk-cache*(8).
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -39,8 +39,3 @@ depended on by packages in _world_.
|
||||||
avoid changing installed package unless it is required by the newly
|
avoid changing installed package unless it is required by the newly
|
||||||
added _packages_ or their dependencies. This changes the default
|
added _packages_ or their dependencies. This changes the default
|
||||||
preference to upgrading the package to the latest installable version.
|
preference to upgrading the package to the latest installable version.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -20,8 +20,3 @@ following options:
|
||||||
|
|
||||||
*-r, --rdepends*
|
*-r, --rdepends*
|
||||||
Recursively delete all top-level reverse dependencies, too.
|
Recursively delete all top-level reverse dependencies, too.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -23,8 +23,3 @@ known package if unspecified (this will generate a large and unwieldy graph).
|
||||||
|
|
||||||
*--installed*
|
*--installed*
|
||||||
Consider only installed packages.
|
Consider only installed packages.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -37,8 +37,3 @@ specified.
|
||||||
|
|
||||||
*Note*: this option is unreliable if needed indexes are not up-to-date
|
*Note*: this option is unreliable if needed indexes are not up-to-date
|
||||||
as this omits refresing or downloading of missing indexes.
|
as this omits refresing or downloading of missing indexes.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -33,8 +33,3 @@ following options:
|
||||||
|
|
||||||
*--directory-permissions*
|
*--directory-permissions*
|
||||||
Reset all directory permissions.
|
Reset all directory permissions.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -34,8 +34,3 @@ will accept it. See *abuild-sign*(1) for details.
|
||||||
Disable the warning about missing dependencies. This happens when A,
|
Disable the warning about missing dependencies. This happens when A,
|
||||||
depends on package B, that does not have a provider in the indexed
|
depends on package B, that does not have a provider in the indexed
|
||||||
repository.
|
repository.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -70,8 +70,3 @@ display the appropriate information, then an empty line terminates that field.
|
||||||
|
|
||||||
*--triggers*
|
*--triggers*
|
||||||
Print active triggers for the package.
|
Print active triggers for the package.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -11,8 +11,3 @@ to verify cryptographic signatures for packages. To trust a new key, simply add
|
||||||
the armored public key to this directory. See *abuild-keygen*(1) for
|
the armored public key to this directory. See *abuild-keygen*(1) for
|
||||||
information on generating new keys, *abuild-sign*(1) for using these keys to
|
information on generating new keys, *abuild-sign*(1) for using these keys to
|
||||||
sign files, and *apk-verify*(8) for verifying keys against the apk trust store.
|
sign files, and *apk-verify*(8) for verifying keys against the apk trust store.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -38,8 +38,3 @@ globbing.
|
||||||
|
|
||||||
*-P, --providers*
|
*-P, --providers*
|
||||||
List packages by provider.
|
List packages by provider.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -26,8 +26,3 @@ algorithms are:
|
||||||
|
|
||||||
*apk manifest* does not support any specific options. See *apk*(8) for global
|
*apk manifest* does not support any specific options. See *apk*(8) for global
|
||||||
options.
|
options.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -18,8 +18,3 @@ repositories (see *apk-repositories*(5)), in order of installation preference.
|
||||||
|
|
||||||
*apk policy* does not support any specific options. See *apk*(8) for global
|
*apk policy* does not support any specific options. See *apk*(8) for global
|
||||||
options.
|
options.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -33,8 +33,3 @@ those signatures.
|
||||||
*apk*(8) fetches and stores the index for each package repository at
|
*apk*(8) fetches and stores the index for each package repository at
|
||||||
/var/lib/cache. To fetch fresh indicies for all configured repositories, use
|
/var/lib/cache. To fetch fresh indicies for all configured repositories, use
|
||||||
*apk-update*(8).
|
*apk-update*(8).
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -17,8 +17,3 @@ and other information.
|
||||||
|
|
||||||
*apk stats* does not support any specific options. See *apk*(8) for global
|
*apk stats* does not support any specific options. See *apk*(8) for global
|
||||||
options.
|
options.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -21,8 +21,3 @@ repositories.
|
||||||
|
|
||||||
*apk update* does not support any specific options. See *apk*(8) for global
|
*apk update* does not support any specific options. See *apk*(8) for global
|
||||||
options.
|
options.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -48,8 +48,3 @@ following options:
|
||||||
|
|
||||||
*--self-upgrade-only*
|
*--self-upgrade-only*
|
||||||
Only perform a self-upgrade of the 'apk-tools' package.
|
Only perform a self-upgrade of the 'apk-tools' package.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -21,8 +21,3 @@ verify* exits with a nonzero status.
|
||||||
|
|
||||||
*apk verify* does not support any specific options. See *apk*(8) for global
|
*apk verify* does not support any specific options. See *apk*(8) for global
|
||||||
options.
|
options.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -48,8 +48,3 @@ specified).
|
||||||
*-l* _operand_
|
*-l* _operand_
|
||||||
Limit to packages with output matching given _operand_. The _operand_
|
Limit to packages with output matching given _operand_. The _operand_
|
||||||
can be specified as any combination of *>*, *=*, and *<*.
|
can be specified as any combination of *>*, *=*, and *<*.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -52,8 +52,3 @@ not constrain any unspecified version numbers.
|
||||||
*busybox~=1.6*
|
*busybox~=1.6*
|
||||||
Install any busybox version between 1.6.0 (inclusive) and 1.7.0
|
Install any busybox version between 1.6.0 (inclusive) and 1.7.0
|
||||||
(exclusive).
|
(exclusive).
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
|
@ -195,8 +195,3 @@ The following options are available for all commands which commit the database.
|
||||||
# NOTES
|
# NOTES
|
||||||
|
|
||||||
This apk has coffee making abilities.
|
This apk has coffee making abilities.
|
||||||
|
|
||||||
# AUTHORS
|
|
||||||
|
|
||||||
Natanael Copa <ncopa@alpinelinux.org>++
|
|
||||||
Timo Teräs <timo.teras@iki.fi>
|
|
||||||
|
|
Loading…
Reference in New Issue