From 1ee89581b19a66136582e7dfb9e70d81a5ab1873 Mon Sep 17 00:00:00 2001 From: Štěpán Němec Date: Fri, 15 Mar 2024 15:30:48 +0100 Subject: Fix some typos and language nits in docs and comments --- Documentation/RelNotes/v2.0.0.wip | 10 +++++----- Documentation/public-inbox-config.pod | 2 +- INSTALL | 2 +- examples/public-inbox-netd@.service | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/RelNotes/v2.0.0.wip b/Documentation/RelNotes/v2.0.0.wip index 53ef5fe5..4d872fd7 100644 --- a/Documentation/RelNotes/v2.0.0.wip +++ b/Documentation/RelNotes/v2.0.0.wip @@ -43,8 +43,8 @@ Compatibility: New users + hackers: The install/ directory includes tools to automate installation and - removal of dependencies for stripped down or full setups. See - install/README for more details + removal of dependencies for stripped-down or full setups. See + install/README for more details. treewide @@ -52,7 +52,7 @@ treewide * standardize on `#' prefix for stderr diagnostics (previously `I:') - * SHA-256 coderepos are fully-supported (but not inboxes, yet) + * SHA-256 coderepos are fully supported (but not inboxes, yet) * jemalloc (tested as an LD_PRELOAD) is recommended to reduce fragmentation in long-running daemon processes serving unpredictable traffic @@ -174,8 +174,8 @@ Search improvements (lei and PublicInbox::WWW) * `public-inbox-cindex --join' prefers using Xapian's C++ API directly to avoid Perl method dispatch overhead to get usable - performance assocating ~300 inboxes with over 1K coderepos - (and vice-versa). Users needing this performance will need + performance associating ~300 inboxes with over 1K coderepos + (and vice versa). Users requiring such performance will need a C++ compiler, pkg-config, and the Xapian development files (see INSTALL). diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod index d3f5d04b..b4a1d94d 100644 --- a/Documentation/public-inbox-config.pod +++ b/Documentation/public-inbox-config.pod @@ -390,7 +390,7 @@ Default: C<404> =item publicinbox.nameIsUrl Treat the name of the public inbox as its unqualified URL when -using C. This is, every +using C. That is, every C<[publicinbox "foo"]> section implicitly sets C. This is a convenient alternative to specifying diff --git a/INSTALL b/INSTALL index b1d7fd1b..c04831c2 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ lei as a command-line tool. Any HTTP, IMAP, NNTP, or POP3 client can access public-inbox servers, as can git-{clone,fetch} on the HTTP(S) endpoint. -Since our marketing sucks, ease-of-installation is an important goal +Since our marketing sucks, ease of installation is an important goal for this project and we only depend on distro-provided packages. As of 2024, public-inbox is packaged by several OS distributions, diff --git a/examples/public-inbox-netd@.service b/examples/public-inbox-netd@.service index 2330bd59..83d2e995 100644 --- a/examples/public-inbox-netd@.service +++ b/examples/public-inbox-netd@.service @@ -13,7 +13,7 @@ After = public-inbox-netd.socket [Service] # An LD_PRELOAD for libjemalloc can be added here. It currently seems -# more resistant to fragmentation to glibc in long-lived daemons. +# more resistant to fragmentation in long-lived daemons than glibc. Environment = PI_CONFIG=/home/pi/.public-inbox/config \ PATH=/usr/local/bin:/usr/bin:/bin \ TZ=UTC \ -- cgit v1.2.3-24-ge0c7