mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Update.
* manual/summary.awk: Fix value used for FF.
This commit is contained in:
parent
c2a714f32e
commit
033a2c132f
@ -1,5 +1,7 @@
|
|||||||
2001-08-04 Ulrich Drepper <drepper@redhat.com>
|
2001-08-04 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* manual/summary.awk: Fix value used for FF.
|
||||||
|
|
||||||
* elf/rtld.c: Correct use of __builtin_expect.
|
* elf/rtld.c: Correct use of __builtin_expect.
|
||||||
|
|
||||||
* elf/dl-close.c: Remove commented-out code.
|
* elf/dl-close.c: Remove commented-out code.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# awk script to create summary.texinfo from the library texinfo files.
|
# awk script to create summary.texinfo from the library texinfo files.
|
||||||
# Copyright (C) 1992, 1993, 1997 Free Software Foundation, Inc.
|
# Copyright (C) 1992, 1993, 1997, 2001 Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
# The GNU C Library is free software; you can redistribute it and/or
|
# The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -127,8 +127,8 @@ header != 0 && $1 ~ /@def|@item|@vindex/ \
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
printf "@comment %s%c", name, 012 # FF
|
printf "@comment %s%c", name, 12 # FF
|
||||||
printf "@item%s%c%c", defn, 012, 012
|
printf "@item%s%c%c", defn, 12, 12
|
||||||
if (header != -1) printf "%s ", header;
|
if (header != -1) printf "%s ", header;
|
||||||
printf "(%s): @ref{%s}.%c\n", std, node, 012;
|
printf "(%s): @ref{%s}.%c\n", std, node, 12;
|
||||||
header = 0 }
|
header = 0 }
|
||||||
|
Loading…
Reference in New Issue
Block a user