From: Kyle Meyer Date: Sun, 7 Apr 2019 03:31:40 +0000 (-0400) Subject: doc: fix a few minor typos X-Git-Tag: v1.2.0~335 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=96d4a98d1a28ec64b5abd8289ddd4177ff87ad7e;p=public-inbox.git doc: fix a few minor typos --- diff --git a/Documentation/public-inbox-nntpd.pod b/Documentation/public-inbox-nntpd.pod index a38687f6..749851d4 100644 --- a/Documentation/public-inbox-nntpd.pod +++ b/Documentation/public-inbox-nntpd.pod @@ -13,7 +13,7 @@ public-inbox. It uses options and environment variables common to all L implementations. 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/public-inbox-v2-format.pod index 05ef32a9..7dfe3296 100644 --- a/Documentation/public-inbox-v2-format.pod +++ b/Documentation/public-inbox-v2-format.pod @@ -109,7 +109,7 @@ code paths. 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. @@ -210,7 +210,7 @@ for all non-atomic operations. =head1 HEADERS -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.