Received: by mail.netbsd.org (Postfix, from userid 605) id 9B5EA84DE8; Mon, 17 Dec 2018 20:10:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A174984DE8 for ; Mon, 17 Dec 2018 20:10:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 jNDp-8JJyhY0 for ; Mon, 17 Dec 2018 20:10:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2792484D36 for ; Mon, 17 Dec 2018 20:10:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1FEB8FB16; Mon, 17 Dec 2018 20:10:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 17 Dec 2018 15:10:52 -0500 From: "Christos Zoulas" Subject: CVS commit: src/usr.bin/seq To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20181217201052.1FEB8FB16@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: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: christos Date: Mon Dec 17 20:10:52 UTC 2018 Modified Files: src/usr.bin/seq: seq.1 seq.c Log Message: - Default terminator to \n - Don't print a trailing separator Behavior now matches GNU seq (from Aram at tech-userlevel) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/seq/seq.1 cvs rdiff -u -r1.10 -r1.11 src/usr.bin/seq/seq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.