Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2025 01:47:22 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3f5262eb0b22 - stable/14 - seq.1: Reset option list alignment + tag spdx
Message-ID:  <202505170147.54H1lMlG034447@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=3f5262eb0b2230e68314b6a7368800110b6ce9f9

commit 3f5262eb0b2230e68314b6a7368800110b6ce9f9
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-01-27 19:37:43 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-05-17 01:46:48 +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
    
    (cherry picked from commit 2f893597fcc34456d5adfc3f1633b39c76d0764f)
---
 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?202505170147.54H1lMlG034447>