Kevin Ryde <[EMAIL PROTECTED]> writes: > > There's a buglet in the guile info docs in that strftime has a cross > > reference to the libc info file, and that would seem to be Linux > > specific. > > You mean gnu-specific of course, strftime probably doesn't go near the > kernel. But in any case I don't think it's too terrible for a gnu > package to xref other gnu package. I'll add "or see man 3 strftime", > if you like.
Sorry you are quite right, I should have said GNU libc (is that used on other than Linux and HURD these days?). In this case, GNU libc is not a requirement for guile, which runs on free operating systems with GNU libc, free OS w/o GNU libc and non-free OS. The real reference is to the C99-specified strftime. I think what bothered me was the broken link in the info file since I do not have GNU libc info files installed. I tried to follow it, and then realized it was a cross-file link. So, sure, adding "or see strftime(3)" would help. -- Greg Troxel <[EMAIL PROTECTED]> _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel