On Thu, Nov 10, 2022 at 03:10:32PM -0500, Josiah Frentsos wrote:
> Index: tmux.1
> ===================================================================
> RCS file: /cvs/src/usr.bin/tmux/tmux.1,v
> retrieving revision 1.905
> diff -u -p -r1.905 tmux.1
> --- tmux.1    3 Nov 2022 08:33:57 -0000       1.905
> +++ tmux.1    10 Nov 2022 20:07:56 -0000
> @@ -23,7 +23,7 @@
>  .Sh SYNOPSIS
>  .Nm tmux
>  .Bk -words
> -.Op Fl 2CDluvV
> +.Op Fl 2CDluVv
>  .Op Fl c Ar shell-command
>  .Op Fl f Ar file
>  .Op Fl L Ar socket-name
> @@ -100,7 +100,7 @@ Force
>  .Nm
>  to assume the terminal supports 256 colours.
>  This is equivalent to
> -.Fl T Ar 256 .
> +.Fl T Cm 256 .

hi. i committed your diff - thanks for sending it. but i left out the
change above (Ar -> Cm). the reason being that i think it unrelated to a
diff to sort options, and on top of that there's a whole section on the
features, and none of them are marked up at all.

if you want to submit a separate diff to make the features all use Cm
that's fine. but it;s a big page, so try to make sure it is consistent
(no easy task ;)

cheers,
jmc

>  .It Fl C
>  Start in control mode (see the
>  .Sx CONTROL MODE
> @@ -203,6 +203,12 @@ If
>  is specified, the default socket directory is not used and any
>  .Fl L
>  flag is ignored.
> +.It Fl T Ar features
> +Set terminal features for the client.
> +This is a comma-separated list of features.
> +See the
> +.Ic terminal-features
> +option.
>  .It Fl u
>  Write UTF-8 output to the terminal even if the first environment
>  variable of
> @@ -214,12 +220,10 @@ that is set does not contain
>  .Qq UTF-8
>  or
>  .Qq UTF8 .
> -.It Fl T Ar features
> -Set terminal features for the client.
> -This is a comma-separated list of features.
> -See the
> -.Ic terminal-features
> -option.
> +.It Fl V
> +Report the
> +.Nm
> +version.
>  .It Fl v
>  Request verbose logging.
>  Log messages will be saved into
> @@ -244,10 +248,6 @@ signal may be sent to the
>  server process to toggle logging between on (as if
>  .Fl v
>  was given) and off.
> -.It Fl V
> -Report the
> -.Nm
> -version.
>  .It Ar command Op Ar flags
>  This specifies one of a set of commands used to control
>  .Nm ,
> 

Reply via email to