index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 21:06:08 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 21:06:08 +0000 |
commit | db769f667d93d9127b570570564589337c793fbe (patch) | |
tree | 94f90c61fcf2e988f2a718b06925e0df20a29332 /doc/man3/alpm_log.3 | |
parent | e037328e219697f8453dc25df2b8f0d25bbc1acc (diff) |
-rw-r--r-- | doc/man3/alpm_log.3 | 35 |
diff --git a/doc/man3/alpm_log.3 b/doc/man3/alpm_log.3 new file mode 100644 index 00000000..1e2d9ac3 --- /dev/null +++ b/doc/man3/alpm_log.3 @@ -0,0 +1,35 @@ +.TH "Logging Functions" 3 "16 Oct 2006" "libalpm" \" -*- nroff -*- +.ad l +.nh +.SH NAME +Logging Functions \- Functions to log using libalpm. + +.PP +.SS "Functions" + +.in +1c +.ti -1c +.RI "int \fBalpm_logaction\fP (char *fmt,...)" +.br +.in -1c +.SH "Detailed Description" +.PP +Functions to log using libalpm. +.PP +.SH "Function Documentation" +.PP +.SS "int alpm_logaction (char * fmt, ...)" +.PP +A printf-like function for logging. +.PP +\fBParameters:\fP +.RS 4 +\fIfmt\fP output format +.RE +.PP +\fBReturns:\fP +.RS 4 +0 on success, -1 on error (pm_errno is set accordingly) +.RE +.PP + |