Garrett D'Amore wrote at 10/30/09 21:28: > It looks like you're planning on baking the list of aliases into the > libc binary itself? I'd really rather not do that. Would it be better > to put the aliases in a separate file -- call it "locale_alias" to match > your man page? > > -- Garrett
You're correct that I hope to bake the list of aliases into the libc since we don't expect that the list will change in the future. (The chance of it being updated significantly would be very slim.) Considering that, I really don't think that we need to have the list externalize for future extension at this point. That's also the reason why the locale_alias(5) man page is at section 5 not section 4 since the man page is to merely give appropriate information to users and be the source reference for the changes at other man pages. Ienup