diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-07 22:29:21 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-07 22:29:21 +0000 |
commit | 82de7efbf981ddd0aca109823a98614eeab3d2fb (patch) | |
tree | e8075dfa4d923bd0651e07cc96641421bc11f225 /doc/libalpm.3 | |
parent | 155aeb40fda771b0d7933349c02a497d0b4b6868 (diff) | |
download | pacman-82de7efbf981ddd0aca109823a98614eeab3d2fb.tar.xz |
Greatly simplify the way our non-existant translated manpages were being
made. Ripped out all the po4a stuff, letting us cut down on yet another
makedepends.
Also moved all of the manpages to non-.in names.
Diffstat (limited to 'doc/libalpm.3')
-rw-r--r-- | doc/libalpm.3 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/libalpm.3 b/doc/libalpm.3 new file mode 100644 index 00000000..230de61a --- /dev/null +++ b/doc/libalpm.3 @@ -0,0 +1,21 @@ +.TH libalpm 3 "07 Jan 2007" "libalpm @PM_VERSION@" "" +.SH NAME + libalpm \- Arch Linux Package Management library +.SH SYNOPSIS +For ease of access, the libalpm manual has been split up into several sections. + +.nf +alpm_databases Database Functions +alpm_interface Interface Functions +alpm_list List Functions +alpm_log Logging Functions +alpm_misc Miscellaneous Functions +alpm_packages Package Functions +alpm_sync Sync Functions +alpm_trans Transaction Functions +.fi + +.SH AUTHOR +.nf +Judd Vinet <jvinet@zeroflux.org> +.fi |