diff options
Diffstat (limited to 'winsup/doc/how.texinfo')
-rw-r--r-- | winsup/doc/how.texinfo | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/doc/how.texinfo b/winsup/doc/how.texinfo index 115d95b0f..e49d6b04b 100644 --- a/winsup/doc/how.texinfo +++ b/winsup/doc/how.texinfo @@ -1227,8 +1227,7 @@ the thing that needs things from it. This is wrong @code{gcc -lstdc++ hello.cc}. This is right @code{gcc hello.cc -lstdc++}. -@subsection I use a function I know is in the API, but I still get a link -error. +@subsection I use a function I know is in the API, but I still get a link error. @strong{(Please note: This section has not yet been updated for the latest net release.)} |