utility/write_positional
—
write a synopsis with positional arguments
Write the SYNOPSIS section for the standard
cmp(1)
utility, using only the following information:
- It optionally takes either the
-l
or
the -s
option.
- It takes exactly two file name arguments.
- As an extension to the standard, if a third argument is given, that many
bytes are skipped from the beginning of the first file.
- Similarly, if a fourth argument is given, that many bytes are skipped from
the beginning of the second file.
Introduction:
SYNOPSIS
section for a command line utility
html
—
mdoc