mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
resizewin.1: Fix option list width typo + spdx
MFC after: 3 days Accepted by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D48349
This commit is contained in:
parent
c14b016242
commit
4a5d51e73e
1 changed files with 4 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue