From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DA200C4167B for ; Tue, 27 Dec 2022 19:50:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229692AbiL0Tub (ORCPT ); Tue, 27 Dec 2022 14:50:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229453AbiL0Tua (ORCPT ); Tue, 27 Dec 2022 14:50:30 -0500 X-Greylist: delayed 397 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 27 Dec 2022 11:50:27 PST Received: from mail.ljabl.com (mail.ljabl.com [IPv6:2a01:4f8:173:2dd8::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E11A31A5 for ; Tue, 27 Dec 2022 11:50:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ljabl.com; s=20220906; t=1672170228; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=DtDaNbz73wj2cSKK4pTFytnimdVVsxgzhbPAKusTaB4=; b=PzMDHvl9icN844r5ljnqcoFzxX8LNqX/k+y/1UcLBIPbmVTzRIzFZzZFQSFLaYqMRvlUK3 MqtSWkCln21q/F2xkeXhpswCfoBIZHf7QPsjID8kpb2wlTZt2IxWOAXUtvUYSP7SdFkVnB 7w2NA2pz1sTm/9ZXBjxnY3UR2MwjKeg= Received: by ljabl.com (OpenSMTPD) with ESMTPSA id f425998c (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 27 Dec 2022 19:43:46 +0000 (UTC) Received: from localhost (beryllium [local]) by beryllium (OpenSMTPD) with ESMTPA id 0fd6be13; Tue, 27 Dec 2022 20:43:43 +0100 (CET) Date: Tue, 27 Dec 2022 19:43:41 +0000 From: Lennart Jablonka To: alx@kernel.org Cc: linux-man@vger.kernel.org Subject: [PATCH man-pages] charsets.7: tfix Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org Signed-off-by: Lennart Jablonka --- man7/charsets.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/charsets.7 b/man7/charsets.7 index 3e46ab9cd..cedf58ed5 100644 --- a/man7/charsets.7 +++ b/man7/charsets.7 @@ -46,7 +46,7 @@ in their low (7-bit) half, invisible control characters in positions 128 to 159, and 96 fixed-width graphics in positions 160\(en255. .PP Of these, the most important is ISO 8859-1 -("Latin Alphabet No .1" / Latin-1). +("Latin Alphabet No. 1" / Latin-1). It was widely adopted and supported by different systems, and is gradually being replaced with Unicode. The ISO 8859-1 characters are also the first 256 characters of Unicode. -- 2.39.0 -- Lennart