Expanded tabs

This commit is contained in:
Michael Kerrisk 2009-01-13 08:57:49 +13:00
parent 2c4432fc51
commit f5b5b7786e
1 changed files with 7 additions and 7 deletions

14
Changes
View File

@ -125,8 +125,8 @@ printf.3
main() main()
{ {
sprintf(buf, "%sfail", buf); sprintf(buf, "%sfail", buf);
puts(buf); puts(buf);
return 0; return 0;
} }
$ cc s.c $ cc s.c
@ -153,9 +153,9 @@ nscd.8
Petr Baudis Petr Baudis
Correct NOTES section on reloading configuration files Correct NOTES section on reloading configuration files
It behaved this way at least since It behaved this way at least since
"Sun Oct 18 15:02:11 1998 +0000", "Sun Oct 18 15:02:11 1998 +0000",
some four months after including the nscd implementation some four months after including the nscd implementation
in glibc. But there does seem to be a short window between in glibc. But there does seem to be a short window between
glibc-2.1 and glibc-2.1.3 when nscd -i was not available, glibc-2.1 and glibc-2.1.3 when nscd -i was not available,
I don't think it's worth muddling the point of the page I don't think it's worth muddling the point of the page
with that, though. with that, though.