Differences From Artifact [ea98de7617]:
- File lc_process_file.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: 1589) [annotate] [blame] [check-ins using]
To Artifact [aecb56c52b]:
- File lc_process_file.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: 1630) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
57 58 59 60 61 62 63 64 65 66 67 68 69 | } 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 (3) | > > | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | } 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_geterrstr (3), .BR lc_seterrstr (3), .BR lc_cleanup (3), .BR lc_process (3) |