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.4 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 052411F452 for ; Wed, 29 Nov 2023 12:02:58 +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=iRIgBZDc; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smrk.net; s=20221002; t=1701259374; 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: in-reply-to:in-reply-to:references:references; bh=hdHB+pw+UoFyqWWJIKhlBuNTZSyhH73HvoH3/J2TIxE=; b=iRIgBZDcPntEvlXsHjA4jfAmvmDgWOgDVqRPGPndy2V+D7ruSdBlncHWOgYawQMSS7V42Q A5ryiC3PbhiYhW4hA/JlaD1n9VCT9boQXQ4MPFNR3hjkW/d4ZM2BR022RKFtv4IlFsMi0A 5h2FuLCy3non7lkjG4CQ9IIlg/o2LUYrsXk0xSJnan1shyiEH4A8qNpIIDkrzz+FSW/KAp utnQ/7acacUMsZPamWW0J6pVZ9GELtl7ngKQdvugu4/auDxJuBiZIOkBuUrq07c+JxXyxx kM1eDiTec2lgeymN7cMt4L+bxPFrFuykuNBgP3Z/lDS3SIWNmvE7TyvI6AmWfg== Received: from localhost ( [192.168.5.2]) by smrk (OpenSMTPD) with ESMTPSA id 2f5f96be (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 29 Nov 2023 13:02:54 +0100 (CET) From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= To: meta@public-inbox.org Subject: [PATCH 2/2] doc: fix a few typos and wording issues Date: Wed, 29 Nov 2023 13:02:52 +0100 Message-ID: <20231129120252.1135398-2-stepnem@smrk.net> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231129120252.1135398-1-stepnem@smrk.net> References: <20231129120252.1135398-1-stepnem@smrk.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: --- Documentation/RelNotes/v2.0.0.wip | 2 +- Documentation/lei-daemon-kill.pod | 2 +- Documentation/public-inbox-cindex.pod | 4 ++-- script/public-inbox-cindex | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/RelNotes/v2.0.0.wip b/Documentation/RelNotes/v2.0.0.wip index 5fc9ecd79759..d40378009af4 100644 --- a/Documentation/RelNotes/v2.0.0.wip +++ b/Documentation/RelNotes/v2.0.0.wip @@ -24,7 +24,7 @@ -extindex. Uppercase names will now be lowercased by default and warnings will be emitted. Conflicting newsgroup names (and `inboxdir' entries if `newsgroup' isn't specified) will also generate warnings - since it breaks -extindex and the new -cindex (coderepo index) + since they break -extindex and the new -cindex (coderepo index). treewide diff --git a/Documentation/lei-daemon-kill.pod b/Documentation/lei-daemon-kill.pod index 97a81e23f973..50f75f4c74e4 100644 --- a/Documentation/lei-daemon-kill.pod +++ b/Documentation/lei-daemon-kill.pod @@ -26,7 +26,7 @@ so another L process can take its place. =item SIGKILL Kills L immediately. Some worker processes may -remain running after a short while after this takes effect. +remain running for a short while. =back diff --git a/Documentation/public-inbox-cindex.pod b/Documentation/public-inbox-cindex.pod index 02c2d80f7ae5..fdc2b82d5d12 100644 --- a/Documentation/public-inbox-cindex.pod +++ b/Documentation/public-inbox-cindex.pod @@ -1,6 +1,6 @@ =head1 NAME -public-inbox-cindex - create and update search for code repositories +public-inbox-cindex - create and update code repository search indices =head1 SYNOPSIS @@ -106,7 +106,7 @@ Used to override the default "~/.public-inbox/config" value. =item XAPIAN_FLUSH_THRESHOLD The number of documents to update before committing changes to -disk. This environment is handled directly by Xapian, refer to +disk. This variable is handled directly by Xapian, refer to Xapian API documentation for more details. Use C instead. diff --git a/script/public-inbox-cindex b/script/public-inbox-cindex index d61d0244833f..dd00623a1cf5 100755 --- a/script/public-inbox-cindex +++ b/script/public-inbox-cindex @@ -61,7 +61,7 @@ Or use --project-list=... and --project-root=... EOM } elsif (defined(my $pl = $opt->{'project-list'})) { my $pfx = $opt->{'project-root'} // die <{'git-dir'} and die <