From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from mail.smrk.net (mail.smrk.net [IPv6:2001:19f0:6c01:2788:5400:4ff:fe27:adaa]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 70D601F44D for ; Fri, 15 Mar 2024 14:30:57 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=smrk.net header.i=@smrk.net header.a=rsa-sha256 header.s=20221002 header.b=ZIMwNas5; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smrk.net; s=20221002; t=1710513052; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=AAs4rYYA3memEOMlD0xXIKKMmOuORZ5X6eDDD6Wgfy4=; b=ZIMwNas5m4CcTd40Jhjy7Z6JO3Vnn7VxmNqJngJtvf6uAiQJqFtKsP19mVny1p2FFEYD8L sxNaxnQI7g/9zsz9Ngee+JE/bzv6YB+OvUf6/DSeYgNKAi45qvcPoNms6FlqYbBoks+T9D bc0EgDVcp88nxvoISGyK9NjzaJX70cRj3Eu9CiyeaYraoUdgMD1Jn7gV/bFoVuX5vWdf6x 4BrmVS0l+sz+PvyeGs9xdlE8WTokTft3wdJPlX8EQqXgJJ4AunydmZOK/tuNwPspdUACGt FJAl1mz8EP4wfT0jkHEu5vmWByFQTPUnvddmyWGpj537KYlwQNQuc5iWrH6YAg== Received: from localhost ( [192.168.5.2]) by smrk (OpenSMTPD) with ESMTPSA id af37939c (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 15 Mar 2024 15:30:52 +0100 (CET) From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= To: meta@public-inbox.org Subject: [PATCH 1/2] Fix some typos and language nits in docs and comments Date: Fri, 15 Mar 2024 15:30:48 +0100 Message-ID: <20240315143049.1590728-1-stepnem@smrk.net> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: --- 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 53ef5fe5c7a1..4d872fd721db 100644 --- a/Documentation/RelNotes/v2.0.0.wip +++ b/Documentation/RelNotes/v2.0.0.wip @@ -43,8 +43,8 @@ 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 @@ * 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 @@ * `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 d3f5d04b0644..b4a1d94dec00 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 b1d7fd1b68e9..c04831c2fb5b 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 2330bd5952fe..83d2e995c0f6 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 \ base-commit: 5e8068b28aa01befa9c6fa7368db956148816189 -- 2.44.0