Differences From Artifact [d002dd6251]:
- File lc_geterrno.3.in — part of check-in [6861d15aac] at 2004-10-29 16:17:59 on branch trunk — Updated man pages. (user: rkeene, size: 2087) [annotate] [blame] [check-ins using]
To Artifact [f1a44ec899]:
- File lc_geterrno.3.in — part of check-in [cff8496e42] at 2004-11-24 23:13:23 on branch trunk — Added an optional dependency to libopennet. If libopennet is used fopen_net is used instead of fopen. Made lc_process_file() a publicly callable function. Added a (blank!) man page for it. Made lc_cleanup() a publicly callable function, and removed calls to it from lc_process(). Added a (blank!) man page for it. (user: rkeene, size: 2132) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
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), .BR lc_process (3) | > > | 81 82 83 84 85 86 87 88 89 90 | } .fi .SH "SEE ALSO" .BR lc_register_var (3), .BR lc_register_callback (3), .BR lc_geterrstr (3), .BR lc_cleanup (3), .BR lc_process_file (3), .BR lc_process (3) |