FMT(1) - General Commands Manual # FMT(1) - General Commands Manual
NAME # fmt - simple text formatter
SYNOPSIS # fmt [-cmnps] [-d chars] [-l number] [-t number] [goal [maximum] | -‌width | -w width] [file …]
DESCRIPTION # fmt is a simple text formatter which reads the concatenation of input files (or standard input if none are given) and produces on standard output a version of its input with lines as close to the goal length as possible without exceeding the maximum.
...
INDENT(1) - General Commands Manual # INDENT(1) - General Commands Manual
NAME # indent - indent and format C program source
SYNOPSIS # indent [input-file [output-file]] [-bad | -nbad] [-bap | -nbap] [-bbb | -nbbb] [-bc | -nbc] [-bl | -br] [-c‌n] [-cd‌n] [-cdb | -ncdb] [-ce | -nce] [-ci‌n] [-cli‌n] [-d‌n] [-di‌n] [-dj | -ndj] [-ei | -nei] [-fc1 | -nfc1] [-i‌n] [-ip | -nip] [-l‌n] [-lc‌n] [-lp | -nlp] [-npro] [-pcs | -npcs] [-psl | -npsl] [-sc | -nsc] [-sob | -nsob] [-st] [-T‌typename] [-troff] [-ut | -nut] [-v | -nv]
...