45 lines
722 B
Elixir
45 lines
722 B
Elixir
= @UPACKAGE@(1)
|
|
:man source: YAVSC
|
|
:man version: 1.1.0-1
|
|
:man manual: YAVSC Manual
|
|
|
|
// Secondary template file to make manpage.1
|
|
//
|
|
// See "AsciiDoc Syntax Quick Reference"
|
|
// https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/
|
|
// https://docs.asciidoctor.org/asciidoctor/latest/manpage-backend/
|
|
|
|
// convert by:
|
|
// $ asciidoctor --doctype manpage -b manpage -a 'newline=\n' yavsc.asciidoc
|
|
|
|
== NAME
|
|
|
|
yavsc - program to do something
|
|
|
|
== SYNOPSIS
|
|
|
|
*yavsc* [*-h*] ...
|
|
|
|
|
|
== DESCRIPTION
|
|
|
|
*yavsc* do something.
|
|
|
|
=== optional arguments:
|
|
|
|
*-h*, *--help*::
|
|
show this help message and exit.
|
|
|
|
|
|
== AUTHOR
|
|
|
|
Copyright © 2025 Paul Schneider <paul@localhost>
|
|
|
|
== LICENSE
|
|
|
|
MIT License
|
|
|
|
== SEE ALSO
|
|
|
|
See also ...
|