diff options
author | Adam Jackson <ajax@redhat.com> | 2021-04-09 15:27:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 22:27:44 +0300 |
commit | f67b8cb8f2f650409ce237a14331d79a8d0dd214 (patch) | |
tree | 2d323662540dcace3cf3dd9c839be14f25717228 | |
parent | c9d98e9a98f5f49f0fca266756c2dea2ccbe09eb (diff) | |
download | meson-f67b8cb8f2f650409ce237a14331d79a8d0dd214.zip meson-f67b8cb8f2f650409ce237a14331d79a8d0dd214.tar.gz meson-f67b8cb8f2f650409ce237a14331d79a8d0dd214.tar.bz2 |
docs: Fix the description of static_library's additional arguments [skip ci]
-rw-r--r-- | docs/markdown/Reference-manual.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index e4c4703..916083c 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1632,8 +1632,7 @@ platforms, notably OSX. Consider using a ``` Builds a static library with the given sources. Positional and keyword -arguments are otherwise the same as for [`library`](#library), but it -has one argument the others don't have: +arguments are as for [`library`](#library), as well as: - `pic` *(since 0.36.0)*: builds the library as positional independent code (so it can be linked into a shared library). This |