From db769f667d93d9127b570570564589337c793fbe Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 15 Oct 2006 21:06:08 +0000 Subject: Added alpm function docs along pacman.c : Removed link to frugalware wiki sync.c : do not display Uncompressed size if 0 (archlinux has no USIZE) --- doc/man3/alpm_groups.3 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/man3/alpm_groups.3 (limited to 'doc/man3/alpm_groups.3') diff --git a/doc/man3/alpm_groups.3 b/doc/man3/alpm_groups.3 new file mode 100644 index 00000000..77fb4b71 --- /dev/null +++ b/doc/man3/alpm_groups.3 @@ -0,0 +1,37 @@ +.TH "Group Functions" 3 "16 Oct 2006" "libalpm" \" -*- nroff -*- +.ad l +.nh +.SH NAME +Group Functions \- Functions to get informations about libalpm groups. + +.PP +.SS "Functions" + +.in +1c +.ti -1c +.RI "void * \fBalpm_grp_getinfo\fP (pmgrp_t *grp, unsigned char parm)" +.br +.in -1c +.SH "Detailed Description" +.PP +Functions to get informations about libalpm groups. +.PP +.SH "Function Documentation" +.PP +.SS "void* alpm_grp_getinfo (pmgrp_t * grp, unsigned char parm)" +.PP +Get informations about a group. +.PP +\fBParameters:\fP +.RS 4 +\fIgrp\fP group pointer +.br +\fIparm\fP name of the info to get +.RE +.PP +\fBReturns:\fP +.RS 4 +a char* on success (the value), NULL on error +.RE +.PP + -- cgit v1.2.3-70-g09d2