Differences From Artifact [95fe0e123b]:
- File lc_process.3.in — part of check-in [5eff930a35] at 2004-11-24 23:40:13 on branch trunk — Updated man pages. Updated Makefile.in to delete new man pages. Updated configure.ac to check for fopen_net() instead of open_net(). (user: rkeene, size: 2343) [annotate] [blame] [check-ins using]
To Artifact [0f2dddbaaa]:
- File lc_process.3.in — part of check-in [f953f16a77] at 2006-12-16 17:06:08 on branch trunk — Added an lc_seterrstr() function (user: rkeene, size: 2384) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
95 96 97 98 99 100 101 102 103 104 105 106 107 | } return(EXIT_SUCCESS); } .fi .SH "SEE ALSO" .BR lc_register_var (3), .BR lc_register_callback (3), .BR lc_geterrno (3), .BR lc_geterrstr (3), .BR lc_cleanup (3), .BR lc_process_file (3) | > > | 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | } return(EXIT_SUCCESS); } .fi .SH "SEE ALSO" .BR libconfig (3), .BR lc_register_var (3), .BR lc_register_callback (3), .BR lc_geterrno (3), .BR lc_seterrstr (3), .BR lc_geterrstr (3), .BR lc_cleanup (3), .BR lc_process_file (3) |