From 3da504acf21b33753e0c4260f86c311458aba805 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 16 Nov 2015 23:03:05 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 2 +- doc/info/chap/error-reporting.texinfo | 6 +++--- src/slibc-human/escape.c | 2 +- src/slibc-human/humanmode.c | 2 +- src/slibc-human/humansize.c | 2 +- src/slibc-human/machinemode.c | 2 +- src/slibc-human/unescape.c | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index 3352ba0..97fec7b 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ Macro definitions: cannot fully utilise _PORTABLE_SOURCE. -slibc provides some slib-specific extensions that +slibc provides some slibc-specific extensions that do not require _SLIBC_SOURCE. (They are however disabled if _PORTABLE_SOURCE is defined.) These extensions are defined in header files whose diff --git a/doc/info/chap/error-reporting.texinfo b/doc/info/chap/error-reporting.texinfo index 4d44a31..2a438e0 100644 --- a/doc/info/chap/error-reporting.texinfo +++ b/doc/info/chap/error-reporting.texinfo @@ -524,12 +524,12 @@ variable is global and shared by all threads. In @code{slibc}, functions defined in @file{} use functions defined in @file{}. -@hfindex slib-error.h -@code{slibc} adds the header file @file{}. +@hfindex slibc-error.h +@code{slibc} adds the header file @file{}. It includes @file{}. It does not require the @code{_SLIBC_SOURCE} is defined, but it does require that neither @code{_PORTABLE_SOURCE} nor -@code{_LIBRARY_HEADER}@. @file{} also +@code{_LIBRARY_HEADER}@. @file{} also uses C preprocessors directives added by the @sc{ISO}@tie{}C99 standard. Additionally, the C language extensions @code{(@{ @})} and @code{typeof}. diff --git a/src/slibc-human/escape.c b/src/slibc-human/escape.c index 56cf794..9579f73 100644 --- a/src/slibc-human/escape.c +++ b/src/slibc-human/escape.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include +#include #include #include #include diff --git a/src/slibc-human/humanmode.c b/src/slibc-human/humanmode.c index 83aba68..5dca887 100644 --- a/src/slibc-human/humanmode.c +++ b/src/slibc-human/humanmode.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include +#include #include #include #include diff --git a/src/slibc-human/humansize.c b/src/slibc-human/humansize.c index 5f2bd4c..798cca6 100644 --- a/src/slibc-human/humansize.c +++ b/src/slibc-human/humansize.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include +#include #include #include #include diff --git a/src/slibc-human/machinemode.c b/src/slibc-human/machinemode.c index f454613..da23662 100644 --- a/src/slibc-human/machinemode.c +++ b/src/slibc-human/machinemode.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include +#include #include #include #include diff --git a/src/slibc-human/unescape.c b/src/slibc-human/unescape.c index 33b58b5..6224c15 100644 --- a/src/slibc-human/unescape.c +++ b/src/slibc-human/unescape.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include +#include #include #include #include -- cgit v1.2.3-70-g09d2