Expanded tabs

This commit is contained in:
Michael Kerrisk 2010-06-20 06:43:11 +02:00
parent 92c1db72e2
commit 3e26762688
1 changed files with 10 additions and 10 deletions

20
Changes
View File

@ -58,7 +58,7 @@ migrate_pages.2
Andi Kleen Andi Kleen
New page documenting migrate_pages(2). New page documenting migrate_pages(2).
Andi's text based on the move_pages.2 page; Andi's text based on the move_pages.2 page;
additional edits by mtk. additional edits by mtk.
migrate_pages(2) was new in Linux 2.6.16. migrate_pages(2) was new in Linux 2.6.16.
quotactl.2 quotactl.2
@ -333,7 +333,7 @@ getline.3
Robert Wohlrab Robert Wohlrab
Remove unneeded check before free() Remove unneeded check before free()
The manpage of getline shows an example with an extra NULL pointer The manpage of getline shows an example with an extra NULL pointer
check before it calls free. This is unneeded according to free(3): check before it calls free. This is unneeded according to free(3):
If ptr is NULL, no operation is performed. If ptr is NULL, no operation is performed.
@ -381,14 +381,14 @@ elf.5
Daisuke HATAYAMA Daisuke HATAYAMA
Document PN_XNUM extension Document PN_XNUM extension
In linux-2.6.34-rc1, an ELF core extension was added; user-land In linux-2.6.34-rc1, an ELF core extension was added; user-land
tools manipulating ELF core dump such as gdb and binutils has tools manipulating ELF core dump such as gdb and binutils has
already been modified before; so elf.5 needs to be modified already been modified before; so elf.5 needs to be modified
accordingly. accordingly.
You can follow information on the ELF extension via the LKML post: You can follow information on the ELF extension via the LKML post:
http://lkml.org/lkml/2010/1/3/103 http://lkml.org/lkml/2010/1/3/103
Date Mon, 04 Jan 2010 10:06:07 +0900 (JST) Date Mon, 04 Jan 2010 10:06:07 +0900 (JST)
Subject ... elf coredump: Add extended numbering support Subject ... elf coredump: Add extended numbering support
This Linux-specific extension was added in kernel 2.6.34. This Linux-specific extension was added in kernel 2.6.34.
@ -397,9 +397,9 @@ elf.5
Michael Kerrisk Michael Kerrisk
Remove EI_BRAND Remove EI_BRAND
As reported by Yuri Kozlov and confirmed by Mike Frysinger, As reported by Yuri Kozlov and confirmed by Mike Frysinger,
EI_BRAND is not in GABI EI_BRAND is not in GABI
(http://www.sco.com/developers/gabi/latest/ch4.eheader.html) (http://www.sco.com/developers/gabi/latest/ch4.eheader.html)
It looks to be a BSDism It looks to be a BSDism
Michael Kerrisk Michael Kerrisk
Remove words under '.note': "described below" Remove words under '.note': "described below"
The existing text is broken, because there is The existing text is broken, because there is