diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-29 09:42:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-29 09:42:29 +0200 |
commit | 1899cee45b869975ab61d03b39b4a2db38df58e5 (patch) | |
tree | debe8e41e1f0de8245497ae43914dc1328e709d9 /doc | |
parent | f189e03a083df9538ef914943b2cf552ee663bbb (diff) |
Update manual regarding platform-specific version support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 2ce1ef3..be39b1f 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -2853,7 +2853,7 @@ lib{hello}: bin.lib.version = @-1.2 linux@3 \ \N{While the interface for platform-specific versions is defined, their -support is not yet implemented by the C/C++ link and install rules.} +support is currently only implemented on Linux.} A platform-independent version is embedded as a suffix into the library name (and into its \c{soname} on relevant platforms) while platform-specific |