diff options
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 5594446..4612416 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -3692,7 +3692,7 @@ won't. @smallexample @{ global: foo; bar; local: *; @} -#end smallexample +@end smallexample When you link an application against a shared library that has versioned symbols, the application itself knows which version of each symbol it |