mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
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
This commit is contained in:
parent
8b012980b8
commit
2f893597fc
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue