Overview
Comment: | Updated man pages. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6861d15aace7dbe1ea5b0aba6c85c2d9 |
User & Date: | rkeene on 2004-10-29 16:17:59 |
Other Links: | manifest | tags |
Context
2004-10-29
| ||
16:33 | Updated manual pages. The "extraconfig" files are now processed before the /etc ones. check-in: 304f4b8d4a user: rkeene tags: trunk | |
16:17 | Updated man pages. check-in: 6861d15aac user: rkeene tags: trunk | |
04:02 | Updated documentation added INSTALL document libconfig 0.1.0 check-in: 1bde205ce1 user: rkeene tags: 0.1.0, trunk | |
Changes
Modified lc_geterrno.3.in from [85df2eb346] to [d002dd6251].
︙ | |||
46 47 48 49 50 51 52 | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | - | .SH EXAMPLE .nf #include <libconfig.h> #include <stdlib.h> #include <stdio.h> |
︙ | |||
82 83 84 85 86 87 88 | 81 82 83 84 85 86 87 88 | - + - | } .fi .SH "SEE ALSO" .BR lc_register_var (3), .BR lc_register_callback (3), .BR lc_geterrstr (3), |
Modified lc_geterrstr.3.in from [e9149b39ec] to [5494e928ad].
︙ | |||
49 50 51 52 53 54 55 | 49 50 51 52 53 54 55 56 | - + - | } .fi .SH "SEE ALSO" .BR lc_register_var (3), .BR lc_register_callback (3), .BR lc_geterrno (3), |
Modified lc_process.3.in from [da39a3ee5e] to [967a4267e5].
|
Modified lc_register_callback.3.in from [d1718088de] to [43854d99e9].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + | .TH LC_REGISTER_CALLBACK 3 "25 Oct 04" "@PACKAGE_STRING@" .SH NAME lc_register_callback \- Register a function for callback in config processing. .SH SYNOPSIS .B #include <libconfig.h> .sp |
︙ | |||
152 153 154 155 156 157 158 | 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | - + | .TP LC_CBRET_ERROR Returnning LC_CBRET_ERROR from a callback indicates that the command failed for some reason, the error will be passed back down the chain back to the .BR lc_process (3) call that began processing the configuration data. If LC_CBRET_ERROR is returned from a callback that begins a section, the entire section is ignored. |
︙ | |||
221 222 223 224 225 226 227 | 221 222 223 224 225 226 227 228 | - + - | .B ENOMEM Memory could not be allocated to create the needed internal structures. .SH "SEE ALSO" .BR lc_register_var (3), .BR lc_geterrno (3), .BR lc_geterrstr (3), |
Modified lc_register_var.3.in from [da39a3ee5e] to [33f89d18c6].