diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-19 00:54:54 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-19 00:54:54 +0000 |
| commit | fe5fc1daeb575e24b750712fc8acf71626ea8819 (patch) | |
| tree | 8f36016138cb0c98358abe89b4e5a8477cbf3294 | |
| parent | fcaf7cff449863eefde42b3d8b71c1dda780a88a (diff) | |
| download | s6-frontend-fe5fc1daeb575e24b750712fc8acf71626ea8819.tar.gz | |
Doc fixes, .pc fix
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | doc/s6.html | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -42,6 +42,7 @@ endif lib$(2).pc: exec env \ + prefix="$(prefix)" \ library="$(2)" \ includedir="$(includedir)" \ dynlibdir="$(dynlibdir)" \ diff --git a/doc/s6.html b/doc/s6.html index 8aec603..2ec2ce5 100644 --- a/doc/s6.html +++ b/doc/s6.html @@ -85,11 +85,11 @@ reason, here you go. <dl> <dt> -h, --help </dt> - <dd> Run the <a href="#s6_help"><tt>s6 help</tt></a> command. + <dd> Run the <a href="#help"><tt>s6 help</tt></a> command. Any given command or subcommand is ignored. </dd> <dt> -V, --version </dt> - <dd> Run the <a href="#s6_version"><tt>s6 version</tt></a> command. + <dd> Run the <a href="#version"><tt>s6 version</tt></a> command. <dd> Any given command or subcommand is ignored. </dd> <dt> -s <em>scandir</em>, --scandir=<em>scandir</em> </dt> |
