expand: Fix markup for the -t option.

PR:		274897
Fixes:		8993d785a2
MFC after:	3 days
Reviewed by:	gbe
Differential Revision:	https://reviews.freebsd.org/D45167

(cherry picked from commit f3eeeb959c)
This commit is contained in:
Dag-Erling Smørgrav 2024-05-13 12:41:27 +02:00
parent 3e627553bb
commit 0d230c89f5

View file

@ -80,9 +80,15 @@ If the
.Fl a
option is given, then tabs are inserted whenever they would compress the
resultant file by replacing two or more characters.
.It Fl t \&Sm Ar tab1 , tab2 , ... , tabn \&Sm
.It Fl t Xo
.Sm off
.Ar tab1 , tab2 , ... , tabn
.Sm on
.Xc
Set tab stops at column positions
.Sm off
.Ar tab1 , tab2 , ... , tabn .
.Sm on
If only a single number is given, tab stops are set that number of
column positions apart instead of the default number of 8.
.El