diff --git a/docs/BUILD.md b/docs/BUILD.md index 81cc1f6..c7b030e 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -1,4 +1,4 @@ -# Building libdpm-core.so and the dpm Binary {#build} +# Building DPM Core and CLI {#build} ## Prerequisites diff --git a/docs/CONSUMERS.md b/docs/CONSUMERS.md index 2a4e2b6..5d3f868 100644 --- a/docs/CONSUMERS.md +++ b/docs/CONSUMERS.md @@ -1,4 +1,4 @@ -# Consuming libdpm-core.so {#consumers} +# Interaction with libdpm-core.so {#consumers} Programs link libdpm-core.so as an ordinary shared library dependency — the same way they link any other library — to reach the package manager in-process: build systems, installers, image builders, system tooling, and foreign-language bindings all use the library the `dpm` binary is built on. A program holding a default context is working against system configuration, the system module path, the system tree, and system locking, the same environment the installed `dpm` binary sees. diff --git a/docs/DESIGN.md b/docs/DESIGN.md index 66105b8..4ddfccc 100644 --- a/docs/DESIGN.md +++ b/docs/DESIGN.md @@ -1,4 +1,4 @@ -# DPM — Dark Horse Package Manager: Design {#design} +# DPM Design {#design} ## Constraints diff --git a/docs/OVERVIEW.md b/docs/OVERVIEW.md index 83b5f5c..54f05a5 100644 --- a/docs/OVERVIEW.md +++ b/docs/OVERVIEW.md @@ -1,4 +1,4 @@ -# DPM — An Overview {#overview} +# Overview {#overview} ## What DPM Is