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:
Alexander Ziaee 2025-01-27 14:37:43 -05:00
parent 8b012980b8
commit 2f893597fc
No known key found for this signature in database
GPG key ID: 0A8F850BCDEF4511

View file

@ -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