summaryrefslogtreecommitdiffstats
path: root/doc/man3/alpm_log.3
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-10-27 23:09:14 +0200
committerAaron Griffin <aaron@archlinux.org>2006-10-27 23:09:14 +0200
commit3e5401b74de0bc19f6eac48dd45c656a5c4e5ed7 (patch)
treea307cd915c8b53279e4a802d553837b89567ce63 /doc/man3/alpm_log.3
parente8275fa9644181e9347e983f74b28f313103b888 (diff)
downloadpacman-3e5401b74de0bc19f6eac48dd45c656a5c4e5ed7.tar.gz
pacman-3e5401b74de0bc19f6eac48dd45c656a5c4e5ed7.tar.xz
Remove generated man pages from CVS
Diffstat (limited to 'doc/man3/alpm_log.3')
-rw-r--r--doc/man3/alpm_log.335
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/man3/alpm_log.3 b/doc/man3/alpm_log.3
deleted file mode 100644
index 1e2d9ac3..00000000
--- a/doc/man3/alpm_log.3
+++ /dev/null
@@ -1,35 +0,0 @@
-.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
-