Received: by mail.netbsd.org (Postfix, from userid 605) id 1B2FC84D5F; Thu, 8 Feb 2018 02:29:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9494084D86 for ; Thu, 8 Feb 2018 02:29:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id J0QJ6k2SpBOU for ; Thu, 8 Feb 2018 02:29:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 323D584D3F for ; Thu, 8 Feb 2018 02:29:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C9D9FB40; Thu, 8 Feb 2018 02:29:37 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 8 Feb 2018 02:29:37 +0000 From: "Paul Goyette" Subject: CVS commit: src/share/man/man7 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180208022937.2C9D9FB40@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Paul Goyette" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: pgoyette Date: Thu Feb 8 02:29:37 UTC 2018 Modified Files: src/share/man/man7: ascii.7 Log Message: Since this is describing the ASCII character set, use the correct ASCII abbreviation for character 012. All references I can find which seem to be even remotely authoritative and/or definitive use "lf" (for "line feed") rather than "nl" (for "new line"). See https://www.ascii-code.com and https://en.wikipedia.org/wiki/ASCII From Eitan Adler in PR misc/52989 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man7/ascii.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.