diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2000-08-25 13:33:38 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2000-08-25 13:33:38 +0000 |
commit | 8b99c9afcd891a66377b075ecefbb3284a4ad42d (patch) | |
tree | 6af2ee76e15e1147071ed729b1e223edc8ed4db9 /winsup/doc/how.texinfo | |
parent | 138b832b0ca7279aa9b1d4983bbd0000b6342caf (diff) | |
download | cygnal-8b99c9afcd891a66377b075ecefbb3284a4ad42d.tar.gz cygnal-8b99c9afcd891a66377b075ecefbb3284a4ad42d.tar.bz2 cygnal-8b99c9afcd891a66377b075ecefbb3284a4ad42d.zip |
minor formatting fixes
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.)} |