Date: Mon, 27 Jan 2025 19:46:43 GMT From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 2f893597fcc3 - main - seq.1: Reset option list alignment + tag spdx Message-ID: <202501271946.50RJkhUB060669@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=2f893597fcc34456d5adfc3f1633b39c76d0764f commit 2f893597fcc34456d5adfc3f1633b39c76d0764f Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-01-27 19:37:43 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-01-27 19:43:28 +0000 seq.1: Reset option list alignment + tag spdx This option list was tabbed over 19 characters. style.mdoc(5) asks that lists are set to the longest item, or if that's too long then to use indent. Resetting it to indent buys us two lines at MANWIDTH 80, and three at 59. MFC after: 3 days Approved by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D48350 --- usr.bin/seq/seq.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr.bin/seq/seq.1 b/usr.bin/seq/seq.1 index 682ef269cba1..d81dc7052a3c 100644 --- a/usr.bin/seq/seq.1 +++ b/usr.bin/seq/seq.1 @@ -1,3 +1,6 @@ +.\" +.\" SPDX-License-Identifier: BSD-2-Clause +.\" .\" $NetBSD: seq.1,v 1.8 2013/04/07 17:37:45 jdf Exp $ .\" .\" Copyright (c) 2005 The NetBSD Foundation, Inc. @@ -69,7 +72,7 @@ Normally integer values are printed as decimal integers. The .Nm utility accepts the following options: -.Bl -tag -width Ar +.Bl -tag -width indent .It Fl f Ar format , Fl -format Ar format Use a .Xr printf 3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501271946.50RJkhUB060669>