Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=DVXz2WqW; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=C5C9RXxb Received: by mail.netbsd.org (Postfix, from userid 605) id 3B19284EDB; Fri, 5 Apr 2024 22:30:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712356220; bh=vHLDr9VWy0+7CqzVID/4vFvoA9RkHOvBG75HcnIo4FM=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=DVXz2WqWONQJaVl0MPicoT8xARMrb6mT4/CrK91crhoqD7yEk03bB90Kn8yn0fDAz vL737HYMI9JEuFdp6F/eqgUhQuy3NKpb3tCik7IrI6aRn55a0oghAZo9CAs/IB9THR BBaP7Etw9v2vhvnTGIGG44dllLXjYf/Tb5bbIPJM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2293484EA8 for ; Fri, 5 Apr 2024 22:30:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id m4MxLzhu1-g5 for ; Fri, 5 Apr 2024 22:30:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA4A984CEB for ; Fri, 5 Apr 2024 22:30:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712356218; bh=vHLDr9VWy0+7CqzVID/4vFvoA9RkHOvBG75HcnIo4FM=; h=Date:From:Subject:To:Reply-To; b=C5C9RXxbOPb9xMJKgalpPFxTNj0ns6VW25UHvN0vPgaDLwT6b0tz0YnfgZLe8/VtM iAl1Xw4eS8w5w3aitsqI6XE5UE0RioQXQdyBCzmE1PeOJpx5qNzY8IGsNkVjpp0GYZ cgDRje/YK1BDiy1rWDpDRyvuPr4I9zo2+rYPTD80= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99009FA2C; Fri, 5 Apr 2024 22:30:18 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 5 Apr 2024 18:30:18 -0400 From: "Christos Zoulas" Subject: CVS commit: src/lib/libterminfo To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240405223018.99009FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: christos Date: Fri Apr 5 22:30:18 UTC 2024 Modified Files: src/lib/libterminfo: genman Log Message: From Jan-Benedict Glaw: Use `printf` instead of `echo` for precise output `man` pages generated under NetBSD and Linux differ as the escape codes may or may not be interpreted when going through those two chained `echo`es. Instead just use `printf`, which produces the desired output, always. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libterminfo/genman Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.