git: 3cedc5a9f14b - stable/14 - resizewin.1: Fix option list width typo + spdx
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Feb 2025 00:52:29 UTC
The branch stable/14 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=3cedc5a9f14b7ccd93448141ceb37434dfd15009
commit 3cedc5a9f14b7ccd93448141ceb37434dfd15009
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-02-03 20:24:32 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-02-27 00:52:19 +0000
resizewin.1: Fix option list width typo + spdx
MFC after: 3 days
Accepted by: mhorne (mentor)
Differential Revision: https://reviews.freebsd.org/D48349
(cherry picked from commit 4a5d51e73e48b27d90b21ed26999b23208f603d8)
---
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: