Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2025 20:25:41 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: 4a5d51e73e48 - main - resizewin.1: Fix option list width typo + spdx
Message-ID:  <202502032025.513KPf81046895@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=4a5d51e73e48b27d90b21ed26999b23208f603d8

commit 4a5d51e73e48b27d90b21ed26999b23208f603d8
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-02-03 20:24:32 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-02-03 20:24:41 +0000

    resizewin.1: Fix option list width typo + spdx
    
    MFC after:              3 days
    Accepted by:            mhorne (mentor)
    Differential Revision:  https://reviews.freebsd.org/D48349
---
 usr.bin/resizewin/resizewin.1 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/usr.bin/resizewin/resizewin.1 b/usr.bin/resizewin/resizewin.1
index f917209f2c90..ba4abe53ea1d 100644
--- a/usr.bin/resizewin/resizewin.1
+++ b/usr.bin/resizewin/resizewin.1
@@ -1,3 +1,6 @@
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
 .\" resizewin
 .\"
 .\" Query terminal for size and inform the kernel
@@ -44,7 +47,7 @@ the size known to the kernel using the
 ioctl.
 .Pp
 The following options are available:
-.Bl -tag -width ".Fl z"
+.Bl -tag -width "-z"
 .It Fl z
 Do nothing unless the current kernel terminal size is zero.
 This is useful when run from a user's profile (shell startup) scripts:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502032025.513KPf81046895>