]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
doc: fix minor mistake in README.md about dependencies
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>
Sun, 30 Jul 2023 09:46:28 +0000 (11:46 +0200)
committerDaniel Wagner <wagi@monom.org>
Fri, 4 Aug 2023 13:19:36 +0000 (15:19 +0200)
OpenSSL is used for TLS over TCP whereas Keyutils is used for
authentication.

Also fix spelling mistake: dependend -> dependent.

Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
README.md

index af1ee724af4d2eb5edce00ad26318eba03badf45..041930ec49335098fb83a5ac7c687b0b00da69ed 100644 (file)
--- a/README.md
+++ b/README.md
@@ -145,10 +145,10 @@ A few build options can be specified on the command line when invoking meson.
 | docs        | [false], html, man, rst, all | Install documentation                                     |
 | docs-build  | [false], true             | Enable build documentation                                   |
 | python | [auto], enabled, disabled | Whether to build the Python bindings. When set to `auto`, the default, meson will check for the presence of the  tools and libraries (e.g. `swig`) required to build the Python bindings. If found, meson will configure the project to build the Python bindings. If a tool or library is missing, then the Python bindings won't be built. Setting this to `enabled`, forces the Python bindings to be built. When set to `disabled`, meson will configure the project to not build the Python bindings.<br />Example: `meson setup .build -Dpython=disabled` |
-| openssl     | [auto], enabled, disabled | Enables OpenSSL dependend features (e.g. authentication), adds build dependency on OpenSSL |
-| libdbus     | auto, enabled, [disabled] | Enables D-Bus dependend features (libnvme-mi: End point discovery), adds build dependency on libdbus |
+| openssl     | [auto], enabled, disabled | Enables OpenSSL dependent features (e.g. TLS over TCP), adds build dependency on OpenSSL |
+| libdbus     | auto, enabled, [disabled] | Enables D-Bus dependent features (libnvme-mi: End point discovery), adds build dependency on libdbus |
 | json-c      | [auto], enabled, disabled | (recommended) Enables JSON-C dependend features (e.g. config.json parsing), adds build depdency on json-c |
-| keyutils    | [auto], enabled, disabled | Enables keyutils dependend features (e.g. TLS over TCP), adds build dependency on keyutils |
+| keyutils    | [auto], enabled, disabled | Enables keyutils dependent features (e.g. authentication), adds build dependency on keyutils |
 
 See the full configuration options with