ifconfig.8: Improve -f synopsis

- There is no need to mention in the synopsis that -f can be a list of
  comma-separated type:format pairs. Let's keep it simple instead.
- Mention that -f can be supplied multiple times.
- Add -f to other entries in the synopsis where it can be used.

MFC after:	2 weeks
This commit is contained in:
Mateusz Piotrowski 2022-03-29 19:32:32 +02:00
parent efb4f7fd09
commit 52ec8807d8

View File

@ -37,7 +37,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl kLmn
.Op Fl f Ar type Ns Cm \&: Ns Ar format Ns Op Cm \&, Ns Ar type Ns Cm \& : Ns Ar format ...
.Op Fl f Ar type Ns Cm \&: Ns Ar format
.Ar interface
.Op Cm create
.Ar address_family
@ -52,6 +52,7 @@
.Nm
.Fl a
.Op Fl dLmuv
.Op Fl f Ar type Ns Cm \&: Ns Ar format
.Op Fl G Ar groupname
.Op Fl g Ar groupname
.Op Ar address_family
@ -65,6 +66,7 @@
.Op Ar address_family
.Nm
.Op Fl dkLmuv
.Op Fl f Ar type Ns Cm \&: Ns Ar format
.Sh DESCRIPTION
The
.Nm
@ -195,6 +197,9 @@ environment variable.
The format is specified as a comma separated list of
.Sy type:format
pairs.
The
.Fl f
flag can be supplied multiple times.
See the
.Sx EXAMPLES
section for more information.