From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS11403 173.228.157.0/24 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from pb-smtp21.pobox.com (pb-smtp21.pobox.com [173.228.157.53]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 01E1120248 for ; Sun, 7 Apr 2019 03:31:56 +0000 (UTC) Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id B772C60C62; Sat, 6 Apr 2019 23:31:54 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=sasl; bh=cRiYuBpA2sq3DXaKbDmI1GJjhN4=; b=hZIARGoDtK3UQR5fb/Oy drm4Y6Z/tk9G+XOzOfOKh9Lfh/WVtpyYr61ggLJYme1+vWX1SR2vwUCOLtKetYDc fx6EbXepoXPjeLaFx7IQUN2nQccDTeLogxmhgWle3BKcdbcFDTKAr0c2iecrNbAf 7rA8BgvCU40Ysd6zayoEEro= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id AF3DF60C61; Sat, 6 Apr 2019 23:31:54 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:date:message-id:mime-version:content-transfer-encoding; s=mesmtp; bh=vR0IAjM71fkOOLoz6nbCnxdUTTAsq9OTxMwHNRpCnnM=; b=sKtqoguN8N/n/GhL+lIhXl9ucMASd4FXJ0URiQSB5sQGl7N+cX9f0DhE1IRV+H3LJEV/5dV4dE5Jf7o1BqEuD1xCmscmvFcO0w7oqgdr24sFJB2s9C/nbeMrNu/nAv9VNhpIlekJVDTwjRX6C8WtFXHR4WrbPceIycGGNoqF94o= Received: from hylob.hsd1.ct.comcast.net. (unknown [24.60.164.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id C34C860C5D; Sat, 6 Apr 2019 23:31:51 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: meta@public-inbox.org Cc: Kyle Meyer Subject: [PATCH] doc: fix a few minor typos Date: Sat, 6 Apr 2019 23:31:40 -0400 Message-Id: <20190407033140.22121-1-kyle@kyleam.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-Pobox-Relay-ID: AF184E02-58E5-11E9-A89A-EE24A11ADF13-24757444!pb-smtp21.pobox.com Content-Transfer-Encoding: quoted-printable List-Id: --- Documentation/public-inbox-nntpd.pod | 2 +- Documentation/public-inbox-v2-format.pod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/public-inbox-nntpd.pod b/Documentation/public-= inbox-nntpd.pod index a38687f..749851d 100644 --- a/Documentation/public-inbox-nntpd.pod +++ b/Documentation/public-inbox-nntpd.pod @@ -13,7 +13,7 @@ public-inbox. It uses options and environment variable= s common to all L implementations. =20 The default configuration will never require write access -tto the directory where the public-inbox is stored, so it +to the directory where the public-inbox is stored, so it may be run as a different user than the user running L, L, or L. diff --git a/Documentation/public-inbox-v2-format.pod b/Documentation/pub= lic-inbox-v2-format.pod index 05ef32a..7dfe329 100644 --- a/Documentation/public-inbox-v2-format.pod +++ b/Documentation/public-inbox-v2-format.pod @@ -109,7 +109,7 @@ code paths. =20 The performance of the storage device is now the bottleneck on larger multi-core systems. In our experience, performance is -improves with high-quality and high-quantity solid-state storage. +improved with high-quality and high-quantity solid-state storage. Issuing TRIM commands with L was necessary to maintain consistent performance while developing this feature. =20 @@ -210,7 +210,7 @@ for all non-atomic operations. =20 =3Dhead1 HEADERS =20 -Same handling as with v1, except the Message-ID header will will +Same handling as with v1, except the Message-ID header will be generated if not provided or conflicting. "Bytes", "Lines" and "Content-Length" headers are stripped and not allowed, they can interfere with further processing. --=20 2.21.0