Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/checkpkg.1.asciidoc
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-06-20 01:15:34 +0200
committerLevente Polyak <anthraxx@archlinux.org>2022-06-22 01:05:03 +0200
commit626aecb4724fe5adc65f755d142804306fadb307 (patch)
tree0b543c45c98a45c181293a4f10120873c82b81ea /doc/checkpkg.1.asciidoc
parent208824456410123e6ac480cdfe554f14f211047c (diff)
make: split out man page files into doc/man folder
Diffstat (limited to 'doc/checkpkg.1.asciidoc')
-rw-r--r--doc/checkpkg.1.asciidoc43
1 files changed, 0 insertions, 43 deletions
diff --git a/doc/checkpkg.1.asciidoc b/doc/checkpkg.1.asciidoc
deleted file mode 100644
index d95f350..0000000
--- a/doc/checkpkg.1.asciidoc
+++ /dev/null
@@ -1,43 +0,0 @@
-checkpkg(1)
-===========
-
-Name
-----
-checkpkg - Compare the current build package with the repository version
-
-Synopsis
---------
-checkpkg
-
-Description
------------
-
-Searches for a locally built package corresponding to the PKGBUILD, and
-downloads the last version of that package from the Pacman repositories. It
-then compares the list of .so files provided by each version of the package and
-outputs if there are soname differences for the new package. A directory is
-also created using mktemp with files containing a file list for both packages
-and a library list for both packages.
-
-Options
--------
-
-*-r, --rmdir*::
- Remove the temporary directory created to contain the file and library list
- of both packages.
-
-*-w, --warn*::
- Print a warning instead of a regular message in case of soname differences.
-
-*-M, --makepkg-config*::
- Set an alternate makepkg configuration file.
-
-*-h, --help*::
- Show a help text
-
-See Also
---------
-
-linkman:find-libprovides[1]
-
-include::footer.asciidoc[]