.Fl marks up options not arguments
authorkn <kn@openbsd.org>
Sun, 4 Jul 2021 15:58:51 +0000 (15:58 +0000)
committerkn <kn@openbsd.org>
Sun, 4 Jul 2021 15:58:51 +0000 (15:58 +0000)
commit55fd1228fb8e2a8864468ba7c68f827d5cfb36a8
tree80dd9b0a01f5ca88294fe44c745cfea6b64ed031
parentc96b4f2bf87e619a2f29a265defd0972c17bff04
.Fl marks up options not arguments

POSIX says `-v' is an option, not an argument;  options may take arguments,
as documented in getopt(3).

Programs may take arguments as well, e.g. "prog -v -- arg ...", but these
are usually marked up with `.Cm'.

Change "The arguments are as follows:" to "The options are as follows:" in
`.Fl's DESCRIPTION example to match what most of our base manuals say.

OK schwarze jmc
share/man/man7/mdoc.7