From 2aad295eb28c467ea03cdcc1d3aa5f0d82a5f1c8 Mon Sep 17 00:00:00 2001 From: Niels Sascha Reedijk Date: Mon, 19 Apr 2021 07:00:42 +0100 Subject: [PATCH] HaikuBook: escape the # character as it implies a link request Change-Id: I9100d74fb3af9298b3386bea02c4a5818c45296b --- docs/user/posix/_libroot.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/posix/_libroot.dox b/docs/user/posix/_libroot.dox index d3bb8a03d3..e0a15d3202 100644 --- a/docs/user/posix/_libroot.dox +++ b/docs/user/posix/_libroot.dox @@ -22,7 +22,7 @@ POSIX standards. The BSD extensions are enabled by default unless a specific version of the C standard is requested from the compiler command line (for example by using the --std=c99 switch). In case you want to set the compiler to strict C99 but still use these extensions, you need to define _DEFAULT_SOURCE -(with a #define preprocessor directive, or from the command line). +(with a \#define preprocessor directive, or from the command line). The GNU extensions are not enabled by default, but can be enabled by defining _GNU_SOURCE.